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

Unified Diff: LayoutTests/css3/zoom-coords-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/css3/zoom-coords-expected.txt
diff --git a/LayoutTests/css3/zoom-coords-expected.txt b/LayoutTests/css3/zoom-coords-expected.txt
deleted file mode 100644
index f62d190040fb526a739bc45fbfe5c04eea2580bb..0000000000000000000000000000000000000000
--- a/LayoutTests/css3/zoom-coords-expected.txt
+++ /dev/null
@@ -1,115 +0,0 @@
-Test
-Test
-Test
-This test checks getBoundingClientRect() on zoomed HTML and SVG elements
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-Gray rectangles: 100x50
-Green rectangles: 100x50, zoom=200%
-Blue rectangles: 200x100, zoom=50%
-
-Checking HTML elements:
-
-PASS div1.left is 0
-PASS div1.top is 0
-PASS div1.width is 100
-PASS div1.height is 50
-PASS div1.right is 100
-PASS div1.bottom is 50
-
-PASS div2.left is 0
-PASS div2.top is 25
-PASS div2.width is 100
-PASS div2.height is 50
-PASS div2.right is 100
-PASS div2.bottom is 75
-
-PASS div3.left is 0
-PASS div3.top is 300
-PASS div3.width is 200
-PASS div3.height is 100
-PASS div3.right is 200
-PASS div3.bottom is 400
-
-Checking SVG elements:
-
-PASS svg1.left is 0
-PASS svg1.top is 250
-PASS svg1.width is 150
-PASS svg1.height is 50
-PASS svg1.right is 150
-PASS svg1.bottom is 300
-PASS rect1.left is 0
-PASS rect1.top is 250
-PASS rect1.width is 100
-PASS rect1.height is 50
-PASS rect1.right is 100
-PASS rect1.bottom is 300
-PASS image1.left is 100
-PASS image1.top is 250
-PASS image1.width is 50
-PASS image1.height is 25
-PASS image1.right is 150
-PASS image1.bottom is 275
-PASS text1.left is 100
-PASS text1.top is 282.5
-PASS text1.width is 46
-PASS text1.height is 6.5
-PASS text1.right is 146
-PASS text1.bottom is 289
-
-PASS svg2.left is 75
-PASS svg2.top is 100
-PASS svg2.width is 150
-PASS svg2.height is 50
-PASS svg2.right is 225
-PASS svg2.bottom is 150
-PASS rect2.left is 75
-PASS rect2.top is 100
-PASS rect2.width is 100
-PASS rect2.height is 50
-PASS rect2.right is 175
-PASS rect2.bottom is 150
-PASS image2.left is 175
-PASS image2.top is 100
-PASS image2.width is 50
-PASS image2.height is 25
-PASS image2.right is 225
-PASS image2.bottom is 125
-PASS text2.left is 175
-PASS text2.top is 132.5
-PASS text2.width is 49
-PASS text2.height is 6.5
-PASS text2.right is 224
-PASS text2.bottom is 139
-
-PASS svg3.left is 900
-PASS svg3.top is 500
-PASS svg3.width is 300
-PASS svg3.height is 100
-PASS svg3.right is 1200
-PASS svg3.bottom is 600
-PASS rect3.left is 900
-PASS rect3.top is 500
-PASS rect3.width is 200
-PASS rect3.height is 100
-PASS rect3.right is 1100
-PASS rect3.bottom is 600
-PASS image3.left is 1100
-PASS image3.top is 500
-PASS image3.width is 100
-PASS image3.height is 50
-PASS image3.right is 1200
-PASS image3.bottom is 550
-PASS text3.left is 1100
-PASS text3.top is 565
-PASS text3.width is 92
-PASS text3.height is 13
-PASS text3.right is 1192
-PASS text3.bottom is 578
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698