| Index: LayoutTests/fast/dom/shadow/make-marquee-bold-by-exec-command-crash.html
|
| diff --git a/LayoutTests/fast/dom/shadow/make-marquee-bold-by-exec-command-crash.html b/LayoutTests/fast/dom/shadow/make-marquee-bold-by-exec-command-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..47143e7420748d3cd02baf1791c61bc76ee16f16
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/shadow/make-marquee-bold-by-exec-command-crash.html
|
| @@ -0,0 +1,9 @@
|
| +<marquee>a</marquee>
|
| +<input>
|
| +<input>
|
| +<link>
|
| +<script>
|
| +document.designMode="on";
|
| +document.execCommand("SelectAll");
|
| +document.execCommand("Bold", false);
|
| +<script>
|
|
|