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 |
deleted file mode 100644 |
index 6be14cb80e3280d22e1012e04da3002067a829b2..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/block/line-layout/selection-highlight-overlap-expected.html |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-<style> |
- 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> |
-<div> |
- <div style="height: 17px; margin-left: 128px;"></div> |
- <div style="height: 47px;"></div> |
-</div> |
-<div style="margin-top: -10px; height: 64px;"> |
- <div style="height: 10px; background-color: transparent;"></div> |
- <div style="height: 54px; width: 256px;"></div> |
-</div> |