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

Side by Side Diff: LayoutTests/fast/regions/webkit-region-fragment-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-region-fragment property
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS testCSSText("-webkit-region-fragment: auto") is "auto"
7 PASS testCSSText("-webkit-region-fragment: initial") is "initial"
8 PASS testCSSText("-webkit-region-fragment: inherit") is "inherit"
9 PASS testCSSText("-webkit-region-fragment: break") is "break"
10 PASS testCSSText("-webkit-region-fragment: 0") is ""
11 PASS testCSSText("-webkit-region-fragment: -1") is ""
12 PASS testCSSText("-webkit-region-fragment: 12.5") is ""
13 PASS testCSSText("-webkit-region-fragment: 1px") is ""
14 PASS testComputedStyle("auto") is "auto"
15 PASS testComputedStyle("initial") is "auto"
16 PASS testComputedStyle("inherit") is "auto"
17 PASS testComputedStyle("break") is "break"
18 PASS testComputedStyle("0") is "auto"
19 PASS testComputedStyle("-1") is "auto"
20 PASS testComputedStyle("12.5") is "auto"
21 PASS testComputedStyle("1px") is "auto"
22 PASS successfullyParsed is true
23
24 TEST COMPLETE
25
OLDNEW
« no previous file with comments | « LayoutTests/fast/regions/webkit-region-fragment-parsing.html ('k') | LayoutTests/fast/regions/wheel-scroll.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698