diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-08 18:41:00 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-08 18:41:00 +0000 |
commit | 81c4557afa8945db9eeb0a73213fbf3c8d857810 (patch) | |
tree | a20e2f6882fe0fb6ef8bf3b4a9e0b47477f3369b /webkit/tools | |
parent | 72569645fdd3ab18b27466e5d32149b2d2ed1172 (diff) | |
download | chromium_src-81c4557afa8945db9eeb0a73213fbf3c8d857810.zip chromium_src-81c4557afa8945db9eeb0a73213fbf3c8d857810.tar.gz chromium_src-81c4557afa8945db9eeb0a73213fbf3c8d857810.tar.bz2 |
Fix ownerNode-lifetime-expected-2.html.
The problem is, with the new version of WebKit <link> nodes will only have a sheet created for them if they have href attribute (so the src attribute to non-existant css doesn't work).
Review URL: http://codereview.chromium.org/6325
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3025 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 7a0465c..73f8621 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1267,7 +1267,6 @@ V8 | KJS # chrome/fast/dom/Window/window-lookup-precedence.html = FAIL V8 | KJS # chrome/fast/dom/domListEnumeration.html = FAIL V8 | KJS # chrome/fast/forms/basic-textareas-quirks.html = FAIL V8 | KJS # pending/fast/canvas/fillrect_gradient.html = FAIL -V8 | KJS # pending/fast/dom/StyleSheet/ownerNode-lifetime-expected-2.html = FAIL V8 | KJS # pending/http/tests/security/cross-frame-access-child-explicit-domain.html = FAIL V8 | KJS # pending/http/tests/security/cross-frame-access-parent-explicit-domain.html = FAIL V8 | KJS # pending/svg/carto.net/window.svg = FAIL |