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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/mutation-details-focus.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/dom/mutation-details-focus.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/mutation-details-focus.html b/third_party/WebKit/LayoutTests/fast/dom/mutation-details-focus.html
deleted file mode 100644
index ae929a6b014cd2e368e6a3289447d7b981c76377..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/mutation-details-focus.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<body>
-<script src="../../resources/js-test.js"></script>
-<script>
-(function() {
- (function() {
- var theElement = document.createElement("details");
- document.body.appendChild(theElement);
- theElement.addEventListener("DOMNodeRemovedFromDocument", function () { eventSender.keyDown("\t"); }, false);
- theElement.parentNode.removeChild(theElement);
- })();
- gc();
- debug("PASS unless crash");
-})();
-</script>
-</body>
« no previous file with comments | « third_party/WebKit/LayoutTests/SmokeTests ('k') | third_party/WebKit/LayoutTests/fast/dom/mutation-details-focus-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698