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

Unified Diff: LayoutTests/platform/win-xp/tables/mozilla/bugs/bug32205-2-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/tables/mozilla/bugs/bug32205-2-expected.txt
diff --git a/LayoutTests/platform/win-xp/tables/mozilla/bugs/bug32205-2-expected.txt b/LayoutTests/platform/win-xp/tables/mozilla/bugs/bug32205-2-expected.txt
index d7d3898edf435a6bc08d12bd759c67d2f9293b7c..5ecc914517b3a4cbcb1dfed40c09e7595e7c3521 100644
--- a/LayoutTests/platform/win-xp/tables/mozilla/bugs/bug32205-2-expected.txt
+++ b/LayoutTests/platform/win-xp/tables/mozilla/bugs/bug32205-2-expected.txt
@@ -15,17 +15,17 @@ layer at (0,0) size 785x1347 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (615,20) width 148: "hamperd by a number of"
text run at (0,40) width 28: "bugs"
RenderBlock {OL} at (0,112) size 769x80
- RenderListItem {LI} at (40,0) size 729x20
- RenderListMarker at (-21,0) size 16x19: "1"
+ LayoutListItem {LI} at (40,0) size 729x20
+ LayoutListMarker at (-21,0) size 16x19: "1"
RenderText {#text} at (0,0) size 429x19
text run at (0,0) width 429: "If a height is specified for only one row (not both) then it will be ignored"
- RenderListItem {LI} at (40,20) size 729x20
- RenderListMarker at (-21,0) size 16x19: "2"
+ LayoutListItem {LI} at (40,20) size 729x20
+ LayoutListMarker at (-21,0) size 16x19: "2"
RenderText {#text} at (0,0) size 634x19
text run at (0,0) width 407: "If specified heights are insufficient (because the content is too large) "
text run at (407,0) width 227: "then the entire table will be expanded."
- RenderListItem {LI} at (40,40) size 729x40
- RenderListMarker at (-21,0) size 16x19: "3"
+ LayoutListItem {LI} at (40,40) size 729x40
+ LayoutListMarker at (-21,0) size 16x19: "3"
RenderText {#text} at (0,0) size 687x39
text run at (0,0) width 437: "Percentage heights appear to simply be translated into pixel heights prior "
text run at (437,0) width 250: "to other processing, so offer no additional"

Powered by Google App Engine
This is Rietveld 408576698