diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-05 21:13:51 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-05 21:13:51 +0000 |
commit | 389f493751d6edde8321e18ff8b9558a72598c9e (patch) | |
tree | 8e25fd367404df6922bb155a1c05017ba18e4bf1 /webkit | |
parent | d3216441b7726c31fb0ae9b9d90b64421e14ca39 (diff) | |
download | chromium_src-389f493751d6edde8321e18ff8b9558a72598c9e.zip chromium_src-389f493751d6edde8321e18ff8b9558a72598c9e.tar.gz chromium_src-389f493751d6edde8321e18ff8b9558a72598c9e.tar.bz2 |
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
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/events/updateLayoutForHitTest-expected.txt | 18 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 2 |
2 files changed, 19 insertions, 1 deletions
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 |