Index: LayoutTests/fast/html/details-summary-document-child.html |
diff --git a/LayoutTests/fast/html/details-summary-document-child.html b/LayoutTests/fast/html/details-summary-document-child.html |
index df9213888da1c947fcd9e7fbfc060f120dd43b54..243ad6c2cc8661511e11ba90e4b60192cae27124 100644 |
--- a/LayoutTests/fast/html/details-summary-document-child.html |
+++ b/LayoutTests/fast/html/details-summary-document-child.html |
@@ -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"); |