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

Unified Diff: third_party/WebKit/LayoutTests/fast/inspector-support/cssURLQuotes-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, 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/inspector-support/cssURLQuotes-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/inspector-support/cssURLQuotes-expected.txt b/third_party/WebKit/LayoutTests/fast/inspector-support/cssURLQuotes-expected.txt
index 2658d2703bddf4411c8068c69b61d3bd40fd826d..cb23708d4746f4bd7f07fe1266e0413fd4b19996 100644
--- a/third_party/WebKit/LayoutTests/fast/inspector-support/cssURLQuotes-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/inspector-support/cssURLQuotes-expected.txt
@@ -1,4 +1,4 @@
-ALERT: url(file:///unquoted) (URL should not be quoted)
-ALERT: url(file:///noQuotesNeeded) (URL should not be quoted)
-ALERT: url('file:///should(Quote)') (URL should be quoted)
+ALERT: url("file:///unquoted") (URL should be quoted)
+ALERT: url("file:///quoted") (URL should be quoted)
+ALERT: url("file:///should(Quote)") (URL should be quoted)

Powered by Google App Engine
This is Rietveld 408576698