Index: third_party/WebKit/LayoutTests/fast/html/details-remove-summary-4.html |
diff --git a/third_party/WebKit/LayoutTests/fast/html/details-remove-summary-4.html b/third_party/WebKit/LayoutTests/fast/html/details-remove-summary-4.html |
deleted file mode 100644 |
index 923fd976ca76aeeaab7da4a367d01c920a0fb9c6..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/html/details-remove-summary-4.html |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-<script> |
- |
-var runTests = function () { |
- document.getElementById("dt1").removeChild(document.getElementById("summary1")); |
-}; |
- |
-</script> |
- |
-<body onload="runTests()"> |
- <details open id="dt1"> |
- <summary id="summary1">summary</summary> |
- </details> |
-</body> |