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

Unified Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-shorthand-expected.txt

Issue 1355263002: Make sure <url>s are being serialized according to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@urlThing161644
Patch Set: 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: LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-shorthand-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-shorthand-expected.txt b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-shorthand-expected.txt
index f8147181ecac6e70d3552f024daf3fd6f008c6cc..9f48cb13d054d9d3d550de7c16da655ac5344a0d 100644
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-shorthand-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-shorthand-expected.txt
@@ -5,21 +5,21 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box'
PASS checkComputedStyleValue() is true
-PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url(dummy://test.png) repeat scroll 0% 0% / auto padding-box border-box'
+PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url("dummy://test.png") repeat scroll 0% 0% / auto padding-box border-box'
PASS checkComputedStyleValue() is true
-PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url(dummy://test.png) no-repeat scroll 0% 0% / auto padding-box border-box'
+PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url("dummy://test.png") no-repeat scroll 0% 0% / auto padding-box border-box'
PASS checkComputedStyleValue() is true
-PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url(dummy://test.png) no-repeat fixed 0% 0% / auto padding-box border-box'
+PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url("dummy://test.png") no-repeat fixed 0% 0% / auto padding-box border-box'
PASS checkComputedStyleValue() is true
-PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url(dummy://test.png) no-repeat fixed 100% 100% / auto padding-box border-box'
+PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url("dummy://test.png") no-repeat fixed 100% 100% / auto padding-box border-box'
PASS checkComputedStyleValue() is true
-PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url(dummy://test.png) no-repeat fixed 100% 100% / cover padding-box border-box'
+PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url("dummy://test.png") no-repeat fixed 100% 100% / cover padding-box border-box'
PASS checkComputedStyleValue() is true
-PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url(dummy://test.png) no-repeat fixed 100% 100% / cover content-box border-box'
+PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url("dummy://test.png") no-repeat fixed 100% 100% / cover content-box border-box'
PASS checkComputedStyleValue() is true
-PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url(dummy://test.png) no-repeat fixed 100% 100% / cover content-box padding-box'
+PASS computedStyle.getPropertyValue('background') is 'rgb(255, 0, 0) url("dummy://test.png") no-repeat fixed 100% 100% / cover content-box padding-box'
PASS checkComputedStyleValue() is true
-PASS computedStyle.getPropertyValue('background') is 'rgb(0, 128, 0) url(dummy://test.png) repeat fixed 45% 50% / contain border-box padding-box'
+PASS computedStyle.getPropertyValue('background') is 'rgb(0, 128, 0) url("dummy://test.png") repeat fixed 45% 50% / contain border-box padding-box'
PASS checkComputedStyleValue() is true
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698