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

Unified Diff: LayoutTests/platform/linux/fast/block/basic/018-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/basic/018-expected.txt
diff --git a/LayoutTests/platform/linux/fast/block/basic/018-expected.txt b/LayoutTests/platform/linux/fast/block/basic/018-expected.txt
index ffc972cc468f2ab58a5ab8816c274fb39a3d44e9..7d3597bb5918ed3a5cbb8db03c57f4caf81d1ebb 100644
--- a/LayoutTests/platform/linux/fast/block/basic/018-expected.txt
+++ b/LayoutTests/platform/linux/fast/block/basic/018-expected.txt
@@ -6,19 +6,19 @@ layer at (0,0) size 800x268
LayoutBlockFlow {P} at (0,0) size 784x20
LayoutText {#text} at (0,0) size 265x19
text run at (0,0) width 265: "This <hr width=\"25%\"> should be centered:"
- LayoutBlockFlow {HR} at (293,36) size 198x2 [border: (1px inset #EEEEEE)]
+ LayoutBlockFlow {HR} at (294,36) size 196x2 [border: (1px inset #EEEEEE)]
LayoutBlockFlow {P} at (0,54) size 784x20
LayoutText {#text} at (0,0) size 187x19
text run at (0,0) width 187: "This one should be left-aligned."
- LayoutBlockFlow {HR} at (0,90) size 198x2 [border: (1px inset #EEEEEE)]
+ LayoutBlockFlow {HR} at (0,90) size 196x2 [border: (1px inset #EEEEEE)]
LayoutBlockFlow {P} at (0,108) size 784x20
LayoutText {#text} at (0,0) size 195x19
text run at (0,0) width 195: "This one should be right-aligned."
- LayoutBlockFlow {HR} at (586,144) size 198x2 [border: (1px inset #EEEEEE)]
+ LayoutBlockFlow {HR} at (588,144) size 196x2 [border: (1px inset #EEEEEE)]
LayoutBlockFlow {P} at (0,162) size 784x20
LayoutText {#text} at (0,0) size 173x19
text run at (0,0) width 173: "This one should be centered."
- LayoutBlockFlow {HR} at (293,198) size 198x2 [border: (1px inset #EEEEEE)]
+ LayoutBlockFlow {HR} at (294,198) size 196x2 [border: (1px inset #EEEEEE)]
LayoutBlockFlow {P} at (0,216) size 784x20
LayoutText {#text} at (0,0) size 52x19
text run at (0,0) width 52: "(W3C: \x{201C}"

Powered by Google App Engine
This is Rietveld 408576698