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

Unified Diff: LayoutTests/platform/win-xp/fast/doctypes/001-expected.txt

Issue 931423003: Rename rendering/RenderList* to layout/LayoutList* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove spurious LayoutLayerModelObject reference 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/win-xp/fast/doctypes/001-expected.txt
diff --git a/LayoutTests/platform/win-xp/fast/doctypes/001-expected.txt b/LayoutTests/platform/win-xp/fast/doctypes/001-expected.txt
index fff3744accbfd6af30746bfc9bd86d4bb9894cad..450a8ef925b6c5743466ddac4930002da39341a6 100644
--- a/LayoutTests/platform/win-xp/fast/doctypes/001-expected.txt
+++ b/LayoutTests/platform/win-xp/fast/doctypes/001-expected.txt
@@ -9,12 +9,12 @@ layer at (0,0) size 800x600
text run at (0,0) width 150: "This file has no doctype. "
text run at (150,0) width 181: "We should be in quirks mode."
RenderBlock {UL} at (0,136) size 784x40
- RenderListItem {LI} at (40,0) size 744x40
+ LayoutListItem {LI} at (40,0) size 744x40
RenderBlock (anonymous) at (0,0) size 744x20
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderBlock {UL} at (0,20) size 744x20
- RenderListItem {LI} at (40,0) size 704x20
- RenderListMarker at (-18,0) size 7x19: white bullet
+ LayoutListItem {LI} at (40,0) size 704x20
+ LayoutListMarker at (-18,0) size 7x19: white bullet
RenderText {#text} at (0,0) size 225x19
text run at (0,0) width 225: "I should be underneath the first bullet."
layer at (10,10) size 80x80

Powered by Google App Engine
This is Rietveld 408576698