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

Side by Side Diff: LayoutTests/inspector/styles/protocol-css-regions-commands-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 Tests the following commands and events:
2
3 getNamedFlowCollection Bug 91607
4 getFlowByName Bug 91855
5 namedFlowCreated Bug 92739
6 namedFlowRemoved Bug 92739
7 regionOversetChanged Bug 252250
8 This text is from CSS Named Flow "flow3".
9
10
11 Running: testGetNamedFlowCollection
12 === CSS Named Flows in main document ===
13 * Named Flow "flow1"
14 Content Elements: 1
15 Regions: 3
16 * Named Flow "flow2"
17 Content Elements: 1
18 Regions: 2
19 * Named Flow "flow3"
20 Content Elements: 1
21 Regions: 0
22
23 Running: testGetNamedFlowCollectionWithInvalidDocument
24 === CSS Named Flows in #fake-document ===
25 #fake-document is not a document
26
27 Running: testGetFlowByName
28 === Named Flow "flow2" from main document ===
29 * Named Flow "flow2"
30 Content Elements: 1
31 Regions: 2
32
33 Running: testGetFlowByNameWithInvalidName
34 === Name Flow "flow4" from main document ===
35 There is no Named Flow "flow4" in the main document
36
37 Running: testNamedFlowCreated
38 NamedFlowCreated: "tmpNamedFlow"
39
40 Running: testRegionOversetChanged
41 RegionOversetChanged: "flow3"
42
43 Running: testNamedFlowRemoved
44 NamedFlowRemoved: "tmpNamedFlow"
45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698