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

Side by Side Diff: third_party/WebKit/LayoutTests/html/text_level_semantics/mark-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
1 Various tests for the mark element. 1 Various tests for the mark element.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 <p> closes <mark>: 6 <p> closes <mark>:
7 PASS paragraph1.parentNode.nodeName == "mark" is false 7 PASS paragraph1.parentNode.nodeName == "mark" is false
8 <b> does not close <mark>: 8 <b> does not close <mark>:
9 PASS b1.parentNode.nodeName is "MARK" 9 PASS b1.parentNode.nodeName is "MARK"
10 Residual style: 10 Residual style:
11 PASS getWeight("mark2") is "bold" 11 PASS getWeight("mark2") is "bold"
12 PASS getWeight("span1") is "bold" 12 PASS getWeight("span1") is "bold"
13 PASS successfullyParsed is true 13 PASS successfullyParsed is true
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698