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

Side by Side Diff: LayoutTests/fast/css/image-set-parsing-invalid-expected.txt

Issue 714693002: Don't require getPropertyCSSValue in fast/css tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 the parsing of the -webkit-image-set function. 1 Test the parsing of the -webkit-image-set function.
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 6
7 Too many url parameters : url(#a #b) 7 Too many url parameters : url(#a #b)
8 PASS cssRule is null 8 PASS cssRule is ""
9 9
10 No x : url('#a') 1 10 No x : url('#a') 1
11 PASS cssRule is null 11 PASS cssRule is ""
12 12
13 No comma : url('#a') 1x url('#b') 2x 13 No comma : url('#a') 1x url('#b') 2x
14 PASS cssRule is null 14 PASS cssRule is ""
15 15
16 Too many scale factor parameters : url('#a') 1x 2x 16 Too many scale factor parameters : url('#a') 1x 2x
17 PASS cssRule is null 17 PASS cssRule is ""
18 18
19 Scale factor is 0 : url('#a') 0x 19 Scale factor is 0 : url('#a') 0x
20 PASS cssRule is null 20 PASS cssRule is ""
21 21
22 No url function : '#a' 1x 22 No url function : '#a' 1x
23 PASS cssRule is null 23 PASS cssRule is ""
24 PASS successfullyParsed is true 24 PASS successfullyParsed is true
25 25
26 TEST COMPLETE 26 TEST COMPLETE
27 27
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/image-set-parsing-expected.txt ('k') | LayoutTests/fast/css/script-tests/image-set-parsing.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698