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

Unified Diff: LayoutTests/platform/linux/fast/block/float/float-avoidance-expected.txt

Issue 500093002: Use border-box sizing for the HR element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 8 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: LayoutTests/platform/linux/fast/block/float/float-avoidance-expected.txt
diff --git a/LayoutTests/platform/linux/fast/block/float/float-avoidance-expected.txt b/LayoutTests/platform/linux/fast/block/float/float-avoidance-expected.txt
index d7e27bef5be6df2e19540cfb6bd9e8138fc98dbd..063f8fdb9b53349161f16a24247fb962081cbc51 100644
--- a/LayoutTests/platform/linux/fast/block/float/float-avoidance-expected.txt
+++ b/LayoutTests/platform/linux/fast/block/float/float-avoidance-expected.txt
@@ -248,9 +248,9 @@ layer at (0,0) size 785x2414 backgroundClip at (0,0) size 785x600 clip at (0,0)
LayoutText at (4,1) size 24x16
text run at (4,1) width 24: "One"
LayoutText {#text} at (0,0) size 0x0
- LayoutBlockFlow (floating) {HR} at (112,32) size 82x2 [border: (1px inset #EEEEEE)]
+ LayoutBlockFlow (floating) {HR} at (112,32) size 80x2 [border: (1px inset #EEEEEE)]
LayoutText {#text} at (0,0) size 0x0
- LayoutBR {BR} at (196,30) size 0x19
+ LayoutBR {BR} at (194,30) size 0x19
LayoutBlockFlow (anonymous) at (0,2110) size 769x20
LayoutText {#text} at (0,0) size 735x19
text run at (0,0) width 735: "The floating hr below should still be even with the select and shrinks to use its intrinsic width (which is basically like 1-2px)."
@@ -279,7 +279,7 @@ layer at (0,0) size 785x2414 backgroundClip at (0,0) size 785x600 clip at (0,0)
LayoutText at (4,1) size 24x16
text run at (4,1) width 24: "One"
LayoutText {#text} at (0,0) size 0x0
- LayoutBlockFlow {HR} at (10,50) size 202x2 [border: (1px inset #EEEEEE)]
+ LayoutBlockFlow {HR} at (10,50) size 200x2 [border: (1px inset #EEEEEE)]
LayoutBlockFlow (anonymous) at (10,60) size 200x20
LayoutBR {BR} at (0,0) size 0x19
LayoutBlockFlow (anonymous) at (0,2300) size 769x20

Powered by Google App Engine
This is Rietveld 408576698