Index: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-over-constrained-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-over-constrained-expected.txt b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-over-constrained-expected.txt |
deleted file mode 100644 |
index 0d5c733cc6023b7599cdfc201aaec3d6d507c811..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-over-constrained-expected.txt |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-PASS window.getComputedStyle(ltrElement).top is '5px' |
-PASS window.getComputedStyle(ltrElement).right is '-5px' |
-PASS window.getComputedStyle(ltrElement).bottom is '-5px' |
-PASS window.getComputedStyle(ltrElement).left is '5px' |
-PASS window.getComputedStyle(rtlElement).top is '5px' |
-PASS window.getComputedStyle(rtlElement).right is '5px' |
-PASS window.getComputedStyle(rtlElement).bottom is '-5px' |
-PASS window.getComputedStyle(rtlElement).left is '-5px' |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
-getComputedStyle should handle over-constrained properties. |
- |
-If direction of containing block is ltr, bottom and right should be negative |
-bottom and right should be negative |
-If direction of containing block is rtl, bottom and left should be negative |
-bottom and left should be negative |