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

Side by Side Diff: LayoutTests/fast/regions/cssom/get-region-flow-ranges-horiz-bt-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 [CSSRegions] Test for Region::getRegionFlowRanges for horizontal-bt mode
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5 Text node.
6 Empty regions
7 PASS range1.length is 0
8 PASS range2.length is 0
9 PASS range3.length is 0
10 Flow article
11 PASS range1.length is 1
12 PASS Array [wrapper,0,box1,1] is equal to [wrapper,0,box1,1]
13 PASS range2.length is 1
14 PASS Array [box1,1,box1,1] is equal to [box1,1,box1,1]
15 PASS range3.length is 1
16 PASS Array [box1,1,wrapper,1] is equal to [box1,1,wrapper,1]
17 Add text node to region2 (creates anonymous block)
18 PASS range1.length is 1
19 PASS Array [wrapper,0,box1,1] is equal to [wrapper,0,box1,1]
20 PASS range2.length is 1
21 PASS Array [box1,1,box1,2] is equal to [box1,1,box1,2]
22 PASS range3.length is 1
23 PASS Array [box1,2,wrapper,1] is equal to [box1,2,wrapper,1]
24 Increase font size
25 PASS range1.length is 1
26 PASS Array [wrapper,0,box1,1] is equal to [wrapper,0,box1,1]
27 PASS range2.length is 1
28 PASS Array [box1,1,#text,4] is equal to [box1,1,#text,4]
29 PASS range3.length is 1
30 PASS Array [#text,5,wrapper,1] is equal to [#text,5,wrapper,1]
31 Make child a content node, so it will move from region1 to region3
32 PASS range1.length is 2
33 PASS Array [wrapper,0,box1,0] is equal to [wrapper,0,box1,0]
34 PASS Array [box1,1,#text,4] is equal to [box1,1,#text,4]
35 PASS range2.length is 1
36 PASS Array [#text,5,box1,2] is equal to [#text,5,box1,2]
37 PASS range3.length is 1
38 PASS Array [box1,0,box1,1] is equal to [box1,0,box1,1]
39 PASS successfullyParsed is true
40
41 TEST COMPLETE
42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698