diff options
author | plesner@google.com <plesner@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 12:32:42 +0000 |
---|---|---|
committer | plesner@google.com <plesner@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 12:32:42 +0000 |
commit | 1efd74d2f540a6d9ac77bbedd530871bfb3765bc (patch) | |
tree | 287a07a7eb544eaebfdf29b591ac3a8c8a953ce1 /webkit/data | |
parent | cc2734044c6c94e19f853715cbd5b6abb9098fd8 (diff) | |
download | chromium_src-1efd74d2f540a6d9ac77bbedd530871bfb3765bc.zip chromium_src-1efd74d2f540a6d9ac77bbedd530871bfb3765bc.tar.gz chromium_src-1efd74d2f540a6d9ac77bbedd530871bfb3765bc.tar.bz2 |
Added type check to SVG operation arguments.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15847 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
2 files changed, 4 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/custom/polyline-points-crash-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/custom/polyline-points-crash-expected.txt new file mode 100644 index 0000000..37a6b4a --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/svg/custom/polyline-points-crash-expected.txt @@ -0,0 +1,2 @@ +CONSOLE MESSAGE: line 6: Uncaught Error: TYPE_MISMATCH_ERR: DOM Exception 17 + diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/polyline-points-crash-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/polyline-points-crash-expected.txt new file mode 100644 index 0000000..37a6b4a --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/svg/custom/polyline-points-crash-expected.txt @@ -0,0 +1,2 @@ +CONSOLE MESSAGE: line 6: Uncaught Error: TYPE_MISMATCH_ERR: DOM Exception 17 + |