| Index: third_party/WebKit/LayoutTests/fast/html/details-summary-document-child.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/html/details-summary-document-child.html b/third_party/WebKit/LayoutTests/fast/html/details-summary-document-child.html
|
| deleted file mode 100644
|
| index 243ad6c2cc8661511e11ba90e4b60192cae27124..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/html/details-summary-document-child.html
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -<html>
|
| -<body onload="test()">
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| -function test() {
|
| - document.open();
|
| - 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");
|
| -}
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|