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

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 window.innerWidth is 900
6 PASS window.innerHeight is 600
7 PASS getComputedStyle(test).fontSize is '30px'
8 PASS getComputedStyle(test).width is '450px'
9 PASS window.innerWidth is 900
10 PASS window.innerHeight is 700
11 PASS getComputedStyle(test).fontSize is '35px'
12 PASS getComputedStyle(test).width is '450px'
13 PASS window.innerWidth is 700
14 PASS window.innerHeight is 500
15 PASS getComputedStyle(test).fontSize is '25px'
16 PASS getComputedStyle(test).width is '350px'
17 PASS window.innerWidth is 800
18 PASS window.innerHeight is 600
19 PASS getComputedStyle(test).fontSize is '30px'
20 PASS getComputedStyle(test).width is '400px'
21 PASS successfullyParsed is true
22
23 TEST COMPLETE
24 This test of viewport units and resizing depends on window.resizeTo.
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698