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

Unified 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, 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/width-height-expected.txt
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/width-height-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/width-height-expected.txt
index 367c136bc1646e5a411b04daff7e6280b6ff64e3..2543f4c3b616402e46c826f26d4f98592e6fcbd6 100644
--- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/width-height-expected.txt
+++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/width-height-expected.txt
@@ -3,10 +3,10 @@ PASS Setting width, height works with a SimpleLength.
PASS Setting width, height works with a Simple percentage.
PASS Setting width, height works with a CalcLength containing a percentage.
PASS Getting width works with a SimpleLength.
-FAIL Getting width works with a simple percentage. assert_equals: expected function "function CSSSimpleLength() { [native code] }" but got function "function CSSStyleValue() { [native code] }"
+PASS Getting width works with a simple percentage.
FAIL Getting width works with a CalcLength. assert_equals: expected function "function CSSCalcLength() { [native code] }" but got function "function CSSStyleValue() { [native code] }"
PASS Getting height works with a SimpleLength.
-FAIL Getting height works with a simple percentage. assert_equals: expected function "function CSSSimpleLength() { [native code] }" but got function "function CSSStyleValue() { [native code] }"
+PASS Getting height works with a simple percentage.
FAIL Getting height works with a CalcLength. assert_equals: expected function "function CSSCalcLength() { [native code] }" but got function "function CSSStyleValue() { [native code] }"
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698