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

Unified Diff: LayoutTests/fast/dom/Element/getBoundingClientRect-expected.txt

Issue 1028383002: Enable new multicol for testing and experimental web platform features. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase master 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/fast/dom/Element/getBoundingClientRect-expected.txt
diff --git a/LayoutTests/fast/dom/Element/getBoundingClientRect-expected.txt b/LayoutTests/fast/dom/Element/getBoundingClientRect-expected.txt
index bc962b25857391c96d68afecea142f48073efe24..c3be4b4aa8fd20474bc57bb41c68f0fa5f4e4e5e 100644
--- a/LayoutTests/fast/dom/Element/getBoundingClientRect-expected.txt
+++ b/LayoutTests/fast/dom/Element/getBoundingClientRect-expected.txt
@@ -34,7 +34,7 @@ Test 5
PASS rect.left.toFixed(3) is "8.000"
PASS rect.top.toFixed(3) is "652.000"
PASS rect.width.toFixed(3) is "300.000"
-PASS rect.height.toFixed(3) is "374.000"
+FAIL rect.height.toFixed(3) should be 374.000. Was 368.000.
dsinclair 2015/03/26 23:17:44 Are these expected to change?
mstensho (USE GERRIT) 2015/03/27 09:08:15 Yeah (see commit comment), but let's make it a PAS
PASS rect.right is rect.left + rect.width
PASS rect.bottom is rect.top + rect.height
@@ -43,7 +43,7 @@ Known failure. Skipping.
Test 7
PASS rect.left.toFixed(3) is "8.000"
-PASS rect.top.toFixed(3) is "1490.000"
+FAIL rect.top.toFixed(3) should be 1490.000. Was 1484.000.
PASS rect.width.toFixed(3) is "288.000"
PASS rect.height.toFixed(3) is "464.000"
PASS rect.right is rect.left + rect.width
@@ -51,7 +51,7 @@ PASS rect.bottom is rect.top + rect.height
Test 8
PASS rect.left.toFixed(3) is "8.000"
-PASS rect.top.toFixed(3) is "2002.000"
+FAIL rect.top.toFixed(3) should be 2002.000. Was 1996.000.
PASS rect.width.toFixed(3) is "300.000"
PASS rect.height.toFixed(3) is "74.000"
PASS rect.right is rect.left + rect.width
@@ -59,7 +59,7 @@ PASS rect.bottom is rect.top + rect.height
Test 9
PASS rect.left.toFixed(3) is "8.000"
-PASS rect.top.toFixed(3) is "2140.000"
+FAIL rect.top.toFixed(3) should be 2140.000. Was 2134.000.
PASS rect.width.toFixed(3) is "300.000"
PASS rect.height.toFixed(3) is "90.000"
PASS rect.right is rect.left + rect.width
@@ -67,7 +67,7 @@ PASS rect.bottom is rect.top + rect.height
Test 10
PASS rect.left.toFixed(3) is "8.000"
-PASS rect.top.toFixed(3) is "2280.000"
+FAIL rect.top.toFixed(3) should be 2280.000. Was 2274.000.
PASS rect.width.toFixed(3) is "300.000"
PASS rect.height.toFixed(3) is "34.000"
PASS rect.right is rect.left + rect.width
@@ -75,7 +75,7 @@ PASS rect.bottom is rect.top + rect.height
Test 11
PASS rect.left.toFixed(3) is "10.000"
-PASS rect.top.toFixed(3) is "2402.000"
+FAIL rect.top.toFixed(3) should be 2402.000. Was 2396.000.
PASS rect.width.toFixed(3) is "147.000"
PASS rect.height.toFixed(3) is "34.000"
PASS rect.right is rect.left + rect.width
@@ -83,7 +83,7 @@ PASS rect.bottom is rect.top + rect.height
Test 12
PASS rect.left.toFixed(3) is "8.000"
-PASS rect.top.toFixed(3) is "2538.000"
+FAIL rect.top.toFixed(3) should be 2538.000. Was 2532.000.
PASS rect.width.toFixed(3) is "100.000"
PASS rect.height.toFixed(3) is "100.000"
PASS rect.right is rect.left + rect.width
@@ -91,7 +91,7 @@ PASS rect.bottom is rect.top + rect.height
Test 13
PASS rect.left.toFixed(3) is "8.000"
-PASS rect.top.toFixed(3) is "2789.000"
+FAIL rect.top.toFixed(3) should be 2789.000. Was 2783.000.
PASS rect.width.toFixed(3) is "260.000"
PASS rect.height.toFixed(3) is "16.000"
PASS rect.right is rect.left + rect.width
@@ -99,7 +99,7 @@ PASS rect.bottom is rect.top + rect.height
Test 14
PASS rect.left.toFixed(3) is "8.000"
-PASS rect.top.toFixed(3) is "2869.000"
+FAIL rect.top.toFixed(3) should be 2869.000. Was 2863.000.
PASS rect.width.toFixed(3) is "300.000"
PASS rect.height.toFixed(3) is "232.000"
PASS rect.right is rect.left + rect.width
@@ -107,7 +107,7 @@ PASS rect.bottom is rect.top + rect.height
Test 15
PASS rect.left.toFixed(3) is "8.000"
-PASS rect.top.toFixed(3) is "3165.000"
+FAIL rect.top.toFixed(3) should be 3165.000. Was 3159.000.
PASS rect.width.toFixed(3) is "0.000"
PASS rect.height.toFixed(3) is "0.000"
PASS rect.right is rect.left + rect.width

Powered by Google App Engine
This is Rietveld 408576698