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

Side by Side Diff: LayoutTests/fast/regions/css-regions-disabled-expected.txt

Issue 16690004: [CSS Regions] Rename region-overflow to region-fragment (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch Created 7 years, 6 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 Test that parsing of css regions related properties is disabled by default. 1 Test that parsing of css regions related properties is disabled by default.
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 PASS testWebKitFlowInto("-webkit-flow-into: none") is "" 6 PASS testWebKitFlowInto("-webkit-flow-into: none") is ""
7 PASS testWebKitFlowInto("-webkit-flow-into: first-flow") is "" 7 PASS testWebKitFlowInto("-webkit-flow-into: first-flow") is ""
8 PASS testComputedStyleWebKitFlowInto("none") is "none" 8 PASS testComputedStyleWebKitFlowInto("none") is "none"
9 PASS testComputedStyleWebKitFlowInto("first-flow") is "none" 9 PASS testComputedStyleWebKitFlowInto("first-flow") is "none"
10 PASS testWebKitFlowFrom("-webkit-flow-from: first-flow") is "" 10 PASS testWebKitFlowFrom("-webkit-flow-from: first-flow") is ""
11 PASS testWebKitFlowFrom("-webkit-flow-from: none") is "" 11 PASS testWebKitFlowFrom("-webkit-flow-from: none") is ""
12 PASS testComputedStyleWebKitFlowFrom("first-flow") is "none" 12 PASS testComputedStyleWebKitFlowFrom("first-flow") is "none"
13 PASS testComputedStyleWebKitFlowFrom("none") is "none" 13 PASS testComputedStyleWebKitFlowFrom("none") is "none"
14 PASS testWebKitRegionOverflow("-webkit-region-overflow: auto") is "" 14 PASS testWebKitRegionFragment("-webkit-region-fragment: auto") is ""
15 PASS testWebKitRegionOverflow("-webkit-region-overflow: break") is "" 15 PASS testWebKitRegionFragment("-webkit-region-fragment: break") is ""
16 PASS testComputedStyleWebKitRegionOverflow("auto") is "auto" 16 PASS testComputedStyleWebKitRegionFragment("auto") is "auto"
17 PASS testComputedStyleWebKitRegionOverflow("break") is "auto" 17 PASS testComputedStyleWebKitRegionFragment("break") is "auto"
18 PASS webkitRegionRuleIndex is -1 18 PASS webkitRegionRuleIndex is -1
19 PASS successfullyParsed is true 19 PASS successfullyParsed is true
20 20
21 TEST COMPLETE 21 TEST COMPLETE
22 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698