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

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

Issue 1029893005: Auto-rebaseline for r192559 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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
Index: LayoutTests/platform/linux/svg/zoom/page/zoom-zoom-coords-expected.txt
diff --git a/LayoutTests/platform/linux/svg/zoom/page/zoom-zoom-coords-expected.txt b/LayoutTests/platform/linux/svg/zoom/page/zoom-zoom-coords-expected.txt
index b69122fdf1b3c6d3720145f68f91d59fa7893303..ff1153a693f0b758df14f4750dd4140dfd8dcefa 100644
--- a/LayoutTests/platform/linux/svg/zoom/page/zoom-zoom-coords-expected.txt
+++ b/LayoutTests/platform/linux/svg/zoom/page/zoom-zoom-coords-expected.txt
@@ -11,103 +11,103 @@ Blue rectangles: 200x100, zoom=50%
Checking HTML elements:
-PASS div1.left.toFixed(2) is "0.00"
-PASS div1.top.toFixed(2) is "0.00"
-PASS div1.width.toFixed(2) is "100.00"
-PASS div1.height.toFixed(2) is "50.00"
-PASS div1.right.toFixed(2) is "100.00"
-PASS div1.bottom.toFixed(2) is "50.00"
+PASS div1.left is 0.00
+PASS div1.top is 0.00
+PASS div1.width is 100.00
+PASS div1.height is 50.00
+PASS div1.right is 100.00
+PASS div1.bottom is 50.00
-PASS div2.left.toFixed(2) is "0.00"
-PASS div2.top.toFixed(2) is "25.00"
-PASS div2.width.toFixed(2) is "100.00"
-PASS div2.height.toFixed(2) is "50.00"
-PASS div2.right.toFixed(2) is "100.00"
-PASS div2.bottom.toFixed(2) is "75.00"
+PASS div2.left is 0.00
+PASS div2.top is 25.00
+PASS div2.width is 100.00
+PASS div2.height is 50.00
+PASS div2.right is 100.00
+PASS div2.bottom is 75.00
-PASS div3.left.toFixed(2) is "0.00"
-PASS div3.top.toFixed(2) is "300.00"
-PASS div3.width.toFixed(2) is "200.00"
-PASS div3.height.toFixed(2) is "100.00"
-PASS div3.right.toFixed(2) is "200.00"
-PASS div3.bottom.toFixed(2) is "400.00"
+PASS div3.left is 0.00
+PASS div3.top is 300.00
+PASS div3.width is 200.00
+PASS div3.height is 100.00
+PASS div3.right is 200.00
+PASS div3.bottom is 400.00
Checking SVG elements:
-PASS svg1.left.toFixed(2) is "0.00"
-PASS svg1.top.toFixed(2) is "250.00"
-PASS svg1.width.toFixed(2) is "150.00"
-PASS svg1.height.toFixed(2) is "50.00"
-PASS svg1.right.toFixed(2) is "150.00"
-PASS svg1.bottom.toFixed(2) is "300.00"
-PASS rect1.left.toFixed(2) is "0.00"
-PASS rect1.top.toFixed(2) is "250.00"
-PASS rect1.width.toFixed(2) is "100.00"
-PASS rect1.height.toFixed(2) is "50.00"
-PASS rect1.right.toFixed(2) is "100.00"
-PASS rect1.bottom.toFixed(2) is "300.00"
-PASS image1.left.toFixed(2) is "100.00"
-PASS image1.top.toFixed(2) is "250.00"
-PASS image1.width.toFixed(2) is "50.00"
-PASS image1.height.toFixed(2) is "25.00"
-PASS image1.right.toFixed(2) is "150.00"
-PASS image1.bottom.toFixed(2) is "275.00"
-PASS text1.left.toFixed(2) is "100.00"
-PASS text1.top.toFixed(2) is "282.66"
-PASS text1.width.toFixed(2) is "49.20"
-PASS text1.height.toFixed(2) is "6.16"
-PASS text1.right.toFixed(2) is "149.20"
-PASS text1.bottom.toFixed(2) is "288.82"
+PASS svg1.left is 0.00
+PASS svg1.top is 250.00
+PASS svg1.width is 150.00
+PASS svg1.height is 50.00
+PASS svg1.right is 150.00
+PASS svg1.bottom is 300.00
+PASS rect1.left is 0.00
+PASS rect1.top is 250.00
+PASS rect1.width is 100.00
+PASS rect1.height is 50.00
+PASS rect1.right is 100.00
+PASS rect1.bottom is 300.00
+PASS image1.left is 100.00
+PASS image1.top is 250.00
+PASS image1.width is 50.00
+PASS image1.height is 25.00
+PASS image1.right is 150.00
+PASS image1.bottom is 275.00
+PASS text1.left is 100.00
+PASS text1.top is 282.66
+FAIL text1.width should be 47.98. Was 49.203128814697266.
+PASS text1.height is 6.16
+FAIL text1.right should be 147.98. Was 149.203125.
+PASS text1.bottom is 288.82
-PASS svg2.left.toFixed(2) is "75.00"
-PASS svg2.top.toFixed(2) is "100.00"
-PASS svg2.width.toFixed(2) is "150.00"
-PASS svg2.height.toFixed(2) is "50.00"
-PASS svg2.right.toFixed(2) is "225.00"
-PASS svg2.bottom.toFixed(2) is "150.00"
-PASS rect2.left.toFixed(2) is "75.00"
-PASS rect2.top.toFixed(2) is "100.00"
-PASS rect2.width.toFixed(2) is "100.00"
-PASS rect2.height.toFixed(2) is "50.00"
-PASS rect2.right.toFixed(2) is "175.00"
-PASS rect2.bottom.toFixed(2) is "150.00"
-PASS image2.left.toFixed(2) is "175.00"
-PASS image2.top.toFixed(2) is "100.00"
-PASS image2.width.toFixed(2) is "50.00"
-PASS image2.height.toFixed(2) is "25.00"
-PASS image2.right.toFixed(2) is "225.00"
-PASS image2.bottom.toFixed(2) is "125.00"
-PASS text2.left.toFixed(2) is "175.00"
-PASS text2.top.toFixed(2) is "132.66"
-PASS text2.width.toFixed(2) is "47.44"
-PASS text2.height.toFixed(2) is "5.94"
-PASS text2.right.toFixed(2) is "222.44"
-PASS text2.bottom.toFixed(2) is "138.60"
+PASS svg2.left is 75.00
+PASS svg2.top is 100.00
+PASS svg2.width is 150.00
+PASS svg2.height is 50.00
+PASS svg2.right is 225.00
+PASS svg2.bottom is 150.00
+PASS rect2.left is 75.00
+PASS rect2.top is 100.00
+PASS rect2.width is 100.00
+PASS rect2.height is 50.00
+PASS rect2.right is 175.00
+PASS rect2.bottom is 150.00
+PASS image2.left is 175.00
+PASS image2.top is 100.00
+PASS image2.width is 50.00
+PASS image2.height is 25.00
+PASS image2.right is 225.00
+PASS image2.bottom is 125.00
+PASS text2.left is 175.00
+PASS text2.top is 132.66
+FAIL text2.width should be 47.98. Was 47.437496185302734.
+PASS text2.height is 5.94
+FAIL text2.right should be 222.98. Was 222.4375.
+PASS text2.bottom is 138.60
-PASS svg3.left.toFixed(2) is "900.00"
-PASS svg3.top.toFixed(2) is "500.00"
-PASS svg3.width.toFixed(2) is "300.00"
-PASS svg3.height.toFixed(2) is "100.00"
-PASS svg3.right.toFixed(2) is "1200.00"
-PASS svg3.bottom.toFixed(2) is "600.00"
-PASS rect3.left.toFixed(2) is "900.00"
-PASS rect3.top.toFixed(2) is "500.00"
-PASS rect3.width.toFixed(2) is "200.00"
-PASS rect3.height.toFixed(2) is "100.00"
-PASS rect3.right.toFixed(2) is "1100.00"
-PASS rect3.bottom.toFixed(2) is "600.00"
-PASS image3.left.toFixed(2) is "1100.00"
-PASS image3.top.toFixed(2) is "500.00"
-PASS image3.width.toFixed(2) is "100.00"
-PASS image3.height.toFixed(2) is "50.00"
-PASS image3.right.toFixed(2) is "1200.00"
-PASS image3.bottom.toFixed(2) is "550.00"
-PASS text3.left.toFixed(2) is "1100.00"
-PASS text3.top.toFixed(2) is "565.33"
-PASS text3.width.toFixed(2) is "98.41"
-PASS text3.height.toFixed(2) is "12.31"
-PASS text3.right.toFixed(2) is "1198.41"
-PASS text3.bottom.toFixed(2) is "577.64"
+PASS svg3.left is 900.00
+PASS svg3.top is 500.00
+PASS svg3.width is 300.00
+PASS svg3.height is 100.00
+PASS svg3.right is 1200.00
+PASS svg3.bottom is 600.00
+PASS rect3.left is 900.00
+PASS rect3.top is 500.00
+PASS rect3.width is 200.00
+PASS rect3.height is 100.00
+PASS rect3.right is 1100.00
+PASS rect3.bottom is 600.00
+PASS image3.left is 1100.00
+PASS image3.top is 500.00
+PASS image3.width is 100.00
+PASS image3.height is 50.00
+PASS image3.right is 1200.00
+PASS image3.bottom is 550.00
+PASS text3.left is 1100.00
+PASS text3.top is 565.33
+FAIL text3.width should be 95.97. Was 98.40630340576172.
+PASS text3.height is 12.31
+FAIL text3.right should be 1195.97. Was 1198.40625.
+PASS text3.bottom is 577.64
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698