| Index: third_party/WebKit/LayoutTests/fast/block/float/rubybase-children-moved-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/block/float/rubybase-children-moved-crash.html b/third_party/WebKit/LayoutTests/fast/block/float/rubybase-children-moved-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9836932def40923950702bf4944e8c63b239547b
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/block/float/rubybase-children-moved-crash.html
|
| @@ -0,0 +1,21 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +.CLASS1{display:list-item;}
|
| +.CLASS13{float:right;}
|
| +</style>
|
| +<p>crbug.com/681423: Don't clear floats when moving just some of the children of a ruby run. This test passes if it does not crash.</p>
|
| +<script>
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| + function fuzz() {
|
| + document.designMode = 'on';
|
| + document.execCommand("selectAll");
|
| + document.execCommand("Strikethrough");
|
| + document.execCommand("Strikethrough");
|
| + }
|
| + setTimeout(fuzz);
|
| +</script>
|
| +<ruby>
|
| +<rt>
|
| +<rtc class="CLASS1">
|
| +<input class="CLASS13">
|
|
|