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

Unified Diff: third_party/WebKit/LayoutTests/fast/html/details-summary-document-child.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-summary-document-child.html
diff --git a/third_party/WebKit/LayoutTests/fast/html/details-summary-document-child.html b/third_party/WebKit/LayoutTests/fast/html/details-summary-document-child.html
deleted file mode 100644
index 243ad6c2cc8661511e11ba90e4b60192cae27124..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/html/details-summary-document-child.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-<body onload="test()">
-<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-
-function test() {
- document.open();
- document.insertBefore(document.createElement("summary"), null);
- // The document don't have <body> so we need use console.log()
- // to make readable expectation.
- console.log("PASS unless crash");
-}
-</script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698