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

Unified 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, 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/left-top-right-bottom-expected.txt
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/left-top-right-bottom-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/left-top-right-bottom-expected.txt
index 8498307db60e02c4babb64ef14f7094947a7b5f3..7837ef884bc0f9665932fe40a27e47cfc2f7b7d5 100644
--- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/left-top-right-bottom-expected.txt
+++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/left-top-right-bottom-expected.txt
@@ -6,10 +6,10 @@ PASS Getting left works with a SimpleLength
PASS Getting top works with a SimpleLength
PASS Getting right works with a SimpleLength
PASS Getting bottom works with a SimpleLength
-FAIL Getting left works with a simple percent assert_equals: expected function "function CSSSimpleLength() { [native code] }" but got function "function CSSStyleValue() { [native code] }"
-FAIL Getting top works with a simple percent assert_equals: expected function "function CSSSimpleLength() { [native code] }" but got function "function CSSStyleValue() { [native code] }"
-FAIL Getting right works with a simple percent assert_equals: expected function "function CSSSimpleLength() { [native code] }" but got function "function CSSStyleValue() { [native code] }"
-FAIL Getting bottom works with a simple percent assert_equals: expected function "function CSSSimpleLength() { [native code] }" but got function "function CSSStyleValue() { [native code] }"
+PASS Getting left works with a simple percent
+PASS Getting top works with a simple percent
+PASS Getting right works with a simple percent
+PASS Getting bottom works with a simple percent
FAIL Getting left works with a simple percent assert_equals: expected function "function CSSCalcLength() { [native code] }" but got function "function CSSStyleValue() { [native code] }"
FAIL Getting top works with a simple percent assert_equals: expected function "function CSSCalcLength() { [native code] }" but got function "function CSSStyleValue() { [native code] }"
FAIL Getting right works with a simple percent assert_equals: expected function "function CSSSimpleLength() { [native code] }" but got function "function CSSStyleValue() { [native code] }"

Powered by Google App Engine
This is Rietveld 408576698