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

Unified Diff: LayoutTests/css3/supports-cssom-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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-cssom-expected.txt
diff --git a/LayoutTests/css3/supports-cssom-expected.txt b/LayoutTests/css3/supports-cssom-expected.txt
index e6241adb170be166e236a870fdc8cd0a634bfcdf..3b1d3af3531b85bb759b68cf5fc28a9bb73d1e26 100644
--- a/LayoutTests/css3/supports-cssom-expected.txt
+++ b/LayoutTests/css3/supports-cssom-expected.txt
@@ -28,9 +28,9 @@ rules[0].cssRules[1].deleteRule(1)
PASS rules[0].cssRules.length is 2
@charset, @namespace, @import rules are not allowed inside @supports.
-PASS rules[0].insertRule('@charset "UTF-8"', 2) threw exception Error: SyntaxError: DOM Exception 12.
-PASS rules[0].insertRule('@namespace ""', 2) threw exception Error: SyntaxError: DOM Exception 12.
-PASS rules[0].insertRule('@import url("../fast/cssom/resources/import.css")', 2) threw exception Error: SyntaxError: DOM Exception 12.
+PASS rules[0].insertRule('@charset "UTF-8"', 2) threw exception SyntaxError: An invalid or illegal string was specified..
+PASS rules[0].insertRule('@namespace ""', 2) threw exception SyntaxError: An invalid or illegal string was specified..
+PASS rules[0].insertRule('@import url("../fast/cssom/resources/import.css")', 2) threw exception SyntaxError: An invalid or illegal string was specified..
Whitespace and formatting should be preserved within the condition, whitespace outside the condition should be trimmed.
PASS rules[1].conditionText is "(( ( padding: 0) and (display: none)) or (display: rainbow))"

Powered by Google App Engine
This is Rietveld 408576698