Index: LayoutTests/fast/block/line-layout/selection-highlight-overlap-expected.html |
diff --git a/LayoutTests/fast/block/line-layout/selection-highlight-overlap-expected.html b/LayoutTests/fast/block/line-layout/selection-highlight-overlap-expected.html |
index b4eed8a55c4c1efdf7120385689713a89194fdae..b67fecd8b345b591d0d64fe23d5b014f3e8ab208 100644 |
--- a/LayoutTests/fast/block/line-layout/selection-highlight-overlap-expected.html |
+++ b/LayoutTests/fast/block/line-layout/selection-highlight-overlap-expected.html |
@@ -1,8 +1,11 @@ |
<style> |
- body { font-size: 64px; font-family: ahem; color: transparent; } |
+ body { font-size: 64px; font-family: ahem; color: transparent; margin-top: 0px; } |
div { outline: 1px dashed green; } |
div > div { outline: initial; background-color: rgba(0, 0, 255, .4); } |
</style> |
+<div style="outline: none;"> |
+ <div style="height: 8px; margin-left: 128px;"></div> |
+</div> |
<div> |
<div style="height: 30px; margin-left: 128px;"></div> |
</div> |