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

Side by Side Diff: LayoutTests/fast/exclusions/parsing/parsing-wrap-through-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-through property.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS getCSSText("-webkit-wrap-through", "wrap") is "wrap"
7 PASS getCSSText("-webkit-wrap-through", "none") is "none"
8 PASS getCSSText("-webkit-wrap-through", ";") is ""
9 PASS getCSSText("-webkit-wrap-through", "5") is ""
10 PASS getCSSText("-webkit-wrap-through", "-1.2") is ""
11 PASS getCSSText("-webkit-wrap-through", "'string'") is ""
12 PASS getComputedStyleValue("-webkit-wrap-through", "wrap") is "wrap"
13 PASS getComputedStyleValue("-webkit-wrap-through", "5") is "wrap"
14 PASS getComputedStyleValue("-webkit-wrap-through", "'string'") is "wrap"
15 PASS getChildComputedStyle("-webkit-wrap-through", "wrap", "none") is "none"
16 PASS getChildComputedStyle("-webkit-wrap-through", "none", "wrap") is "wrap"
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698