diff options
| author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-02 15:01:56 +0000 |
|---|---|---|
| committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-02 15:01:56 +0000 |
| commit | b4ebaad8df7d9c12d468a93c9795ec954dfb270d (patch) | |
| tree | 4e0f39eefae3cabfcb733743c19205915fb3b1c6 | |
| parent | 5b4eb8fc503839d19399c7f9187192b8e0cbf889 (diff) | |
| download | chromium_src-b4ebaad8df7d9c12d468a93c9795ec954dfb270d.zip chromium_src-b4ebaad8df7d9c12d468a93c9795ec954dfb270d.tar.gz chromium_src-b4ebaad8df7d9c12d468a93c9795ec954dfb270d.tar.bz2 | |
Rebaseline test where the only difference is the exception text.
Review URL: http://codereview.chromium.org/19750
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9042 0039d316-1c4b-4281-b951-d872f2087c98
3 files changed, 12 insertions, 3 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-2-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-2-expected.txt new file mode 100644 index 0000000..549ff35 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-2-expected.txt @@ -0,0 +1,4 @@ +CONSOLE MESSAGE: line 24: Uncaught TypeError: Cannot read property 'ownerNode' of null +This test verifies that style sheet do not outlive their elements. Since you can get back to the element with the ownerNode attribute, it's important to keep the element alive. + +TEST HAS NOT RUN YET. diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-2-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-2-expected.txt new file mode 100644 index 0000000..549ff35 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-2-expected.txt @@ -0,0 +1,4 @@ +CONSOLE MESSAGE: line 24: Uncaught TypeError: Cannot read property 'ownerNode' of null +This test verifies that style sheet do not outlive their elements. Since you can get back to the element with the ownerNode attribute, it's important to keep the element alive. + +TEST HAS NOT RUN YET. diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 29e20af..70a5697 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -975,13 +975,14 @@ MAC : LayoutTests/fast/forms/search-event-delay.html = FAIL TIMEOUT // We don't draw the spelling markers at all in test shell, and it's a low // priority, so I'm DEFERing. DEFER LINUX WIN : LayoutTests/editing/spelling/inline_spelling_markers.html = FAIL -LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-2.html = FAIL -LayoutTests/fast/dom/constructors-cached-navigate.html = FAIL -LayoutTests/fast/dom/constructors-cached.html = FAIL LayoutTests/fast/js/arguments.html = FAIL LayoutTests/fast/js/function-dot-arguments.html = FAIL LayoutTests/fast/js/primitive-method-this.html = FAIL LayoutTests/http/tests/plugins/local-geturl-from-remote.html = CRASH FAIL +// These two depend on which webkit features are enabled. For instance, it checks +// if the Audio constructor is available which is only the case if AUDIO is enabled. +LayoutTests/fast/dom/constructors-cached-navigate.html = FAIL +LayoutTests/fast/dom/constructors-cached.html = FAIL // This test was update in webkit revision 40293. This new test // passes, but the old test seems to still be used on the buildbot. |
