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

Side by Side Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/left-top-right-bottom-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 left, top, right, bottom works with a SimpleLength 2 PASS Setting left, top, right, bottom works with a SimpleLength
3 PASS Setting left, top, right, bottom works with a Simple percentage 3 PASS Setting left, top, right, bottom works with a Simple percentage
4 PASS Setting left, top, right, bottom works with a CalcLength 4 PASS Setting left, top, right, bottom works with a CalcLength
5 PASS Getting left works with a SimpleLength 5 PASS Getting left works with a SimpleLength
6 PASS Getting top works with a SimpleLength 6 PASS Getting top works with a SimpleLength
7 PASS Getting right works with a SimpleLength 7 PASS Getting right works with a SimpleLength
8 PASS Getting bottom works with a SimpleLength 8 PASS Getting bottom works with a SimpleLength
9 FAIL Getting left works with a simple percent assert_equals: expected function " function CSSSimpleLength() { [native code] }" but got function "function CSSStyl eValue() { [native code] }" 9 PASS Getting left works with a simple percent
10 FAIL Getting top works with a simple percent assert_equals: expected function "f unction CSSSimpleLength() { [native code] }" but got function "function CSSStyle Value() { [native code] }" 10 PASS Getting top works with a simple percent
11 FAIL Getting right works with a simple percent assert_equals: expected function "function CSSSimpleLength() { [native code] }" but got function "function CSSSty leValue() { [native code] }" 11 PASS Getting right works with a simple percent
12 FAIL Getting bottom works with a simple percent assert_equals: expected function "function CSSSimpleLength() { [native code] }" but got function "function CSSSt yleValue() { [native code] }" 12 PASS Getting bottom works with a simple percent
13 FAIL Getting left works with a simple percent assert_equals: expected function " function CSSCalcLength() { [native code] }" but got function "function CSSStyleV alue() { [native code] }" 13 FAIL Getting left works with a simple percent assert_equals: expected function " function CSSCalcLength() { [native code] }" but got function "function CSSStyleV alue() { [native code] }"
14 FAIL Getting top works with a simple percent assert_equals: expected function "f unction CSSCalcLength() { [native code] }" but got function "function CSSStyleVa lue() { [native code] }" 14 FAIL Getting top works with a simple percent assert_equals: expected function "f unction CSSCalcLength() { [native code] }" but got function "function CSSStyleVa lue() { [native code] }"
15 FAIL Getting right works with a simple percent assert_equals: expected function "function CSSSimpleLength() { [native code] }" but got function "function CSSSty leValue() { [native code] }" 15 FAIL Getting right works with a simple percent assert_equals: expected function "function CSSSimpleLength() { [native code] }" but got function "function CSSSty leValue() { [native code] }"
16 FAIL Getting bottom works with a simple percent assert_equals: expected function "function CSSSimpleLength() { [native code] }" but got function "function CSSSt yleValue() { [native code] }" 16 FAIL Getting bottom works with a simple percent assert_equals: expected function "function CSSSimpleLength() { [native code] }" but got function "function CSSSt yleValue() { [native code] }"
17 Harness: the test ran to completion. 17 Harness: the test ran to completion.
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698