Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1391)

Unified Diff: third_party/WebKit/LayoutTests/fast/html/details-remove-summary-2-and-click.html

Issue 2670273002: Move tests for DETAILS and SUMMARY elements to html/details_summary/. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/html/details-remove-summary-2-and-click.html
diff --git a/third_party/WebKit/LayoutTests/fast/html/details-remove-summary-2-and-click.html b/third_party/WebKit/LayoutTests/fast/html/details-remove-summary-2-and-click.html
deleted file mode 100644
index d35db84eebeb1255490035fe2294ea3105806d13..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/html/details-remove-summary-2-and-click.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<script>
-
-var runTests = function () {
- document.getElementById("dt1").removeChild(document.getElementById("summary1"));
-
- if (!window.testRunner || !window.eventSender)
- return;
- eventSender.mouseMoveTo(2, 2);
- eventSender.mouseDown();
- eventSender.mouseUp();
-};
-
-</script>
-
-<body style="margin: 0px" onload="runTests()">
- <details id="dt1">
- <summary id="summary1">summary 1</summary>
- <summary id="summary2">summary 2</summary>
- </details>
-</body>

Powered by Google App Engine
This is Rietveld 408576698