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

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

Issue 2791193004: [Typed CSSOM] New design for computed styles which includes custom properties (Closed)
Patch Set: Make UpdateStyle non-const Created 3 years, 7 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
(Empty)
1 This is a testharness.js-based test.
2 PASS Getting a length type registered property returns a CSSSimpleLength
3 FAIL Getting a URL image type registered property returns a CSSURLImageValue ass ert_equals: expected "loaded" but got "unloaded"
4 PASS Getting a width with a length type var value returns a CSSSimpleLength
5 PASS Getting a background-image with a URL image type var value returns a CSSURL ImageValue
6 PASS Getting an inherited length type registered property returns a CSSSimpleLen gth
7 PASS Getting a non-inherited length type registered property returns a CSSSimple Length
8 PASS Getting a height with a calc type containing var values returns a CSSCalcLe ngth
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
11 PASS getAll for a length type registered property returns a single value
12 Harness: the test ran to completion.
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698