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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Test succeeded! Top is -1px. 1 Without not height
2 Test succeeded! top is -1px.
3 Test succeeded! left is -2px.
4 Test succeeded! bottom is 1px.
5 Test succeeded! right is 2px.
6 100px * 0px
7
8 Without height:100%;
9 Test succeeded! top is -1px.
10 Test succeeded! left is -2px.
11 Test succeeded! bottom is 1px.
12 Test succeeded! right is 2px.
13 100px * 200px
14
15 Without height:auto;
16 Test succeeded! top is -1px.
17 Test succeeded! left is -2px.
18 Test succeeded! bottom is 1px.
19 Test succeeded! right is 2px.
20 100px * 0px
21
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698