| Index: third_party/WebKit/LayoutTests/fast/lists/list-marker-before-float-nested-rtl.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/lists/list-marker-before-float-nested-rtl.html b/third_party/WebKit/LayoutTests/fast/lists/list-marker-before-float-nested-rtl.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b48ff0cc883b3e808ab7d3764064a589bb280544
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/lists/list-marker-before-float-nested-rtl.html
|
| @@ -0,0 +1,14 @@
|
| +<!DOCTYPE html>
|
| +<p>crbug.com/548616: List markers shouldn't shift to avoid floats that come after them on a line.</p>
|
| +<ol dir=rtl>
|
| + <li>
|
| + <img width=20 height=20 style="float: right; background-color:black;">
|
| + <li>
|
| + <img width=20 height=20 style="float: right; background-color:black;">
|
| + </li>
|
| + </li>
|
| + <li>
|
| + <img width=20 height=20 style="float: right; background-color:black;">
|
| + </li>
|
| +</ol>
|
| +
|
|
|