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

Unified Diff: LayoutTests/cssom/insertrule-namespace-mapping.html

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
« no previous file with comments | « LayoutTests/css3/supports-cssom-expected.txt ('k') | LayoutTests/fast/css/css-namespace-rule.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/cssom/insertrule-namespace-mapping.html
diff --git a/LayoutTests/cssom/insertrule-namespace-mapping.html b/LayoutTests/cssom/insertrule-namespace-mapping.html
index eb80d3c0b48f9af17b08416853e7ab208a33f122..0264bc7a2f5defb31440fd3d8d3432fa5c504efb 100644
--- a/LayoutTests/cssom/insertrule-namespace-mapping.html
+++ b/LayoutTests/cssom/insertrule-namespace-mapping.html
@@ -16,7 +16,7 @@ function assertColorGreen(id) {
}
test(function() {
- style.sheet.insertRule('tns|#testInsertRule[tns|green] { color: green; }', style.sheet.length);
+ style.sheet.insertRule('tns|#testInsertRule[tns|green] { color: green; }', style.sheet.cssRules.length);
assertColorGreen('testInsertRule');
}, 'Selectors added to CSSStyleSheets via insertRule() should use the @namespace mapping');
« no previous file with comments | « LayoutTests/css3/supports-cssom-expected.txt ('k') | LayoutTests/fast/css/css-namespace-rule.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698