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

Unified Diff: LayoutTests/platform/chromium-mac/fast/dom/Range/getClientRects-expected.txt

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (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/platform/chromium-mac/fast/dom/Range/getClientRects-expected.txt
diff --git a/LayoutTests/fast/dom/Range/getClientRects-expected.txt b/LayoutTests/platform/chromium-mac/fast/dom/Range/getClientRects-expected.txt
similarity index 91%
rename from LayoutTests/fast/dom/Range/getClientRects-expected.txt
rename to LayoutTests/platform/chromium-mac/fast/dom/Range/getClientRects-expected.txt
index 434345452980f4d64b77af52c56784e032644ef5..c87c61661d1275bb52dc495e0600b4d724806fc6 100644
--- a/LayoutTests/fast/dom/Range/getClientRects-expected.txt
+++ b/LayoutTests/platform/chromium-mac/fast/dom/Range/getClientRects-expected.txt
@@ -188,10 +188,10 @@ PASS rects[3].width is 212
PASS rects[3].height is 247
Test 9
FAIL rects.length should be 1. Was 0.
-FAIL rects[0].left should be 8. Threw exception TypeError: 'undefined' is not an object (evaluating 'rects[0].left')
-FAIL rects[0].top should be 1903. Threw exception TypeError: 'undefined' is not an object (evaluating 'rects[0].top')
-FAIL rects[0].width should be 0. Threw exception TypeError: 'undefined' is not an object (evaluating 'rects[0].width')
-FAIL rects[0].height should be 18. Threw exception TypeError: 'undefined' is not an object (evaluating 'rects[0].height')
+FAIL rects[0].left should be 8. Threw exception TypeError: Cannot read property 'left' of undefined
+FAIL rects[0].top should be 1903. Threw exception TypeError: Cannot read property 'top' of undefined
+FAIL rects[0].width should be 0. Threw exception TypeError: Cannot read property 'width' of undefined
+FAIL rects[0].height should be 18. Threw exception TypeError: Cannot read property 'height' of undefined
Test 9b
PASS rects.length is 1
PASS rects[0].left is 8

Powered by Google App Engine
This is Rietveld 408576698