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

Unified Diff: LayoutTests/fast/block/float/width-update-after-clear-expected.txt

Issue 20066006: Auto-rebaseline for r154767 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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/block/float/width-update-after-clear-expected.txt
diff --git a/LayoutTests/fast/block/float/width-update-after-clear-expected.txt b/LayoutTests/fast/block/float/width-update-after-clear-expected.txt
deleted file mode 100644
index 3ed52aa2ed0d8b168b023b998ff0f0857817faf5..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/block/float/width-update-after-clear-expected.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-layer at (0,0) size 800x600
- RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
- RenderBlock {HTML} at (0,0) size 800x600
- RenderBody {BODY} at (8,8) size 784x584
- RenderBlock (floating) {P} at (252,16) size 532x18
- RenderText {#text} at (0,0) size 532x18
- text run at (0,0) width 532: "The 'hr' below should span the width of the page, not just to the left edge of this text."
- RenderBlock {HR} at (0,50) size 784x2 [border: (1px inset #000000)]
- RenderBlock (floating) {P} at (241,76) size 543x18
- RenderText {#text} at (0,0) size 543x18
- text run at (0,0) width 543: "The table below should span the width of the page, not just to the left edge of this text."
- RenderTable {TABLE} at (0,110) size 784x64 [border: (10px outset #808080)]
- RenderTableSection {TBODY} at (10,10) size 764x44
- RenderTableRow {TR} at (0,2) size 764x40
- RenderTableCell {TD} at (2,2) size 760x40 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- RenderText {#text} at (2,2) size 720x36
- text run at (2,2) width 365: "This is a table that should fill the entire width of the page. "
- text run at (367,2) width 355: "It should clear the float and then take up the width of the"
- text run at (2,20) width 203: "page. If it doesn't then it's a bug."
- RenderBlock (floating) {P} at (356,190) size 428x18
- RenderText {#text} at (0,0) size 428x18
- text run at (0,0) width 428: "The overflow auto section below should span the width of the page."
-layer at (8,232) size 784x36
- RenderBlock {DIV} at (0,224) size 784x36
- RenderText {#text} at (0,0) size 774x36
- text run at (0,0) width 355: "This is a div that should fill the entire width of the page. "
- text run at (355,0) width 419: "It should clear the float and then take up the width of the page. If it"
- text run at (0,18) width 139: "doesn't then it's a bug."

Powered by Google App Engine
This is Rietveld 408576698