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

Side by Side Diff: LayoutTests/fast/exclusions/parsing/parsing-wrap-flow-expected.txt

Issue 359023002: Remove CSS Exclusions leftovers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT Created 6 years, 5 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 parsing of the CSS wrap-flow property.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS getCSSText("-webkit-wrap-flow", "auto") is "auto"
7 PASS getCSSText("-webkit-wrap-flow", "both") is "both"
8 PASS getCSSText("-webkit-wrap-flow", "start") is "start"
9 PASS getCSSText("-webkit-wrap-flow", "end") is "end"
10 PASS getCSSText("-webkit-wrap-flow", "maximum") is "maximum"
11 PASS getCSSText("-webkit-wrap-flow", "clear") is "clear"
12 PASS getCSSText("-webkit-wrap-flow", ";") is ""
13 PASS getCSSText("-webkit-wrap-flow", "5") is ""
14 PASS getCSSText("-webkit-wrap-flow", "-1.2") is ""
15 PASS getCSSText("-webkit-wrap-flow", "'string'") is ""
16 PASS getComputedStyleValue("-webkit-wrap-flow", "auto") is "auto"
17 PASS getComputedStyleValue("-webkit-wrap-flow", "5") is "auto"
18 PASS getComputedStyleValue("-webkit-wrap-flow", "'string'") is "auto"
19 PASS getChildComputedStyle("-webkit-wrap-flow", "auto", "start") is "start"
20 PASS getChildComputedStyle("-webkit-wrap-flow", "end", "auto") is "auto"
21 PASS getChildComputedStyle("-webkit-wrap-flow", "both", "clear") is "clear"
22 PASS successfullyParsed is true
23
24 TEST COMPLETE
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698