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