Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/printing/list-item-with-empty-first-line.html |
| diff --git a/third_party/WebKit/LayoutTests/printing/list-item-with-empty-first-line.html b/third_party/WebKit/LayoutTests/printing/list-item-with-empty-first-line.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8646756b6285d9063be91a360872263a5b074b87 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/printing/list-item-with-empty-first-line.html |
| @@ -0,0 +1,10 @@ |
| +<!DOCTYPE html> |
| +<script> |
| +if (window.testRunner) |
| + testRunner.setPrinting(); |
| +</script> |
| +Passes if both 'first' (with a line break) and 'second' have a bullet. |
| +<ul> |
| + <li><br>first</li> |
| + <li>second</li> |
| +</ul> |