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

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

Issue 1224973002: Prevent overflowing content from affecting multicol layout. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase master Created 5 years, 5 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/win-xp/fast/dom/Element/getBoundingClientRect-expected.txt
diff --git a/LayoutTests/platform/win-xp/fast/dom/Element/getBoundingClientRect-expected.txt b/LayoutTests/platform/win-xp/fast/dom/Element/getBoundingClientRect-expected.txt
deleted file mode 100644
index 12b9f0b5298a48027d557863f1e6c2b5e7d82f97..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/win-xp/fast/dom/Element/getBoundingClientRect-expected.txt
+++ /dev/null
@@ -1,119 +0,0 @@
-Test 1
-PASS rect.left.toFixed(3) is "8.000"
-PASS rect.top.toFixed(3) is "40.000"
-PASS rect.width.toFixed(3) is "300.000"
-PASS rect.height.toFixed(3) is "100.000"
-PASS rect.right is rect.left + rect.width
-PASS rect.bottom is rect.top + rect.height
-
-Test 2
-PASS rect.left.toFixed(3) is "8.000"
-PASS rect.top.toFixed(3) is "188.000"
-PASS rect.width.toFixed(3) is "320.000"
-PASS rect.height.toFixed(3) is "120.000"
-PASS rect.right is rect.left + rect.width
-PASS rect.bottom is rect.top + rect.height
-
-Test 3
-PASS rect.left.toFixed(3) is "18.000"
-PASS rect.top.toFixed(3) is "356.000"
-PASS rect.width.toFixed(3) is "300.000"
-PASS rect.height.toFixed(3) is "100.000"
-PASS rect.right is rect.left + rect.width
-PASS rect.bottom is rect.top + rect.height
-
-Test 4
-PASS rect.left.toFixed(3) is "37.289"
-PASS rect.top.toFixed(3) is "483.289"
-PASS rect.width.toFixed(3) is "141.421"
-PASS rect.height.toFixed(3) is "141.421"
-PASS rect.right is rect.left + rect.width
-PASS rect.bottom is rect.top + rect.height
-
-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 "368.000"
-PASS rect.right is rect.left + rect.width
-PASS rect.bottom is rect.top + rect.height
-
-Test 6
-Known failure. Skipping.
-
-Test 7
-PASS rect.left.toFixed(3) is "8.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
-PASS rect.bottom is rect.top + rect.height
-
-Test 8
-PASS rect.left.toFixed(3) is "8.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
-PASS rect.bottom is rect.top + rect.height
-
-Test 9
-PASS rect.left.toFixed(3) is "8.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
-PASS rect.bottom is rect.top + rect.height
-
-Test 10
-PASS rect.left.toFixed(3) is "8.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
-PASS rect.bottom is rect.top + rect.height
-
-Test 11
-PASS rect.left.toFixed(3) is "10.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
-PASS rect.bottom is rect.top + rect.height
-
-Test 12
-PASS rect.left.toFixed(3) is "8.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
-PASS rect.bottom is rect.top + rect.height
-
-Test 13
-PASS rect.left.toFixed(3) is "8.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
-PASS rect.bottom is rect.top + rect.height
-
-Test 14
-PASS rect.left.toFixed(3) is "8.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
-PASS rect.bottom is rect.top + rect.height
-
-Test 15
-PASS rect.left.toFixed(3) is "8.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
-PASS rect.bottom is rect.top + rect.height
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/platform/linux/fast/dom/Element/getBoundingClientRect-expected.txt ('k') | Source/core/layout/LayoutBlockFlow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698