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

Unified Diff: LayoutTests/fast/css/content-property-serialization.html

Issue 1090423007: Serialize <string> with double quotes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 5 years, 8 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/content-property-serialization.html
diff --git a/LayoutTests/fast/css/content-property-serialization.html b/LayoutTests/fast/css/content-property-serialization.html
index 33d06a29d8d94257c4ce5d7a05b203fdb32ac38f..273dd4dd744a9d3038ef07a1c362a07dc1a9b270 100644
--- a/LayoutTests/fast/css/content-property-serialization.html
+++ b/LayoutTests/fast/css/content-property-serialization.html
@@ -4,5 +4,5 @@
<script src="../../css-parser/resources/property-parsing-test.js"></script>
<script>
// Verifies that a css text serialization of the content property can be roundtripped.
-assert_valid_value("content", "' (' url(http://example.com/) ')'");
+assert_valid_value("content", "\" (' url(http://example.com/) ')\"");
</script>

Powered by Google App Engine
This is Rietveld 408576698