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

Unified Diff: LayoutTests/fast/dom/css-mediarule-functions-expected.txt

Issue 1321943002: Support for CSSOM CSSNamespaceRule interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated as per review comments Created 5 years, 3 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/dom/css-mediarule-functions-expected.txt
diff --git a/LayoutTests/fast/dom/css-mediarule-functions-expected.txt b/LayoutTests/fast/dom/css-mediarule-functions-expected.txt
index f36e4eebb5c5a19f224802f41b69ce35c48d9e6e..3571681733fd53e03066737768b02bd6d5f8c849 100644
--- a/LayoutTests/fast/dom/css-mediarule-functions-expected.txt
+++ b/LayoutTests/fast/dom/css-mediarule-functions-expected.txt
@@ -4,6 +4,7 @@ PASS: No exception raised! New rule inserted successfully.
PASS: Exception raised successfully. Type: IndexSizeError: Failed to execute 'insertRule' on 'CSSGroupingRule': the index 3 must be less than or equal to the length of the rule list.
PASS: Exception raised successfully. Type: IndexSizeError: Failed to execute 'insertRule' on 'CSSGroupingRule': the index 4294967295 must be less than or equal to the length of the rule list.
PASS: Exception raised successfully. Type: SyntaxError: Failed to execute 'insertRule' on 'CSSGroupingRule': the rule 'badbeef }{' is invalid and cannot be parsed.
+PASS: Exception raised successfully. Type: HierarchyRequestError: Failed to execute 'insertRule' on 'CSSGroupingRule': '@namespace' rules cannot be inserted inside a group rule.
PASS: Exception raised successfully. Type: HierarchyRequestError: Failed to execute 'insertRule' on 'CSSGroupingRule': '@import' rules cannot be inserted inside a group rule.
PASS: Exception raised successfully. Type: SyntaxError: Failed to execute 'insertRule' on 'CSSGroupingRule': the rule '@charset "ISO-8859-1";' is invalid and cannot be parsed.
PASS: Exception raised successfully. Type: SyntaxError: Failed to execute 'insertRule' on 'CSSGroupingRule': the rule '@media screen { p { color: red; } };' is invalid and cannot be parsed.

Powered by Google App Engine
This is Rietveld 408576698