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

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

Issue 267983005: Auto-rebaseline for r173389 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/editing/pasteboard/drag-drop-copy-text-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/viewport-percentage-lengths/viewport-percentage-lengths-page-zoom-expected.txt
diff --git a/LayoutTests/css3/viewport-percentage-lengths/viewport-percentage-lengths-page-zoom-expected.txt b/LayoutTests/css3/viewport-percentage-lengths/viewport-percentage-lengths-page-zoom-expected.txt
index 296e3900e44daf7cb88f9994e1b881a507dcd21a..7b5efbecc9f8a5f815f2f452231eb4e6a3ef2fee 100644
--- a/LayoutTests/css3/viewport-percentage-lengths/viewport-percentage-lengths-page-zoom-expected.txt
+++ b/LayoutTests/css3/viewport-percentage-lengths/viewport-percentage-lengths-page-zoom-expected.txt
@@ -1,5 +1,16 @@
-CONSOLE ERROR: line 26: Uncaught SyntaxError: Illegal return statement
-FAIL successfullyParsed should be true. Was false.
+This test checks that getComputedStyle returns pixel values for viewport units that are affected by page zoom (aka browser zoom).
+
+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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/editing/pasteboard/drag-drop-copy-text-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698