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) |