| Index: third_party/WebKit/LayoutTests/fast/lists/remove-listmarker-and-make-anonblock-empty.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/lists/remove-listmarker-and-make-anonblock-empty.html b/third_party/WebKit/LayoutTests/fast/lists/remove-listmarker-and-make-anonblock-empty.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4bdc6988c5c685782b1b9eb0cd37837ea1f204bc
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/lists/remove-listmarker-and-make-anonblock-empty.html
|
| @@ -0,0 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<span style="display:list-item;">
|
| + <ruby style="display:block;">Text</ruby>
|
| +</span>
|
| +<script>
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| + document.designMode = 'on';
|
| + document.execCommand("selectAll");
|
| + document.execCommand("InsertHTML",false,"<p>crbug.com/598722: Test passes if it does not crash</p>");
|
| +</script>
|
|
|