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

Unified Diff: LayoutTests/css3/supports.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
« no previous file with comments | « no previous file | LayoutTests/css3/supports-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/supports.html
diff --git a/LayoutTests/css3/supports.html b/LayoutTests/css3/supports.html
index d40a0010bf26d56bb4bd70cc366dc45d3835e24a..dd02fac19b537f5fcd7b0969c67fc66a9526dd45 100644
--- a/LayoutTests/css3/supports.html
+++ b/LayoutTests/css3/supports.html
@@ -251,7 +251,7 @@
div.id = "t" + i;
div.className = "test";
container.appendChild(div);
- shouldBeEqualToString("getComputedStyle(document.getElementById('t"+i+"')).content", untouchedTests.indexOf(i) >= 0 ? "'UNTOUCHED'" : "'APPLIED'");
+ shouldBeEqualToString("getComputedStyle(document.getElementById('t"+i+"')).content", untouchedTests.indexOf(i) >= 0 ? '"UNTOUCHED"' : '"APPLIED"');
}
test_container.parentNode.removeChild(test_container);
« no previous file with comments | « no previous file | LayoutTests/css3/supports-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698