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

Unified Diff: LayoutTests/platform/mac/fast/dom/HTMLTableElement/createCaption-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/mac/fast/dom/HTMLTableElement/createCaption-expected.txt
diff --git a/LayoutTests/platform/mac/fast/dom/HTMLTableElement/createCaption-expected.txt b/LayoutTests/platform/mac/fast/dom/HTMLTableElement/createCaption-expected.txt
index 84a77ea16d71c92128b89d6c7ef85f37e786a685..55b900fe8120047aab321c19e7e40cef452b0c5e 100644
--- a/LayoutTests/platform/mac/fast/dom/HTMLTableElement/createCaption-expected.txt
+++ b/LayoutTests/platform/mac/fast/dom/HTMLTableElement/createCaption-expected.txt
@@ -6,11 +6,11 @@ layer at (0,0) size 800x600
RenderBlock {P} at (0,0) size 784x18
RenderText {#text} at (0,0) size 273x18
text run at (0,0) width 273: "Tests: the TABLE.createCaption() method"
- RenderBR {BR} at (272,14) size 1x0
+ LayoutBR {BR} at (272,14) size 1x0
RenderBlock {P} at (0,34) size 784x54
RenderText {#text} at (0,0) size 75x18
text run at (0,0) width 75: "Conditions:"
- RenderBR {BR} at (74,14) size 1x0
+ LayoutBR {BR} at (74,14) size 1x0
RenderText {#text} at (0,18) size 768x36
text run at (0,18) width 695: "If no caption exists, the method should create an empty caption, add it to the table, and return a pointer to it. "
text run at (694,18) width 74: "If a caption"
@@ -58,7 +58,7 @@ layer at (0,0) size 800x600
RenderText {#text} at (2,2) size 42x18
text run at (2,2) width 42: "Purple"
RenderBlock (anonymous) at (0,260) size 784x18
- RenderBR {BR} at (0,0) size 0x18
+ LayoutBR {BR} at (0,0) size 0x18
LayoutTable {TABLE} at (0,278) size 132x94 [border: (1px outset #808080)]
RenderBlock {CAPTION} at (0,0) size 132x18
RenderInline {B} at (0,0) size 76x18

Powered by Google App Engine
This is Rietveld 408576698