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

Unified Diff: LayoutTests/fast/dom/wrapper-identity-expected.txt

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-classes.html ('k') | LayoutTests/fast/encoding/css-charset-default.xhtml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/wrapper-identity-expected.txt
diff --git a/LayoutTests/fast/dom/wrapper-identity-expected.txt b/LayoutTests/fast/dom/wrapper-identity-expected.txt
index 7aafa3ee0bcbf34f926a113c6cd6e76f085324e6..f6540a0994514a3d41ba5eb927f01016f9309496 100644
--- a/LayoutTests/fast/dom/wrapper-identity-expected.txt
+++ b/LayoutTests/fast/dom/wrapper-identity-expected.txt
@@ -14,7 +14,6 @@ PASS var object = new String(); isEqualJS(object, object); is true
PASS var object = window['CSSPrimitiveValue']; isEqualJS(object, object); is true
PASS var object = window['CSSRule']; isEqualJS(object, object); is true
PASS var object = window['CSSStyleDeclaration']; isEqualJS(object, object); is true
-PASS var object = window['CSSCharsetRule']; isEqualJS(object, object); is true
PASS var object = window['CSSImportRule']; isEqualJS(object, object); is true
PASS var object = window['CSSMediaRule']; isEqualJS(object, object); is true
PASS var object = window['CSSFontFaceRule']; isEqualJS(object, object); is true
« no previous file with comments | « LayoutTests/fast/dom/wrapper-classes.html ('k') | LayoutTests/fast/encoding/css-charset-default.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698