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/css3/supports-expected.txt

Issue 1090423007: Serialize <string> with double quotes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix more tests 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/css3/supports-expected.txt
diff --git a/LayoutTests/css3/supports-expected.txt b/LayoutTests/css3/supports-expected.txt
index 5cda6df07e9559f95567ce58fe4182cc6aeea00d..72ecfd6abc4c3ccdd57cdf776a699d3fff50111e 100644
--- a/LayoutTests/css3/supports-expected.txt
+++ b/LayoutTests/css3/supports-expected.txt
@@ -3,7 +3,7 @@ Test the @supports rule.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS getComputedStyle(document.getElementById('t0')).content is "'APPLIED'"
+PASS getComputedStyle(document.getElementById('t0')).content is "\"APPLIED\""
PASS getComputedStyle(document.getElementById('t1')).content is "'UNTOUCHED'"
PASS getComputedStyle(document.getElementById('t2')).content is "'APPLIED'"
PASS getComputedStyle(document.getElementById('t3')).content is "'UNTOUCHED'"

Powered by Google App Engine
This is Rietveld 408576698