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

Unified Diff: LayoutTests/fast/dom/wrapper-classes-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.html ('k') | LayoutTests/fast/dom/wrapper-identity-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/wrapper-classes-expected.txt
diff --git a/LayoutTests/fast/dom/wrapper-classes-expected.txt b/LayoutTests/fast/dom/wrapper-classes-expected.txt
index 4ec6e6c1797958bd8afdba1a6543a60e6d9eac39..26ac59b8907ee8ae04a086c4135b151e12742bb2 100644
--- a/LayoutTests/fast/dom/wrapper-classes-expected.txt
+++ b/LayoutTests/fast/dom/wrapper-classes-expected.txt
@@ -125,26 +125,6 @@ PASS classString(stylesheet.cssRules.item(0).style) is "CSSStyleDeclaration"
FAIL classString(stylesheet.cssRules.item(0).style.__proto__) should be CSSStyleDeclarationPrototype. Was Object.
PASS classString(stylesheet.cssRules.item(0).style.constructor) is "Function"
PASS stylesheet.cssRules.item(0).style.constructor.name is "CSSStyleDeclaration"
-PASS classString(stylesheet.cssRules.item(0).style.getPropertyCSSValue('color')) is "CSSPrimitiveValue"
-FAIL classString(stylesheet.cssRules.item(0).style.getPropertyCSSValue('color').__proto__) should be CSSPrimitiveValuePrototype. Was Object.
-PASS classString(stylesheet.cssRules.item(0).style.getPropertyCSSValue('color').constructor) is "Function"
-PASS stylesheet.cssRules.item(0).style.getPropertyCSSValue('color').constructor.name is "CSSPrimitiveValue"
-PASS classString(stylesheet.cssRules.item(0).style.getPropertyCSSValue('color').getRGBColorValue()) is "RGBColor"
-FAIL classString(stylesheet.cssRules.item(0).style.getPropertyCSSValue('color').getRGBColorValue().__proto__) should be RGBColorPrototype. Was Object.
-PASS classString(stylesheet.cssRules.item(0).style.getPropertyCSSValue('color').getRGBColorValue().constructor) is "Function"
-PASS stylesheet.cssRules.item(0).style.getPropertyCSSValue('color').getRGBColorValue().constructor.name is "RGBColor"
-PASS classString(stylesheet.cssRules.item(0).style.getPropertyCSSValue('clip').getRectValue()) is "Rect"
-FAIL classString(stylesheet.cssRules.item(0).style.getPropertyCSSValue('clip').getRectValue().__proto__) should be RectPrototype. Was Object.
-PASS classString(stylesheet.cssRules.item(0).style.getPropertyCSSValue('clip').getRectValue().constructor) is "Function"
-PASS stylesheet.cssRules.item(0).style.getPropertyCSSValue('clip').getRectValue().constructor.name is "Rect"
-PASS classString(stylesheet.cssRules.item(0).style.getPropertyCSSValue('content')) is "CSSValueList"
-FAIL classString(stylesheet.cssRules.item(0).style.getPropertyCSSValue('content').__proto__) should be CSSValueListPrototype. Was Object.
-PASS classString(stylesheet.cssRules.item(0).style.getPropertyCSSValue('content').constructor) is "Function"
-PASS stylesheet.cssRules.item(0).style.getPropertyCSSValue('content').constructor.name is "CSSValueList"
-PASS classString(stylesheet.cssRules.item(0).style.getPropertyCSSValue('content').item(0).getCounterValue()) is "Counter"
-FAIL classString(stylesheet.cssRules.item(0).style.getPropertyCSSValue('content').item(0).getCounterValue().__proto__) should be CounterPrototype. Was Object.
-PASS classString(stylesheet.cssRules.item(0).style.getPropertyCSSValue('content').item(0).getCounterValue().constructor) is "Function"
-PASS stylesheet.cssRules.item(0).style.getPropertyCSSValue('content').item(0).getCounterValue().constructor.name is "Counter"
PASS classString(stylesheet.media) is "MediaList"
FAIL classString(stylesheet.media.__proto__) should be MediaListPrototype. Was Object.
PASS classString(stylesheet.media.constructor) is "Function"
« no previous file with comments | « LayoutTests/fast/dom/wrapper-classes.html ('k') | LayoutTests/fast/dom/wrapper-identity-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698