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

Side by Side Diff: third_party/WebKit/LayoutTests/typedcssom/computedstyle/custom-properties-expected.txt

Issue 2921223002: [CSS Typed OM] Hook up getting CSSUnitValues from inline StylePropertyMaps (Closed)
Patch Set: Fix missed LayoutTests Created 3 years, 6 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 FAIL Getting a length type registered property returns a CSSUnitValue assert_equ als: expected "CSSUnitValue" but got "CSSStyleValue" 2 PASS Getting a length type registered property returns a CSSUnitValue
3 FAIL Getting a URL image type registered property returns a CSSURLImageValue ass ert_equals: expected "loaded" but got "unloaded" 3 FAIL Getting a URL image type registered property returns a CSSURLImageValue ass ert_equals: expected "loaded" but got "unloaded"
4 FAIL Getting a width with a length type var value returns a CSSUnitValue assert_ equals: expected "CSSUnitValue" but got "CSSStyleValue" 4 PASS Getting a width with a length type var value returns a CSSUnitValue
5 PASS Getting a background-image with a URL image type var value returns a CSSURL ImageValue 5 PASS Getting a background-image with a URL image type var value returns a CSSURL ImageValue
6 FAIL Getting an inherited length type registered property returns a CSSUnitValue assert_equals: expected "CSSUnitValue" but got "CSSStyleValue" 6 PASS Getting an inherited length type registered property returns a CSSUnitValue
7 FAIL Getting a non-inherited length type registered property returns a CSSUnitVa lue assert_equals: expected "CSSUnitValue" but got "CSSStyleValue" 7 PASS Getting a non-inherited length type registered property returns a CSSUnitVa lue
8 FAIL Getting a height with a calc type containing var values returns a CSSCalcVa lue CSSCalcValue is not defined 8 FAIL Getting a height with a calc type containing var values returns a CSSCalcVa lue CSSCalcValue is not defined
9 FAIL Getting the value of a registered property that isn't set on the element re turns the initial value for the property assert_equals: expected "CSSUnitValue" but got "CSSStyleValue" 9 PASS Getting the value of a registered property that isn't set on the element re turns the initial value for the property
10 PASS Getting the value of a property that isn't registered returns null 10 PASS Getting the value of a property that isn't registered returns null
11 FAIL getAll for a length type registered property returns a single value assert_ equals: expected "CSSUnitValue" but got "CSSStyleValue" 11 PASS getAll for a length type registered property returns a single value
12 Harness: the test ran to completion. 12 Harness: the test ran to completion.
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698