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

Unified Diff: LayoutTests/fast/css/getComputedStyle/computed-style-negative-top-expected.txt

Issue 13871003: Fixing getComputedStyle to return pixel values for left / right / top / bottom (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing a const issue. Created 7 years, 8 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: LayoutTests/fast/css/getComputedStyle/computed-style-negative-top-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-negative-top-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-negative-top-expected.txt
index 1cf6f8beb0d1af07b01de29ca434d4b265cccc13..eabcfe055a016f76575a31bba8d14a52e36837f1 100644
--- a/LayoutTests/fast/css/getComputedStyle/computed-style-negative-top-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/computed-style-negative-top-expected.txt
@@ -1 +1,22 @@
-Test succeeded! Top is -1px.
+Without not height
+Test succeeded! top is -1px.
+Test succeeded! left is -2px.
+Test succeeded! bottom is 1px.
+Test succeeded! right is 2px.
+100px * 0px
+
+Without height:100%;
+Test succeeded! top is -1px.
+Test succeeded! left is -2px.
+Test succeeded! bottom is 1px.
+Test succeeded! right is 2px.
+100px * 200px
+
+Without height:auto;
+Test succeeded! top is -1px.
+Test succeeded! left is -2px.
+Test succeeded! bottom is 1px.
+Test succeeded! right is 2px.
+100px * 0px
+
+

Powered by Google App Engine
This is Rietveld 408576698