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

Unified Diff: LayoutTests/fast/css/css-imagevalue-url.html

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/css-imagevalue-url.html
diff --git a/LayoutTests/fast/css/css-imagevalue-url.html b/LayoutTests/fast/css/css-imagevalue-url.html
index a1c653faad44c81858000bb3412765db54e7c3ac..195d9a9c45236204733008c5d531548223676196 100644
--- a/LayoutTests/fast/css/css-imagevalue-url.html
+++ b/LayoutTests/fast/css/css-imagevalue-url.html
@@ -4,7 +4,7 @@
<script>
test(function() {
- var cssText = 'div { background-image: url(images.jpg); }';
+ var cssText = 'div { background-image: url("images.jpg"); }';
var doc = document.implementation.createHTMLDocument("");
var styleElement = document.createElement("style");
« no previous file with comments | « LayoutTests/fast/css/css-escaped-identifier.html ('k') | LayoutTests/fast/css/csstext-of-content-string.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698