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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-list-style-shorthand-expected.txt

Issue 1363233003: Make sure <url>s are being serialized according to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix interpolation tests Created 5 years, 2 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
1 Tests that the list-style shorthand is computed properly. 1 Tests that the list-style shorthand is computed properly.
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 PASS computedStyle.getPropertyValue('list-style') is 'circle outside url(dummy:/ /test.png)' 6 PASS computedStyle.getPropertyValue('list-style') is "circle outside url(\"dummy ://test.png\")"
7 PASS computedStyle.getPropertyValue('list-style') is 'disc outside none' 7 PASS computedStyle.getPropertyValue('list-style') is "disc outside none"
8 PASS computedStyle.getPropertyValue('list-style') is 'circle outside none' 8 PASS computedStyle.getPropertyValue('list-style') is "circle outside none"
9 PASS computedStyle.getPropertyValue('list-style') is 'none outside none' 9 PASS computedStyle.getPropertyValue('list-style') is "none outside none"
10 PASS computedStyle.getPropertyValue('list-style') is 'circle outside url(dummy:/ /test.png)' 10 PASS computedStyle.getPropertyValue('list-style') is "circle outside url(\"dummy ://test.png\")"
11 PASS successfullyParsed is true 11 PASS successfullyParsed is true
12 12
13 TEST COMPLETE 13 TEST COMPLETE
14 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698