| Index: third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-when-adjacent-to-line-breaks-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-when-adjacent-to-line-breaks-expected.html b/third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-when-adjacent-to-line-breaks-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3778f2327607371c02215e975407b7b71afb5c5a
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/block/float/float-should-dirty-line-when-adjacent-to-line-breaks-expected.html
|
| @@ -0,0 +1,5 @@
|
| +<!DOCTYPE html>
|
| +<p>crbug.com/648342: The text should be on two lines.</p>
|
| +<div style="width:260px; font-size: 12px;">
|
| + <br><br>Text Text Text Text Text Text <br> Text Text Text
|
| +</div>
|
|
|