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

Side by Side 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, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 Various tests for the figcaption element.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 <figcaption> default styling:
7 PASS getStyleValue("figcaption0","display") is "block"
8 <figcaption> closes <p>:
9 PASS figcaption1.parentNode.nodeName == "p" is false
10 <p> does not close <figcaption>:
11 PASS p1.parentNode.nodeName is "FIGCAPTION"
12 <figcaption> can be nested inside <figcaption> or <footer>:
13 PASS figcaption3.parentNode.id is "figcaption2"
14 PASS figcaption5.parentNode.id is "footer1"
15 Residual style:
16 PASS getStyleValue("figcaption4","font-weight") is "bold"
17 PASS getStyleValue("span1","font-weight") is "bold"
18 PASS successfullyParsed is true
19
20 TEST COMPLETE
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698