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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/getComputedStyle-over-constrained-expected.txt

Issue 2016913003: Revert of getComputedStyle should handle over-constrained properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
(Empty)
1 PASS window.getComputedStyle(ltrElement).top is '5px'
2 PASS window.getComputedStyle(ltrElement).right is '-5px'
3 PASS window.getComputedStyle(ltrElement).bottom is '-5px'
4 PASS window.getComputedStyle(ltrElement).left is '5px'
5 PASS window.getComputedStyle(rtlElement).top is '5px'
6 PASS window.getComputedStyle(rtlElement).right is '5px'
7 PASS window.getComputedStyle(rtlElement).bottom is '-5px'
8 PASS window.getComputedStyle(rtlElement).left is '-5px'
9 PASS successfullyParsed is true
10
11 TEST COMPLETE
12 getComputedStyle should handle over-constrained properties.
13
14 If direction of containing block is ltr, bottom and right should be negative
15 bottom and right should be negative
16 If direction of containing block is rtl, bottom and left should be negative
17 bottom and left should be negative
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698