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

Side by Side Diff: LayoutTests/css3/viewport-percentage-lengths/viewport-percentage-lengths-resize-expected.txt

Issue 82083002: Move viewport unit resolution to style recalc time (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebased Created 7 years 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.innerWidth is 800
2 PASS window.innerHeight is 600
3 PASS getComputedStyle(test).fontSize is '30px'
4 PASS getComputedStyle(test).width is '400px'
5 PASS getComputedStyle(testpseudo, ':after').marginLeft is '120px'
6 PASS getComputedStyle(testshadow).borderRightWidth is '80px'
7 PASS window.innerWidth is 900
8 PASS window.innerHeight is 600
9 PASS getComputedStyle(test).fontSize is '30px'
10 PASS getComputedStyle(test).width is '450px'
11 PASS getComputedStyle(testpseudo, ':after').marginLeft is '120px'
12 PASS getComputedStyle(testshadow).borderRightWidth is '90px'
13 PASS window.innerWidth is 900
14 PASS window.innerHeight is 700
15 PASS getComputedStyle(test).fontSize is '35px'
16 PASS getComputedStyle(test).width is '450px'
17 PASS getComputedStyle(testpseudo, ':after').marginLeft is '140px'
18 PASS getComputedStyle(testshadow).borderRightWidth is '90px'
19 PASS window.innerWidth is 500
20 PASS window.innerHeight is 700
21 PASS getComputedStyle(test).fontSize is '35px'
22 PASS getComputedStyle(test).width is '250px'
23 PASS getComputedStyle(testpseudo, ':after').marginLeft is '100px'
24 PASS getComputedStyle(testshadow).borderRightWidth is '70px'
25 PASS window.innerWidth is 800
26 PASS window.innerHeight is 600
27 PASS getComputedStyle(test).fontSize is '30px'
28 PASS getComputedStyle(test).width is '400px'
29 PASS getComputedStyle(testpseudo, ':after').marginLeft is '120px'
30 PASS getComputedStyle(testshadow).borderRightWidth is '80px'
31 PASS successfullyParsed is true
32
33 TEST COMPLETE
34 This test of viewport units and resizing depends on window.resizeTo.
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698