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 |
deleted file mode 100644 |
index 2543f4c3b616402e46c826f26d4f98592e6fcbd6..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/width-height-expected.txt |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-This is a testharness.js-based test. |
-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. |
-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. |
-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. |
- |