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

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

Issue 26272006: Fix Skia FontCache platform data construction to use right font size (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
1 Test 1 Test
2 Test 2 Test
3 Test 3 Test
4 This test checks getBoundingClientRect() on zoomed HTML and SVG elements 4 This test checks getBoundingClientRect() on zoomed HTML and SVG elements
5 5
6 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 ".
7 7
8 Gray rectangles: 100x50 8 Gray rectangles: 100x50
9 Green rectangles: 100x50, zoom=200% 9 Green rectangles: 100x50, zoom=200%
10 Blue rectangles: 200x100, zoom=50% 10 Blue rectangles: 200x100, zoom=50%
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 PASS rect1.height is 50 46 PASS rect1.height is 50
47 PASS rect1.right is 100 47 PASS rect1.right is 100
48 PASS rect1.bottom is 300 48 PASS rect1.bottom is 300
49 PASS image1.left is 100 49 PASS image1.left is 100
50 PASS image1.top is 250 50 PASS image1.top is 250
51 PASS image1.width is 50 51 PASS image1.width is 50
52 PASS image1.height is 25 52 PASS image1.height is 25
53 PASS image1.right is 150 53 PASS image1.right is 150
54 PASS image1.bottom is 275 54 PASS image1.bottom is 275
55 PASS text1.left is 100 55 PASS text1.left is 100
56 PASS text1.top is within 1 of 282 56 PASS text1.top is within 1 of 283
57 PASS text1.width is within 1 of 46 57 PASS text1.width is within 1 of 46
58 PASS text1.height is within 1 of 6 58 PASS text1.height is within 1 of 6
59 PASS text1.right is within 1 of 146 59 PASS text1.right is within 1 of 146
60 PASS text1.bottom is within 1 of 289 60 PASS text1.bottom is within 1 of 289
61 61
62 PASS svg2.left is 75 62 PASS svg2.left is 75
63 PASS svg2.top is 100 63 PASS svg2.top is 100
64 PASS svg2.width is 150 64 PASS svg2.width is 150
65 PASS svg2.height is 50 65 PASS svg2.height is 50
66 PASS svg2.right is 225 66 PASS svg2.right is 225
(...skipping 29 matching lines...) Expand all
96 PASS rect3.height is 100 96 PASS rect3.height is 100
97 PASS rect3.right is 1100 97 PASS rect3.right is 1100
98 PASS rect3.bottom is 600 98 PASS rect3.bottom is 600
99 PASS image3.left is 1100 99 PASS image3.left is 1100
100 PASS image3.top is 500 100 PASS image3.top is 500
101 PASS image3.width is 100 101 PASS image3.width is 100
102 PASS image3.height is 50 102 PASS image3.height is 50
103 PASS image3.right is 1200 103 PASS image3.right is 1200
104 PASS image3.bottom is 550 104 PASS image3.bottom is 550
105 PASS text3.left is 1100 105 PASS text3.left is 1100
106 PASS text3.top is within 1 of 565 106 PASS text3.top is within 1 of 566
107 PASS text3.width is within 1 of 92 107 PASS text3.width is within 1 of 92
108 PASS text3.height is within 1 of 12 108 PASS text3.height is within 1 of 12
109 PASS text3.right is within 1 of 1192 109 PASS text3.right is within 1 of 1192
110 PASS text3.bottom is within 1 of 577 110 PASS text3.bottom is within 1 of 577
111 111
112 PASS successfullyParsed is true 112 PASS successfullyParsed is true
113 113
114 TEST COMPLETE 114 TEST COMPLETE
115 115
OLDNEW
« no previous file with comments | « LayoutTests/css3/zoom-coords.xhtml ('k') | LayoutTests/platform/linux/fast/forms/placeholder-position-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698