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

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

Issue 711473003: Remove more testing of getPropertyCSSValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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-expected.txt ('k') | no next file » | 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 555d40436c101de277eb8d0dcc592d802297f17d..7aafa3ee0bcbf34f926a113c6cd6e76f085324e6 100644
--- a/LayoutTests/fast/dom/wrapper-identity-expected.txt
+++ b/LayoutTests/fast/dom/wrapper-identity-expected.txt
@@ -14,13 +14,11 @@ 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['CSSValue']; 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
PASS var object = window['CSSPageRule']; isEqualJS(object, object); is true
-PASS var object = window['CSSVariablesRule']; isEqualJS(object, object); is true
PASS var object = window['WebKitCSSKeyframeRule']; isEqualJS(object, object); is true
PASS var object = window['WebKitCSSKeyframesRule']; isEqualJS(object, object); is true
PASS var object = window['DOMException']; isEqualJS(object, object); is true
« no previous file with comments | « LayoutTests/fast/dom/wrapper-classes-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698