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

Side by Side Diff: LayoutTests/fast/regions/cssom/get-regions-by-content-vert-lr-expected.txt

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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 Test for 90759: [CSSRegions] Rename NamedFlow::getRegionsByContentNode to NamedF low::getRegionsByContent
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS regionListArticle is non-null.
7 PASS regionListArticle.length is 2
8 PASS regionListArticle.item(0).id is "region"
9 PASS regionListArticle.item(1).id is "region2"
10 PASS regionListSpan is non-null.
11 PASS regionListSpan.length is 1
12 PASS regionListSpan.item(0).id is "region"
13 PASS regionListSpan2 is non-null.
14 PASS regionListSpan2.length is 2
15 PASS regionListSpan3 is non-null.
16 PASS regionListSpan3.length is 1
17 PASS regionListSpan3.item(0).id is "region2"
18 PASS regionListTextNode is non-null.
19 PASS regionListTextNode.length is 1
20 PASS regionListTextNode.item(0).id is "region2"
21 PASS regionListTextNode2 is non-null.
22 PASS regionListTextNode2.length is 1
23 PASS regionListTextNode2.item(0).id is "region2"
24 PASS regionListTextNode3 is non-null.
25 PASS regionListTextNode3.length is 1
26 PASS regionListTextNode3.item(0).id is "region2"
27 PASS regionListTextNode2.length is 2
28 PASS regionListTextNode2.item(0).id is "region2"
29 PASS regionListTextNode2.item(1).id is "region3"
30 PASS regionListTextNode32.length is 1
31 PASS regionListTextNode32.item(0).id is "region3"
32 PASS regionListP1 is non-null.
33 PASS regionListP1.length is 1
34 PASS regionListP1.item(0).id is "region4"
35 PASS regionListP2 is non-null.
36 PASS regionListP2.length is 1
37 PASS regionListP2.item(0).id is "region4"
38 PASS regionListP3 is non-null.
39 PASS regionListP3.length is 1
40 PASS regionListP3.item(0).id is "region4"
41 PASS regionListP22.length is 1
42 PASS regionListP22.item(0).id is "region5"
43 PASS successfullyParsed is true
44
45 TEST COMPLETE
46
47
48
49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698