From 389f493751d6edde8321e18ff8b9558a72598c9e Mon Sep 17 00:00:00 2001 From: "thomasvl@chromium.org" Date: Thu, 5 Mar 2009 21:13:51 +0000 Subject: Update the mac text test output, the only differences are due to v8. Review URL: http://codereview.chromium.org/40171 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11033 0039d316-1c4b-4281-b951-d872f2087c98 --- .../fast/events/updateLayoutForHitTest-expected.txt | 18 ++++++++++++++++++ webkit/tools/layout_tests/test_lists/tests_fixable.txt | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/events/updateLayoutForHitTest-expected.txt (limited to 'webkit') diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/events/updateLayoutForHitTest-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/events/updateLayoutForHitTest-expected.txt new file mode 100644 index 0000000..4af0025 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/events/updateLayoutForHitTest-expected.txt @@ -0,0 +1,18 @@ +CONSOLE MESSAGE: line 36: Uncaught TypeError: Cannot read property 'style' of null +CONSOLE MESSAGE: line 40: Uncaught TypeError: Cannot read property 'style' of null +CONSOLE MESSAGE: line 36: Uncaught TypeError: Cannot read property 'style' of null +CONSOLE MESSAGE: line 40: Uncaught TypeError: Cannot read property 'style' of null +layer at (0,0) size 800x600 + RenderView at (0,0) size 800x600 +layer at (0,0) size 800x600 + RenderBlock {HTML} at (0,0) size 800x600 + RenderBody {BODY} at (8,8) size 784x584 + RenderBlock (floating) {DIV} at (5,5) size 67x28 [bgcolor=#ADD8E6] + RenderInline {SPAN} at (0,0) size 9x18 + RenderText {#text} at (5,5) size 9x18 + text run at (5,5) width 9: "\x{25B8}" + RenderText {#text} at (14,5) size 48x18 + text run at (14,5) width 48: " Project" + RenderText {#text} at (0,0) size 0x0 +selection start: position 0 of child 0 {#text} of child 1 {SPAN} of child 3 {DIV} of child 1 {BODY} of child 0 {HTML} of document +selection end: position 0 of child 1 {#text} of child 3 {DIV} of child 3 {DIV} of child 1 {BODY} of child 0 {HTML} of document diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 53f2be7..3209570 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -807,7 +807,7 @@ LINUX : LayoutTests/fast/css/font-face-descriptor-multiple-values.html = FAIL LINUX : LayoutTests/fast/css/font-face-locally-installed.html = FAIL // Font metrics wrong, despite using Lucida Grande? -LINUX MAC : LayoutTests/fast/events/updateLayoutForHitTest.html = FAIL +LINUX : LayoutTests/fast/events/updateLayoutForHitTest.html = FAIL // Off-by-one in form controls -- font metrics? MAC : LayoutTests/fast/forms/input-baseline.html = FAIL -- cgit v1.1