Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/client-rects-expected.html

Issue 2360913004: Support for multiple block fragments in getClientRects(). (Closed)
Patch Set: fast/overflow/overflow-height-float-not-removed-crash3.html crashed because saturated LayoutUnits caused zero height Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/multicol/client-rects-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/client-rects-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/client-rects-expected.html
index 3aae3b9e0c2548805b809260fbfb9af5470c7f1e..06e42430872d91b1a187e69d26a6ccedb51b14c9 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/client-rects-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/client-rects-expected.html
@@ -30,22 +30,6 @@
border: solid dodgerblue;
box-sizing: border-box;
}
-
- .special > .left > span {
- margin-top: 40px;
- height: 10px;
- border: none;
- }
- .special > .right span:first-child {
- border-bottom: none;
- height: 10px;
- margin-top: -10px;
- background-color: white;
- }
- .special > .right 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 right"><span></span></div>
</div>
-<p>
- Except here, where the blue border should be around the bigger slice of the blue square, on the right.
-</p>
-<div class="columns special">
- <div class="column left"><span></span></div>
- <div class="column right"><span></span><span></span></div>
-</div>
+<div class="columns">
+ <div class="column left"><br><span></span></div>
+ <div class="column right"><span></span></div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698