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

Unified 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: CSSPrimitiveValue and CSSSVGDocumentValue customCSSText changes Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/css/csstext-of-content-string-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/csstext-of-content-string-expected.txt b/third_party/WebKit/LayoutTests/fast/css/csstext-of-content-string-expected.txt
index 0943f9c93f8b097c0fc58f1ecc0d08e8ab19a97a..cca8d1c63d242a0c9e2c8f52ef1a04eb0ca228b8 100644
--- a/third_party/WebKit/LayoutTests/fast/css/csstext-of-content-string-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/csstext-of-content-string-expected.txt
@@ -7,7 +7,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS style.sheet.cssRules[0].cssText is "#A::after { content: \"A\"; }"
PASS style.sheet.cssRules[1].cssText is "#B::after { content: \"'B'\"; }"
PASS style.sheet.cssRules[2].cssText is "#C::after { content: \"'C\\8 '\"; }"
-PASS style.sheet.cssRules[3].cssText is "#D::after { content: \"'D'\" url(http://example.com/) \"EFG\"; }"
+PASS style.sheet.cssRules[3].cssText is "#D::after { content: \"'D'\" url(\"http://example.com/\") \"EFG\"; }"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698