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

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

Issue 82083002: Move viewport unit resolution to style recalc time (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rename browser zoom to page zoom Created 6 years, 11 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 This test checks that getComputedStyle returns pixel values for viewport units t hat are affected by page zoom (aka browser zoom).
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS parseFloat(getComputedStyle(test).fontSize) is within 1 of 165.8
7 PASS parseFloat(getComputedStyle(test).fontSize) is within 1 of 115.2
8 PASS parseFloat(getComputedStyle(test).fontSize) is within 1 of 96
9 PASS parseFloat(getComputedStyle(test).fontSize) is within 1 of 80
10 PASS parseFloat(getComputedStyle(test).fontSize) is within 1 of 66.7
11 PASS parseFloat(getComputedStyle(test).fontSize) is within 1 of 46.3
12 PASS parseFloat(getComputedStyle(test).fontSize) is within 1 of 32.1
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698