diff options
author | jianli@chromium.org <jianli@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2009-05-29 21:58:50 +0000 |
---|---|---|
committer | jianli@chromium.org <jianli@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2009-05-29 21:58:50 +0000 |
commit | 9d67db164e80e4f555b97c2c0b36aab2762ea3a3 (patch) | |
tree | 68a2357e9f64e9d51e6d1ec2e48d4e92a2a678b0 /third_party/WebKit/LayoutTests/fast/xmlhttprequest/resources/xmlhttprequest-open-after-iframe-onload-remove-self-child.html | |
parent | ca5b26a045c8cd6c8b5bdc03284c9238ea755046 (diff) | |
download | chromium_src-9d67db164e80e4f555b97c2c0b36aab2762ea3a3.zip chromium_src-9d67db164e80e4f555b97c2c0b36aab2762ea3a3.tar.gz chromium_src-9d67db164e80e4f555b97c2c0b36aab2762ea3a3.tar.bz2 |
WebCore:
2009-05-29 Jian Li <jianli@chromium.org>
Reviewed by Dimitri Glazkov.
https://bugs.webkit.org/show_bug.cgi?id=26069
Fix a crash in custom V8 bindings code for XMLHttpRequest.
Test: fast/xmlhttprequest/xmlhttprequest-open-after-iframe-onload-remove-self.html
* bindings/v8/custom/V8XMLHttpRequestCustom.cpp:
(WebCore::CALLBACK_FUNC_DECL):
LayoutTests:
2009-05-29 Jian Li <jianli@chromium.org>
Reviewed by Dimitri Glazkov.
https://bugs.webkit.org/show_bug.cgi?id=26069
Test for the above bug.
* fast/xmlhttprequest/resources/xmlhttprequest-open-after-iframe-onload-remove-self-child.html: Added.
* fast/xmlhttprequest/xmlhttprequest-open-after-iframe-onload-remove-self-expected.txt: Added.
* fast/xmlhttprequest/xmlhttprequest-open-after-iframe-onload-remove-self.html: Added.
git-svn-id: svn://svn.chromium.org/blink/trunk@44275 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/xmlhttprequest/resources/xmlhttprequest-open-after-iframe-onload-remove-self-child.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/xmlhttprequest/resources/xmlhttprequest-open-after-iframe-onload-remove-self-child.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/xmlhttprequest/resources/xmlhttprequest-open-after-iframe-onload-remove-self-child.html b/third_party/WebKit/LayoutTests/fast/xmlhttprequest/resources/xmlhttprequest-open-after-iframe-onload-remove-self-child.html new file mode 100644 index 0000000..c896e63 --- /dev/null +++ b/third_party/WebKit/LayoutTests/fast/xmlhttprequest/resources/xmlhttprequest-open-after-iframe-onload-remove-self-child.html @@ -0,0 +1,3 @@ +<html> +<script> function client() { return new XMLHttpRequest(); } </script> +</html> |