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

Unified Diff: LayoutTests/platform/win/fast/repaint/control-clip-expected.txt

Issue 170643006: Auto-rebaseline for r167542 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/win/fast/repaint/control-clip-expected.txt
diff --git a/LayoutTests/platform/win/fast/repaint/control-clip-expected.txt b/LayoutTests/platform/win/fast/repaint/control-clip-expected.txt
index 364163e2e4f09bc10d2e58a9b48cb5a5c755b839..882b68814ccc068c551b3e9361f1f04dd855b12c 100644
--- a/LayoutTests/platform/win/fast/repaint/control-clip-expected.txt
+++ b/LayoutTests/platform/win/fast/repaint/control-clip-expected.txt
@@ -1,28 +1,12 @@
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
- RenderBlock {HTML} at (0,0) size 800x600
- RenderBody {BODY} at (8,8) size 784x584
- RenderBlock {P} at (0,0) size 784x20
- RenderText {#text} at (0,0) size 51x19
- text run at (0,0) width 51: "Test for "
- RenderInline {I} at (0,0) size 684x19
- RenderInline {A} at (0,0) size 305x19 [color=#0000EE]
- RenderText {#text} at (51,0) size 305x19
- text run at (51,0) width 305: "http://bugs.webkit.org/show_bug.cgi?id=13391"
- RenderText {#text} at (356,0) size 379x19
- text run at (356,0) width 4: " "
- text run at (360,0) width 375: "REGRESSION (r18819): Incomplete repaint of button text"
- RenderText {#text} at (735,0) size 4x19
- text run at (735,0) width 4: "."
- RenderBlock {P} at (0,36) size 784x20
- RenderText {#text} at (0,0) size 483x19
- text run at (0,0) width 483: "The popup and the button should say \x{201C}SUCCESS\x{201D} with no sign of \x{201C}FAILURE\x{201D}."
- RenderMenuList {SELECT} at (0,72) size 200x30 [bgcolor=#FFFFFF] [border: (1px solid #A9A9A9)]
- RenderBlock (anonymous) at (1,6) size 198x18
- RenderText at (4,1) size 63x16
- text run at (4,1) width 63: "SUCCESS"
- RenderButton {BUTTON} at (0,102) size 200x30 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
- RenderBlock (anonymous) at (8,7) size 184x16
- RenderText {#text} at (60,0) size 64x16
- text run at (60,0) width 64: "SUCCESS"
+Test for http://bugs.webkit.org/show_bug.cgi?id=13391 REGRESSION (r18819): Incomplete repaint of button text.
+
+The popup and the button should say “SUCCESS” with no sign of “FAILURE”.
+
+SUCCESS
+(repaint rects
+ (rect 8 80 200 30)
+ (rect 8 80 200 30)
+ (rect 9 87 198 16)
+ (rect 16 117 184 16)
+)
+

Powered by Google App Engine
This is Rietveld 408576698