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

Unified Diff: LayoutTests/fast/css/nested-at-rules-expected.txt

Issue 973623002: Fix serialization of content property to always quote (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add another method Created 5 years, 10 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/nested-at-rules-expected.txt
diff --git a/LayoutTests/fast/css/nested-at-rules-expected.txt b/LayoutTests/fast/css/nested-at-rules-expected.txt
index 228a78b19c73121f848f4f7bb2a018e495aee7ff..ba4821a11a1c3da05533ba13175d75c6c3eb3964 100644
--- a/LayoutTests/fast/css/nested-at-rules-expected.txt
+++ b/LayoutTests/fast/css/nested-at-rules-expected.txt
@@ -23,8 +23,8 @@ rules[1].cssRules[1].insertRule('@media all { @page :left { top: 0; } }', 1)
PASS rules[1].cssRules[1].cssRules.length is 2
PASS rules[1].cssRules[1].cssRules[1].type is CSSRule.MEDIA_RULE
PASS rules[1].cssRules[1].cssRules[1].cssRules[0].type is CSSRule.PAGE_RULE
-PASS getComputedStyle(document.getElementById('t0')).content is "APPLIED"
-PASS getComputedStyle(document.getElementById('t1')).content is "UNTOUCHED"
+PASS getComputedStyle(document.getElementById('t0')).content is "'APPLIED'"
+PASS getComputedStyle(document.getElementById('t1')).content is "'UNTOUCHED'"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698