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

Unified Diff: LayoutTests/platform/win-xp/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt

Issue 931633003: Move and rename RenderBR to LayoutBR. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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_expected_failures/bugs/bug32205-1-expected.txt
diff --git a/LayoutTests/platform/win-xp/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt b/LayoutTests/platform/win-xp/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt
index 9e949265936e63cc550cf9278c2d88ddd19815e4..d0f077aec8aa868601d19e5763459ea70c25acb3 100644
--- a/LayoutTests/platform/win-xp/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt
+++ b/LayoutTests/platform/win-xp/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt
@@ -6,15 +6,15 @@ layer at (0,0) size 785x848 backgroundClip at (0,0) size 785x600 clip at (0,0) s
RenderBlock (anonymous) at (0,0) size 769x100
RenderText {#text} at (0,0) size 296x19
text run at (0,0) width 296: "The following three examples are 2 nested tables."
- RenderBR {BR} at (296,15) size 0x0
+ LayoutBR {BR} at (296,15) size 0x0
RenderText {#text} at (0,20) size 738x19
text run at (0,20) width 738: "The inner table has a height of 100%, the outer table has a height set of 200px, on the <table>, <tr> and <td> respectively."
- RenderBR {BR} at (738,35) size 0x0
- RenderBR {BR} at (0,40) size 0x19
+ LayoutBR {BR} at (738,35) size 0x0
+ LayoutBR {BR} at (0,40) size 0x19
RenderText {#text} at (0,60) size 704x19
text run at (0,60) width 704: "In all examples the inner table should completely fill the outer table. (with respect of the padding and border ofcourse)"
- RenderBR {BR} at (704,75) size 0x0
- RenderBR {BR} at (0,80) size 0x19
+ LayoutBR {BR} at (704,75) size 0x0
+ LayoutBR {BR} at (0,80) size 0x19
LayoutTable {TABLE} at (0,100) size 259x200 [border: (1px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 257x198
LayoutTableRow {TR} at (0,2) size 257x194
@@ -26,7 +26,7 @@ layer at (0,0) size 785x848 backgroundClip at (0,0) size 785x600 clip at (0,0) s
RenderText {#text} at (2,2) size 239x19
text run at (2,2) width 239: "outer table has height:200px on <table>"
RenderBlock (anonymous) at (0,300) size 769x20
- RenderBR {BR} at (0,0) size 0x19
+ LayoutBR {BR} at (0,0) size 0x19
LayoutTable {TABLE} at (0,320) size 239x206 [border: (1px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 237x204
LayoutTableRow {TR} at (0,2) size 237x200
@@ -38,7 +38,7 @@ layer at (0,0) size 785x848 backgroundClip at (0,0) size 785x600 clip at (0,0) s
RenderText {#text} at (2,2) size 219x19
text run at (2,2) width 219: "outer table has height:200px on <tr>"
RenderBlock (anonymous) at (0,526) size 769x20
- RenderBR {BR} at (0,0) size 0x19
+ LayoutBR {BR} at (0,0) size 0x19
LayoutTable {TABLE} at (0,546) size 242x206 [border: (1px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 240x204
LayoutTableRow {TR} at (0,2) size 240x200
@@ -50,7 +50,7 @@ layer at (0,0) size 785x848 backgroundClip at (0,0) size 785x600 clip at (0,0) s
RenderText {#text} at (2,2) size 222x19
text run at (2,2) width 222: "outer table has height:200px on <td>"
RenderBlock (anonymous) at (0,752) size 769x20
- RenderBR {BR} at (0,0) size 0x19
+ LayoutBR {BR} at (0,0) size 0x19
LayoutTable {TABLE} at (0,772) size 595x60 [border: (1px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 593x58
LayoutTableRow {TR} at (0,2) size 593x54
@@ -61,6 +61,6 @@ layer at (0,0) size 785x848 backgroundClip at (0,0) size 785x600 clip at (0,0) s
LayoutTableCell {TD} at (2,2) size 579x44 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
RenderText {#text} at (2,2) size 364x19
text run at (2,2) width 364: "outer table has no height set, inner table has a height of 50%."
- RenderBR {BR} at (366,17) size 0x0
+ LayoutBR {BR} at (366,17) size 0x0
RenderText {#text} at (2,22) size 575x19
text run at (2,22) width 575: "Here the height should be set to auto, because the height of the outer td depends on the content."

Powered by Google App Engine
This is Rietveld 408576698