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

Unified Diff: LayoutTests/platform/linux/fast/forms/control-clip-expected.txt

Issue 1006023002: Button elements are clipping overflow by default (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/forms/control-clip-expected.txt
diff --git a/LayoutTests/platform/linux/fast/forms/control-clip-expected.txt b/LayoutTests/platform/linux/fast/forms/control-clip-expected.txt
index b82a42106e209aa36596ef9fc677f16ee1230d25..e5691c753a3799d017629dfb14f5d6cae8d39ad6 100644
--- a/LayoutTests/platform/linux/fast/forms/control-clip-expected.txt
+++ b/LayoutTests/platform/linux/fast/forms/control-clip-expected.txt
@@ -7,9 +7,9 @@ layer at (0,0) size 800x600
LayoutText {#text} at (0,0) size 219x19
text run at (0,0) width 219: "Tests that buttons clip their contents."
LayoutBlockFlow {P} at (0,36) size 784x20
- LayoutText {#text} at (0,0) size 750x19
+ LayoutText {#text} at (0,0) size 727x19
text run at (0,0) width 459: "Each button below should have a yellow border and a black dashed outline. "
- text run at (459,0) width 291: "Contents should not overflow the yellow border."
+ text run at (459,0) width 268: "Contents should overflow the yellow border."
LayoutBlockFlow {P} at (0,72) size 784x50
LayoutButton {BUTTON} at (0,0) size 100x50 [bgcolor=#C0C0C0] [border: (2px outset #FFFF00)]
LayoutBlockFlow (anonymous) at (12,12) size 76x204

Powered by Google App Engine
This is Rietveld 408576698