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/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: Need to mark virtual/slimmingpaint/svg/text/columns-do-not-apply.html as failing too. 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..12b9f0b5298a48027d557863f1e6c2b5e7d82f97 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"
+PASS rect.height.toFixed(3) is "368.000"
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"
+PASS rect.top.toFixed(3) is "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"
+PASS rect.top.toFixed(3) is "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"
+PASS rect.top.toFixed(3) is "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"
+PASS rect.top.toFixed(3) is "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"
+PASS rect.top.toFixed(3) is "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"
+PASS rect.top.toFixed(3) is "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"
+PASS rect.top.toFixed(3) is "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"
+PASS rect.top.toFixed(3) is "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"
+PASS rect.top.toFixed(3) is "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
« no previous file with comments | « LayoutTests/fast/dom/Element/getBoundingClientRect.html ('k') | LayoutTests/fast/multicol/remove-all-children.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698