summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-2-expected.txt4
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/StyleSheet/ownerNode-lifetime-2-expected.txt4
3 files changed, 1 insertions, 9 deletions
diff --git a/DEPS b/DEPS
index 3c79a73..2521fe1 100644
--- a/DEPS
+++ b/DEPS
@@ -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.