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

Unified Diff: third_party/WebKit/LayoutTests/html/grouping-content/figure-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/figure-element-expected.txt
diff --git a/third_party/WebKit/LayoutTests/html/grouping-content/figure-element-expected.txt b/third_party/WebKit/LayoutTests/html/grouping-content/figure-element-expected.txt
deleted file mode 100644
index 28f383f8107dd8529363c55f3250b1a9493fe8be..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/html/grouping-content/figure-element-expected.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-Various tests for the figure element.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-<figure> default styling:
-PASS getStyleValue("figure0","display") is "block"
-PASS getStyleValue("figure0","margin-top") is emSize
-PASS getStyleValue("figure0","margin-right") is "40px"
-PASS getStyleValue("figure0","margin-bottom") is emSize
-PASS getStyleValue("figure0","margin-left") is "40px"
-<figure> closes <p>:
-PASS figure1.parentNode.nodeName == "p" is false
-<p> does not close <figure>:
-PASS p1.parentNode.nodeName is "FIGURE"
-<figure> can be nested inside <figure> or <footer>:
-PASS figure3.parentNode.id is "figure2"
-PASS figure5.parentNode.id is "footer1"
-Residual style:
-PASS getStyleValue("figure4","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