| Index: third_party/WebKit/LayoutTests/fast/html/marquee-without-frame-no-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/html/marquee-without-frame-no-crash.html b/third_party/WebKit/LayoutTests/fast/html/marquee-without-frame-no-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..11f9386249e7bfd4c0e8f28343f0b351ca83371c
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/html/marquee-without-frame-no-crash.html
|
| @@ -0,0 +1,11 @@
|
| +<script src="../../resources/js-test.js"></script>
|
| +foo
|
| +<script>
|
| +function handler() {
|
| + shouldBeUndefined(window.open("foo", "bar"));
|
| +}
|
| +</script>
|
| +<template></template>
|
| +<iframe onload="handler()"></iframe>
|
| +<template>
|
| +<marquee>
|
|
|