Index: third_party/WebKit/LayoutTests/fast/multicol/client-rects-rtl-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/client-rects-rtl-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/client-rects-rtl-expected.html |
index 8bfce09b2702baff7ae0196ddb73ed869e19c2e5..ece00718bb0bc0a3e7405be6640e89b15548f154 100644 |
--- a/third_party/WebKit/LayoutTests/fast/multicol/client-rects-rtl-expected.html |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/client-rects-rtl-expected.html |
@@ -30,22 +30,6 @@ |
border: solid dodgerblue; |
box-sizing: border-box; |
} |
- |
- .special > .first > span { |
- margin-top: 40px; |
- height: 10px; |
- border: none; |
- } |
- .special > .second span:first-child { |
- border-bottom: none; |
- height: 10px; |
- margin-top: -10px; |
- background-color: white; |
- } |
- .special > .second span:last-child { |
- border-top: none; |
- height: 15px; |
- } |
</style> |
<p> |
The blue borders should coincide with light blue squares, like this: |
@@ -77,10 +61,7 @@ |
<div class="columns"> |
<div class="column second"><span></span></div> |
</div> |
-<p> |
- Except here, where the blue border should be around the bigger slice of the blue square, on the left. |
-</p> |
-<div class="columns special"> |
- <div class="column first"><span></span></div> |
- <div class="column second"><span></span><span></span></div> |
+<div class="columns"> |
+ <div class="column first"><br><span></span></div> |
+ <div class="column second"><span></span></div> |
</div> |