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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/csstext-of-content-string-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 Blocked access to external URL http://example.com/ 1 Blocked access to external URL http://example.com/
2 Tests if a css text of content value is quoted when the value is string. 2 Tests if a css text of content value is quoted when the value is string.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 PASS style.sheet.cssRules[0].cssText is "#A::after { content: \"A\"; }" 7 PASS style.sheet.cssRules[0].cssText is "#A::after { content: \"A\"; }"
8 PASS style.sheet.cssRules[1].cssText is "#B::after { content: \"'B'\"; }" 8 PASS style.sheet.cssRules[1].cssText is "#B::after { content: \"'B'\"; }"
9 PASS style.sheet.cssRules[2].cssText is "#C::after { content: \"'C\\8 '\"; }" 9 PASS style.sheet.cssRules[2].cssText is "#C::after { content: \"'C\\8 '\"; }"
10 PASS style.sheet.cssRules[3].cssText is "#D::after { content: \"'D'\" url(http:/ /example.com/) \"EFG\"; }" 10 PASS style.sheet.cssRules[3].cssText is "#D::after { content: \"'D'\" url(\"http ://example.com/\") \"EFG\"; }"
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