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

Unified Diff: LayoutTests/platform/linux/fast/forms/option-strip-whitespace-expected.txt

Issue 966883002: renderer/RenderMenuList.* -> layout/LayoutMenuList.* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove OWNERS, allowing Source/core/rendering to be deleted. Created 5 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/linux/fast/forms/option-strip-whitespace-expected.txt
diff --git a/LayoutTests/platform/linux/fast/forms/option-strip-whitespace-expected.txt b/LayoutTests/platform/linux/fast/forms/option-strip-whitespace-expected.txt
index d6d8989894ed0204a8265974fc34eeca228efdd8..c90513f3cb84fac612f8d4e2c841cb6a480fc5a8 100644
--- a/LayoutTests/platform/linux/fast/forms/option-strip-whitespace-expected.txt
+++ b/LayoutTests/platform/linux/fast/forms/option-strip-whitespace-expected.txt
@@ -17,7 +17,7 @@ layer at (0,0) size 800x600
LayoutBR {BR} at (0,162) size 0x19
RenderText {#text} at (0,182) size 280x19
text run at (0,182) width 280: "Five Spaces (with leading/trailing whitespace): "
- RenderMenuList {SELECT} at (280,182) size 96x20 [bgcolor=#C0C0C0] [border: (1px solid #A9A9A9)]
+ LayoutMenuList {SELECT} at (280,182) size 96x20 [bgcolor=#C0C0C0] [border: (1px solid #A9A9A9)]
RenderBlock (anonymous) at (1,1) size 94x18
RenderText at (4,1) size 71x16
text run at (4,1) width 71: "Five Spaces"
@@ -25,7 +25,7 @@ layer at (0,0) size 800x600
LayoutBR {BR} at (0,202) size 0x19
RenderText {#text} at (0,222) size 266x19
text run at (0,222) width 266: "Five Tabs (with leading/trailing whitespace): "
- RenderMenuList {SELECT} at (266,222) size 80x20 [bgcolor=#C0C0C0] [border: (1px solid #A9A9A9)]
+ LayoutMenuList {SELECT} at (266,222) size 80x20 [bgcolor=#C0C0C0] [border: (1px solid #A9A9A9)]
RenderBlock (anonymous) at (1,1) size 78x18
RenderText at (4,1) size 55x16
text run at (4,1) width 55: "Five Tabs"
@@ -33,7 +33,7 @@ layer at (0,0) size 800x600
LayoutBR {BR} at (0,242) size 0x19
RenderText {#text} at (0,262) size 121x19
text run at (0,262) width 121: "Mixed Whitespace: "
- RenderMenuList {SELECT} at (121,262) size 80x20 [bgcolor=#C0C0C0] [border: (1px solid #A9A9A9)]
+ LayoutMenuList {SELECT} at (121,262) size 80x20 [bgcolor=#C0C0C0] [border: (1px solid #A9A9A9)]
RenderBlock (anonymous) at (1,1) size 78x18
RenderText at (4,1) size 55x16
text run at (4,1) width 55: "Five Tabs"

Powered by Google App Engine
This is Rietveld 408576698