Index: third_party/WebKit/LayoutTests/fast/html/details-remove-summary-6-and-click.html |
diff --git a/third_party/WebKit/LayoutTests/fast/html/details-remove-summary-6-and-click.html b/third_party/WebKit/LayoutTests/fast/html/details-remove-summary-6-and-click.html |
deleted file mode 100644 |
index b26883bebf65189f5843fd50682ee3dd644f392e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/html/details-remove-summary-6-and-click.html |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-<script> |
- |
-var runTests = function () { |
- document.getElementById("dt1").removeChild(document.getElementById("summary2")); |
- |
- if (!window.testRunner || !window.eventSender) |
- return; |
- eventSender.mouseMoveTo(2, 2); |
- eventSender.mouseDown(); |
- eventSender.mouseUp(); |
-}; |
- |
-</script> |
- |
-<body style="margin: 0px" onload="runTests()"> |
- <details open id="dt1"> |
- <summary id="summary1">summary 1</summary> |
- <summary id="summary2">summary 2</summary> |
- </details> |
-</body> |