| Index: third_party/WebKit/LayoutTests/fast/lists/list-marker-before-float-nested.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/lists/list-marker-before-float-nested.html b/third_party/WebKit/LayoutTests/fast/lists/list-marker-before-float-nested.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1345c3eddab5ecdd27430199684e3919907b177d
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/lists/list-marker-before-float-nested.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>
|
| + <li>
|
| + <img width=20 height=20 style="float: left; background-color:black;">
|
| + <li>
|
| + <img width=20 height=20 style="float: left; background-color:black;">
|
| + </li>
|
| + </li>
|
| + <li>
|
| + <img width=20 height=20 style="float: left; background-color:black;">
|
| + </li>
|
| +</ol>
|
| +
|
|
|