Chromium Code Reviews| Index: LayoutTests/css3/viewport-percentage-lengths/viewport-percentage-lengths-browser-zoom-expected.txt |
| diff --git a/LayoutTests/css3/viewport-percentage-lengths/viewport-percentage-lengths-browser-zoom-expected.txt b/LayoutTests/css3/viewport-percentage-lengths/viewport-percentage-lengths-browser-zoom-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..33d758ce0b6346606ab25d0a3ca93f8193afd7d0 |
| --- /dev/null |
| +++ b/LayoutTests/css3/viewport-percentage-lengths/viewport-percentage-lengths-browser-zoom-expected.txt |
| @@ -0,0 +1,16 @@ |
| +This test checks that getComputedStyle returns pixel values for viewport units that are affected by browser zoom. |
|
kenneth.r.christiansen
2014/01/02 09:03:26
the spec (CSSOM views) call this "page zoom". We s
Timothy Loh
2014/01/03 00:23:09
Done, also renamed test accordingly.
|
| + |
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| + |
| + |
| +PASS parseFloat(getComputedStyle(test).fontSize) is within 1 of 165.8 |
| +PASS parseFloat(getComputedStyle(test).fontSize) is within 1 of 115.2 |
| +PASS parseFloat(getComputedStyle(test).fontSize) is within 1 of 96 |
| +PASS parseFloat(getComputedStyle(test).fontSize) is within 1 of 80 |
| +PASS parseFloat(getComputedStyle(test).fontSize) is within 1 of 66.7 |
| +PASS parseFloat(getComputedStyle(test).fontSize) is within 1 of 46.3 |
| +PASS parseFloat(getComputedStyle(test).fontSize) is within 1 of 32.1 |
| +PASS successfullyParsed is true |
| + |
| +TEST COMPLETE |
| + |