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

Unified Diff: third_party/WebKit/LayoutTests/html/grouping-content/figcaption-element-expected.txt

Issue 2780363002: Rename subdirectory names in LayoutTests/html/. (Closed)
Patch Set: Created 3 years, 9 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/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
-

Powered by Google App Engine
This is Rietveld 408576698