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

Unified Diff: LayoutTests/fast/css/css-namespace-rule-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/css/css-namespace-rule-expected.txt
diff --git a/LayoutTests/fast/css/css-namespace-rule-expected.txt b/LayoutTests/fast/css/css-namespace-rule-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f4eb13ed75bee4c0ec7291e92adbbe6471eb399b
--- /dev/null
+++ b/LayoutTests/fast/css/css-namespace-rule-expected.txt
@@ -0,0 +1,22 @@
+Check the basic attribute support of CSSOM CSSNamespaceRule
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS CSSRule.NAMESPACE_RULE is 10
+PASS namespacerule.type is 10
+PASS namespacerule.namespaceURI is "http://www.w3.org/1999/xhtml"
+PASS namespacerule.prefix is "my-namespace"
+PASS defaultNamespacerule.cssText is "@namespace url(\"default\");"
+PASS namespacerule.cssText is "@namespace my-namespace url(\"http://www.w3.org/1999/xhtml\");"
+PASS getComputedStyle(document.body).color is "rgb(255, 0, 0)"
+Deleting namespace rule when other rules are present should throw InvalidStateException.
+WARN: shouldBe() expects string arguments
+PASS 11 is 11
+Inserting new namespace rule when other rules are present should throw InvalidStateException.
+WARN: shouldBe() expects string arguments
+PASS 11 is 11
+PASS successfullyParsed is true
+
+TEST COMPLETE
+Here is some text!
« no previous file with comments | « LayoutTests/fast/css/css-namespace-rule.html ('k') | LayoutTests/fast/css/namespaces/insert-namespace-with-same-prefix.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698