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

Unified Diff: LayoutTests/platform/mac/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/mac/fast/forms/option-strip-whitespace-expected.txt
diff --git a/LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.txt b/LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.txt
index 7cdf0f3868d155ccb53619e89a915321088cb301..74b629c5b273cd4481b191efd0825d475df3d52d 100644
--- a/LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.txt
+++ b/LayoutTests/platform/mac/fast/forms/option-strip-whitespace-expected.txt
@@ -17,7 +17,7 @@ layer at (0,0) size 800x600
LayoutBR {BR} at (0,134) size 0x18
RenderText {#text} at (0,152) size 306x18
text run at (0,152) width 306: "Five Spaces (with leading/trailing whitespace): "
- RenderMenuList {SELECT} at (305.25,153) size 92x18 [bgcolor=#F8F8F8]
+ LayoutMenuList {SELECT} at (305.25,153) size 92x18 [bgcolor=#F8F8F8]
RenderBlock (anonymous) at (0,0) size 92x18
RenderText at (8,2) size 61x13
text run at (8,2) width 61: "Five Spaces"
@@ -25,7 +25,7 @@ layer at (0,0) size 800x600
LayoutBR {BR} at (0,171) size 0x18
RenderText {#text} at (0,189) size 292x18
text run at (0,189) width 292: "Five Tabs (with leading/trailing whitespace): "
- RenderMenuList {SELECT} at (291.92,190) size 81x18 [bgcolor=#F8F8F8]
+ LayoutMenuList {SELECT} at (291.92,190) size 81x18 [bgcolor=#F8F8F8]
RenderBlock (anonymous) at (0,0) size 81x18
RenderText at (8,2) size 50x13
text run at (8,2) width 50: "Five Tabs"
@@ -33,7 +33,7 @@ layer at (0,0) size 800x600
LayoutBR {BR} at (0,208) size 0x18
RenderText {#text} at (0,226) size 129x18
text run at (0,226) width 129: "Mixed Whitespace: "
- RenderMenuList {SELECT} at (128.84,227) size 81x18 [bgcolor=#F8F8F8]
+ LayoutMenuList {SELECT} at (128.84,227) size 81x18 [bgcolor=#F8F8F8]
RenderBlock (anonymous) at (0,0) size 81x18
RenderText at (8,2) size 50x13
text run at (8,2) width 50: "Five Tabs"

Powered by Google App Engine
This is Rietveld 408576698