diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-24 12:34:38 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-24 12:34:38 +0000 |
commit | 71131ab8c99e742688f90710b828b4845fd26c55 (patch) | |
tree | e65aa970a829700a5b60feaec68d85c2ee751565 | |
parent | 56ea598798494b2e55d40b3dd5d003d6785c409b (diff) | |
download | chromium_src-71131ab8c99e742688f90710b828b4845fd26c55.zip chromium_src-71131ab8c99e742688f90710b828b4845fd26c55.tar.gz chromium_src-71131ab8c99e742688f90710b828b4845fd26c55.tar.bz2 |
Rebaseline layout test that regressed because of a whitespace change
in the event listener wrapper code.
Review URL: http://codereview.chromium.org/42557
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12353 0039d316-1c4b-4281-b951-d872f2087c98
3 files changed, 2 insertions, 4 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/dom/Window/window-lookup-precedence-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/dom/Window/window-lookup-precedence-expected.txt index 1effe9d..0ea2dd8 100644 --- a/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/dom/Window/window-lookup-precedence-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/dom/Window/window-lookup-precedence-expected.txt @@ -177,7 +177,7 @@ window.onfocus IS null window.onkeydown IS null window.onkeypress IS null window.onkeyup IS null -window.onload IS function onload(evt) { with (this.ownerDocument ? this.ownerDocument : {}) { with (this.form ? this.form : {}) { with (this) { return (function(evt){runTest() }).call(this, evt); } } } } +window.onload IS function onload(evt) { with (this.ownerDocument ? this.ownerDocument : {}) { with (this.form ? this.form : {}) { with (this) { return (function(evt){ runTest() }).call(this, evt); } } } } window.onmousedown IS null window.onmousemove IS null window.onmouseout IS null diff --git a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/dom/Window/window-lookup-precedence-expected.txt b/webkit/data/layout_tests/platform/chromium-win/chrome/fast/dom/Window/window-lookup-precedence-expected.txt index 1effe9d..0ea2dd8 100644 --- a/webkit/data/layout_tests/platform/chromium-win/chrome/fast/dom/Window/window-lookup-precedence-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/chrome/fast/dom/Window/window-lookup-precedence-expected.txt @@ -177,7 +177,7 @@ window.onfocus IS null window.onkeydown IS null window.onkeypress IS null window.onkeyup IS null -window.onload IS function onload(evt) { with (this.ownerDocument ? this.ownerDocument : {}) { with (this.form ? this.form : {}) { with (this) { return (function(evt){runTest() }).call(this, evt); } } } } +window.onload IS function onload(evt) { with (this.ownerDocument ? this.ownerDocument : {}) { with (this.form ? this.form : {}) { with (this) { return (function(evt){ runTest() }).call(this, evt); } } } } window.onmousedown IS null window.onmousemove IS null window.onmouseout IS null diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 79117ea..4fc8fb8 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -2237,7 +2237,6 @@ WIN DEBUG : chrome/fast/dom/java-applet-calls.html = FAIL WIN DEBUG : LayoutTests/fast/dom/length-attribute-mapping.html = CRASH WIN DEBUG : LayoutTests/svg/W3C-SVG-1.1/extend-namespace-01-f.svg = CRASH WIN LINUX : LayoutTests/fast/repaint/renderer-destruction-by-invalidateSelection-crash.html = FAIL PASS -WIN LINUX : chrome/fast/dom/Window/window-lookup-precedence.html = FAIL PASS WIN LINUX : LayoutTests/editing/selection/move-by-line-002.html = FAIL PASS WIN : LayoutTests/webarchive/loading/cache-expired-subresource.html = CRASH PASS WIN : LayoutTests/webarchive/loading/test-loading-archive.html = CRASH TIMEOUT PASS @@ -2260,7 +2259,6 @@ LINUX DEBUG : chrome/fast/dom/htmliframeelement-document.html = FAIL // Merge 41860:41906 Regressions WIN LINUX MAC : LayoutTests/fast/js/invalid-syntax-for-function.html = FAIL -MAC : chrome/fast/dom/Window/window-lookup-precedence.html = FAIL // Merge 41860:41906 New tests DEFER WIN LINUX : LayoutTests/fast/replaced/percent-height-in-anonymous-block-in-table.html = FAIL |