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

Unified Diff: LayoutTests/fast/encoding/css-charset-default.xhtml

Issue 756313002: Remove CSSCharsetRule (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests Created 6 years, 1 month 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/fast/dom/wrapper-identity-expected.txt ('k') | LayoutTests/fast/encoding/css-charset-dom.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/encoding/css-charset-default.xhtml
diff --git a/LayoutTests/fast/encoding/css-charset-default.xhtml b/LayoutTests/fast/encoding/css-charset-default.xhtml
index e44077ee8adaf0e79bf85b7e68babce4b364cddf..42484c85c050f3c8bf1df10490d825ee612c21f3 100644
--- a/LayoutTests/fast/encoding/css-charset-default.xhtml
+++ b/LayoutTests/fast/encoding/css-charset-default.xhtml
@@ -33,7 +33,7 @@ function test() {
document.getElementById("res2").innerHTML += document.styleSheets[1].cssRules[0].style.content;
- document.getElementById("res3").innerHTML += document.styleSheets[2].cssRules[1].styleSheet.cssRules[0].style.content;
+ document.getElementById("res3").innerHTML += document.styleSheets[2].cssRules[0].styleSheet.cssRules[0].style.content;
document.getElementById("res4").innerHTML += document.styleSheets[3].cssRules[0].styleSheet.cssRules[0].style.content;
« no previous file with comments | « LayoutTests/fast/dom/wrapper-identity-expected.txt ('k') | LayoutTests/fast/encoding/css-charset-dom.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698