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 |