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

Unified Diff: LayoutTests/platform/win/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/tables/mozilla/bugs/bug32205-2-expected.txt
diff --git a/LayoutTests/platform/win/tables/mozilla/bugs/bug32205-2-expected.txt b/LayoutTests/platform/win/tables/mozilla/bugs/bug32205-2-expected.txt
index ca764068608b426118a04e05a05bd08e016f897e..6d9d3671aa523d113f5b2ffccb0c5ff3c7c17140 100644
--- a/LayoutTests/platform/win/tables/mozilla/bugs/bug32205-2-expected.txt
+++ b/LayoutTests/platform/win/tables/mozilla/bugs/bug32205-2-expected.txt
@@ -14,17 +14,17 @@ layer at (0,0) size 785x1299 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (271,18) width 456: "for a title line, and the second contains the rest. Creating such a table is"
text run at (0,36) width 192: "hamperd by a number of bugs"
RenderBlock {OL} at (0,104) size 769x72
- RenderListItem {LI} at (40,0) size 729x18
- RenderListMarker at (-20,0) size 16x17: "1"
+ LayoutListItem {LI} at (40,0) size 729x18
+ LayoutListMarker at (-20,0) size 16x17: "1"
RenderText {#text} at (0,0) size 467x17
text run at (0,0) width 467: "If a height is specified for only one row (not both) then it will be ignored"
- RenderListItem {LI} at (40,18) size 729x18
- RenderListMarker at (-20,0) size 16x17: "2"
+ LayoutListItem {LI} at (40,18) size 729x18
+ LayoutListMarker at (-20,0) size 16x17: "2"
RenderText {#text} at (0,0) size 686x17
text run at (0,0) width 443: "If specified heights are insufficient (because the content is too large) "
text run at (442,0) width 244: "then the entire table will be expanded."
- RenderListItem {LI} at (40,36) size 729x36
- RenderListMarker at (-20,0) size 16x17: "3"
+ LayoutListItem {LI} at (40,36) size 729x36
+ LayoutListMarker at (-20,0) size 16x17: "3"
RenderText {#text} at (0,0) size 670x35
text run at (0,0) width 471: "Percentage heights appear to simply be translated into pixel heights prior "
text run at (470,0) width 200: "to other processing, so offer no"

Powered by Google App Engine
This is Rietveld 408576698