Index: third_party/WebKit/LayoutTests/fast/html/details-nested-2.html |
diff --git a/third_party/WebKit/LayoutTests/fast/html/details-nested-2.html b/third_party/WebKit/LayoutTests/fast/html/details-nested-2.html |
deleted file mode 100644 |
index 77a95aabcd9e30a3429738c618fc4152255159a5..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/html/details-nested-2.html |
+++ /dev/null |
@@ -1,39 +0,0 @@ |
-<style> |
-details { |
- border: solid 0.5em; |
-} |
- |
-summary { |
- border: solid 0.5em; |
-} |
- |
-summary.level1 { |
- border-color: #99c; |
-} |
- |
-details.level1 { |
- border-color: #559; |
-} |
- |
-summary.level2 { |
- border-color: #c99; |
-} |
- |
-details.level2 { |
- border-color: #955; |
-} |
-</style> |
-<body> |
- <details class="level1" open> |
- <summary class="level1"> |
- summary |
- </summary> |
- <details class="level2" open> |
- <summary class="level2"> |
- nested summary (details-deails-summary) |
- </summary> |
- nested details (details-deails) |
- </details> |
- details |
- </details> |
-</body> |