diff options
3 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "55508", + "webkit_revision": "55512", "ffmpeg_revision": "40586", "skia_revision": "504", "chromium_git": "http://src.chromium.org/git", diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/custom/use-nested-missing-target-removed-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/custom/use-nested-missing-target-removed-expected.txt new file mode 100644 index 0000000..9b1182b --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/custom/use-nested-missing-target-removed-expected.txt @@ -0,0 +1,2 @@ +CONSOLE MESSAGE: line 7: Uncaught TypeError: Cannot set property 'id' of null +PASS diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/use-nested-missing-target-removed-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/use-nested-missing-target-removed-expected.txt new file mode 100644 index 0000000..9b1182b --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/use-nested-missing-target-removed-expected.txt @@ -0,0 +1,2 @@ +CONSOLE MESSAGE: line 7: Uncaught TypeError: Cannot set property 'id' of null +PASS |