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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/computed-style-percentage-top-with-position-expected.txt

Issue 1007623003: Fix incorrect percentage top for positioned elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update an expected value of web-animations-api/animations-responsive-to-style-change.html Created 5 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
(Empty)
1 PASS computedStyle.getPropertyValue('top') is "50%"
2 PASS computedStyle.getPropertyValue('top') is "10px"
3 PASS computedStyle.getPropertyValue('top') is "300px"
4 PASS computedStyle.getPropertyValue('top') is "300px"
5 PASS computedStyle.getPropertyValue('top') is "50%"
6 PASS computedStyle.getPropertyValue('top') is "10px"
7 PASS computedStyle.getPropertyValue('top') is "30px"
8 PASS computedStyle.getPropertyValue('top') is "300px"
9 PASS computedStyle.getPropertyValue('top') is "50%"
10 PASS computedStyle.getPropertyValue('top') is "10px"
11 PASS computedStyle.getPropertyValue('top') is "30px"
12 PASS computedStyle.getPropertyValue('top') is "300px"
13 PASS computedStyle.getPropertyValue('top') is "50%"
14 PASS computedStyle.getPropertyValue('top') is "10px"
15 PASS computedStyle.getPropertyValue('top') is "30px"
16 PASS computedStyle.getPropertyValue('top') is "300px"
17 PASS computedStyle.getPropertyValue('top') is "50%"
18 PASS computedStyle.getPropertyValue('top') is "10px"
19 PASS computedStyle.getPropertyValue('top') is "300px"
20 PASS computedStyle.getPropertyValue('top') is "300px"
21 PASS computedStyle.getPropertyValue('top') is "50%"
22 PASS computedStyle.getPropertyValue('top') is "10px"
23 PASS computedStyle.getPropertyValue('top') is "30px"
24 PASS computedStyle.getPropertyValue('top') is "300px"
25 PASS computedStyle.getPropertyValue('top') is "50%"
26 PASS computedStyle.getPropertyValue('top') is "150px"
27 PASS computedStyle.getPropertyValue('top') is "180px"
28 PASS computedStyle.getPropertyValue('top') is "300px"
29 PASS computedStyle.getPropertyValue('top') is "50%"
30 PASS computedStyle.getPropertyValue('top') is "150px"
31 PASS computedStyle.getPropertyValue('top') is "180px"
32 PASS computedStyle.getPropertyValue('top') is "300px"
33 PASS successfullyParsed is true
34
35 TEST COMPLETE
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698