Index: third_party/WebKit/LayoutTests/html/grouping-content/figcaption-element-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/html/grouping-content/figcaption-element-expected.txt b/third_party/WebKit/LayoutTests/html/grouping-content/figcaption-element-expected.txt |
deleted file mode 100644 |
index 07d615b5ac1493ef75a21a1fae8acede2fef7b8f..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/html/grouping-content/figcaption-element-expected.txt |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-Various tests for the figcaption element. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-<figcaption> default styling: |
-PASS getStyleValue("figcaption0","display") is "block" |
-<figcaption> closes <p>: |
-PASS figcaption1.parentNode.nodeName == "p" is false |
-<p> does not close <figcaption>: |
-PASS p1.parentNode.nodeName is "FIGCAPTION" |
-<figcaption> can be nested inside <figcaption> or <footer>: |
-PASS figcaption3.parentNode.id is "figcaption2" |
-PASS figcaption5.parentNode.id is "footer1" |
-Residual style: |
-PASS getStyleValue("figcaption4","font-weight") is "bold" |
-PASS getStyleValue("span1","font-weight") is "bold" |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |