diff options
3 files changed, 1 insertions, 9 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "47941", + "webkit_revision": "47948", } 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 deleted file mode 100644 index 549ff35..0000000 --- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-2-expected.txt +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index 549ff35..0000000 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-2-expected.txt +++ /dev/null @@ -1,4 +0,0 @@ -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. |