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

Side by Side Diff: LayoutTests/platform/linux/svg/zoom/page/zoom-zoom-coords-expected.txt

Issue 816923002: Switch FontFaceSet#ready from a method to an attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
1 CONSOLE WARNING: document.fonts.ready() method is going to be replaced with docu ment.fonts.ready attribute in future releases. Please be prepared. For more help , check https://code.google.com/p/chromium/issues/detail?id=392077#c3 .
2 Test 1 Test
3 Test 2 Test
4 Test 3 Test
5 This test checks getBoundingClientRect() on zoomed HTML and SVG elements 4 This test checks getBoundingClientRect() on zoomed HTML and SVG elements
6 5
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 7
9 Gray rectangles: 100x50 8 Gray rectangles: 100x50
10 Green rectangles: 100x50, zoom=200% 9 Green rectangles: 100x50, zoom=200%
11 Blue rectangles: 200x100, zoom=50% 10 Blue rectangles: 200x100, zoom=50%
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 PASS text3.top.toFixed(2) is "565.33" 106 PASS text3.top.toFixed(2) is "565.33"
108 PASS text3.width.toFixed(2) is "98.41" 107 PASS text3.width.toFixed(2) is "98.41"
109 PASS text3.height.toFixed(2) is "12.31" 108 PASS text3.height.toFixed(2) is "12.31"
110 PASS text3.right.toFixed(2) is "1198.41" 109 PASS text3.right.toFixed(2) is "1198.41"
111 PASS text3.bottom.toFixed(2) is "577.64" 110 PASS text3.bottom.toFixed(2) is "577.64"
112 111
113 PASS successfullyParsed is true 112 PASS successfullyParsed is true
114 113
115 TEST COMPLETE 114 TEST COMPLETE
116 115
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698