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

Side by Side 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, 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 ALERT: url(file:///unquoted) (URL should not be quoted) 1 ALERT: url("file:///unquoted") (URL should be quoted)
2 ALERT: url(file:///noQuotesNeeded) (URL should not be quoted) 2 ALERT: url("file:///quoted") (URL should be quoted)
3 ALERT: url('file:///should(Quote)') (URL should be quoted) 3 ALERT: url("file:///should(Quote)") (URL should be quoted)
4 4
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698