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

Unified Diff: third_party/WebKit/LayoutTests/fast/html/details-open-javascript.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-open-javascript.html
diff --git a/third_party/WebKit/LayoutTests/fast/html/details-open-javascript.html b/third_party/WebKit/LayoutTests/fast/html/details-open-javascript.html
deleted file mode 100644
index f4efe3fabc3a8f7ab32806802e038eb4f99ef55a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/html/details-open-javascript.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<details id="details1">
- <summary>details1</summary>
- <input>
-</details>
-
-<details id="details2" open>
- <summary>details2</summary>
- <input>
-</details>
-
-<script>
-document.getElementById("details1").open = true;
-document.getElementById("details2").open = false;
-</script>

Powered by Google App Engine
This is Rietveld 408576698