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

Side by Side Diff: LayoutTests/fast/regions/cssom/webkit-named-flow-get-content-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 90163: [CSSRegions]Rename NamedFlow::contentNodes to NamedFlow::getCont ent()
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS getFlowByName("flow") is null
7 PASS namedFlowContent3.length is 1
8 PASS namedFlowContent3.item(0).id is "article"
9 PASS namedFlowContent4.length is 1
10 PASS namedFlowContent4.item(0).id is "article"
11 PASS namedFlowContent5.length is 2
12 PASS namedFlowContent5.item(0).id is "article2"
13 PASS namedFlowContent5.item(1).id is "article"
14 PASS namedFlowContent6.length is 2
15 PASS namedFlowContent7.length is 2
16 PASS namedFlowContent8.length is 3
17 PASS namedFlowContent9.length is 3
18 PASS namedFlowContent9.item(0).id is "article2"
19 PASS namedFlowContent9.item(1).id is "span1"
20 PASS namedFlowContent9.item(2).id is "article"
21 PASS namedFlowContent10.length is 3
22 PASS namedFlowContent10.item(0).id is "article"
23 PASS namedFlowContent11.length is 5
24 PASS namedFlowContent12.length is 1
25 PASS namedFlowContent12.item(0).id is "article"
26 PASS namedFlowContent11.length is 0
27 PASS namedFlowContent12.length is 1
28 PASS namedFlowContent12.item(0).id is "article"
29 PASS getFlowByName("flow2") is null
30 PASS namedFlowContent13.length is 0
31 PASS namedFlowContent14.length is 0
32 PASS namedFlowContent15.length is 1
33 PASS successfullyParsed is true
34
35 TEST COMPLETE
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698