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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/left-top-right-bottom-expected.txt

Issue 2371673002: [CSS Typed OM] Implement support for CSSValue -> CSSCalcLength (Closed)
Patch Set: sync Created 3 years, 11 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
deleted file mode 100644
index 7837ef884bc0f9665932fe40a27e47cfc2f7b7d5..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/left-top-right-bottom-expected.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-This is a testharness.js-based test.
-PASS Setting left, top, right, bottom works with a SimpleLength
-PASS Setting left, top, right, bottom works with a Simple percentage
-PASS Setting left, top, right, bottom works with a CalcLength
-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
-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] }"
-FAIL Getting bottom works with a simple percent assert_equals: expected function "function CSSSimpleLength() { [native code] }" but got function "function CSSStyleValue() { [native code] }"
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698