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

Side by Side Diff: LayoutTests/fast/regions/content-webkit-from-flow-parsing-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 parsing of -webkit-flow-from property
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS testCSSText("-webkit-flow-from: first-flow") is "first-flow"
7 PASS testCSSText("-webkit-flow-from: none") is "none"
8 PASS testCSSText("-webkit-flow-from: ") is ""
9 PASS testCSSText("-webkit-flow-from: 'first-flow'") is ""
10 PASS testCSSText("-webkit-flow-from: 1") is ""
11 PASS testCSSText("-webkit-flow-from: 1.2") is ""
12 PASS testCSSText("-webkit-flow-from: -1") is ""
13 PASS testCSSText("-webkit-flow-from: 12px") is ""
14 PASS testCSSText("-webkit-from-flow: first flow") is ""
15 PASS testComputedStyle("first-flow") is "first-flow"
16 PASS testComputedStyle("'first flow'") is "none"
17 PASS testComputedStyle("none") is "none"
18 PASS testComputedStyle("initial") is "none"
19 PASS testComputedStyle("inherit") is "none"
20 PASS testComputedStyle("1") is "none"
21 PASS testComputedStyle("1.2") is "none"
22 PASS testComputedStyle("-1") is "none"
23 PASS testComputedStyle("12px") is "none"
24 PASS successfullyParsed is true
25
26 TEST COMPLETE
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698