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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Check the basic attribute support of CSSOM CSSNamespaceRule
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS CSSRule.NAMESPACE_RULE is 10
7 PASS namespacerule.type is 10
8 PASS namespacerule.namespaceURI is "http://www.w3.org/1999/xhtml"
9 PASS namespacerule.prefix is "my-namespace"
10 PASS defaultNamespacerule.cssText is "@namespace url(\"default\");"
11 PASS namespacerule.cssText is "@namespace my-namespace url(\"http://www.w3.org/1 999/xhtml\");"
12 PASS getComputedStyle(document.body).color is "rgb(255, 0, 0)"
13 Deleting namespace rule when other rules are present should throw InvalidStateEx ception.
14 WARN: shouldBe() expects string arguments
15 PASS 11 is 11
16 Inserting new namespace rule when other rules are present should throw InvalidSt ateException.
17 WARN: shouldBe() expects string arguments
18 PASS 11 is 11
19 PASS successfullyParsed is true
20
21 TEST COMPLETE
22 Here is some text!
OLDNEW
« 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