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

Side by Side Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/width-height-expected.txt

Issue 2377243002: Add support for CSSValue->CSSSimpleLength when it is a percentage. (Closed)
Patch Set: Update test expectations Created 4 years, 2 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 PASS Setting width, height works with a SimpleLength. 2 PASS Setting width, height works with a SimpleLength.
3 PASS Setting width, height works with a Simple percentage. 3 PASS Setting width, height works with a Simple percentage.
4 PASS Setting width, height works with a CalcLength containing a percentage. 4 PASS Setting width, height works with a CalcLength containing a percentage.
5 PASS Getting width works with a SimpleLength. 5 PASS Getting width works with a SimpleLength.
6 FAIL Getting width works with a simple percentage. assert_equals: expected funct ion "function CSSSimpleLength() { [native code] }" but got function "function CS SStyleValue() { [native code] }" 6 PASS Getting width works with a simple percentage.
7 FAIL Getting width works with a CalcLength. assert_equals: expected function "fu nction CSSCalcLength() { [native code] }" but got function "function CSSStyleVal ue() { [native code] }" 7 FAIL Getting width works with a CalcLength. assert_equals: expected function "fu nction CSSCalcLength() { [native code] }" but got function "function CSSStyleVal ue() { [native code] }"
8 PASS Getting height works with a SimpleLength. 8 PASS Getting height works with a SimpleLength.
9 FAIL Getting height works with a simple percentage. assert_equals: expected func tion "function CSSSimpleLength() { [native code] }" but got function "function C SSStyleValue() { [native code] }" 9 PASS Getting height works with a simple percentage.
10 FAIL Getting height works with a CalcLength. assert_equals: expected function "f unction CSSCalcLength() { [native code] }" but got function "function CSSStyleVa lue() { [native code] }" 10 FAIL Getting height works with a CalcLength. assert_equals: expected function "f unction CSSCalcLength() { [native code] }" but got function "function CSSStyleVa lue() { [native code] }"
11 Harness: the test ran to completion. 11 Harness: the test ran to completion.
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698