Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / html / details-summary-document-child.html
index df92138..243ad6c 100644 (file)
@@ -6,7 +6,7 @@ if (window.testRunner)
 
 function test() {
     document.open();
-    document.insertBefore(document.createElement("summary"));
+    document.insertBefore(document.createElement("summary"), null);
     // The document don't have <body> so we need use console.log()
     // to make readable expectation.
     console.log("PASS unless crash");