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

Unified Diff: LayoutTests/fast/table/table-row-style-not-updated-with-after-content-expected.txt

Issue 23475019: The HTML parser should lazy attach. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: moar whitespace text node rebaselines Created 7 years, 3 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/fast/table/table-row-style-not-updated-with-after-content-expected.txt
diff --git a/LayoutTests/fast/table/table-row-style-not-updated-with-after-content-expected.txt b/LayoutTests/fast/table/table-row-style-not-updated-with-after-content-expected.txt
index fa08efc6a37066d0e1437f3fba56fef7ba92a89f..dfb95dd440b1cf2ddccc9e249d97f1ab2d4cfa06 100644
--- a/LayoutTests/fast/table/table-row-style-not-updated-with-after-content-expected.txt
+++ b/LayoutTests/fast/table/table-row-style-not-updated-with-after-content-expected.txt
@@ -7,14 +7,13 @@ layer at (0,0) size 800x600
RenderTableSection (anonymous) at (0,0) size 512x256
RenderTableRow {DIV} at (0,0) size 512x256 [color=#0000FF]
RenderTableCell (anonymous) at (0,0) size 512x256 [r=0 c=0 rs=1 cs=1]
- RenderTable at (0,0) size 512x256
- RenderTableSection (anonymous) at (0,0) size 512x256
- RenderTableRow (anonymous) at (0,0) size 512x128
+ RenderBlock (anonymous) at (0,0) size 512x128
+ RenderText {#text} at (0,0) size 512x128
+ text run at (0,0) width 512: "ABCD"
+ RenderTable at (0,128) size 512x128
+ RenderTableSection (anonymous) at (0,0) size 512x128
+ RenderTableRow (anonymous) at (0,0) size 512x128 [color=#FFFF00]
RenderTableCell (anonymous) at (0,0) size 512x128 [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (0,0) size 512x128
- text run at (0,0) width 512: "ABCD"
- RenderTableRow (anonymous) at (0,128) size 512x128 [color=#FFFF00]
- RenderTableCell (anonymous) at (0,128) size 512x128 [r=1 c=0 rs=1 cs=1]
RenderText at (0,0) size 512x128
text run at (0,0) width 512: "4578"
RenderBlock {DIV} at (0,256) size 784x128 [color=#008000]

Powered by Google App Engine
This is Rietveld 408576698