Changeset 51178 in webkit
- Timestamp:
- Nov 19, 2009, 12:15:42 AM (15 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LayoutTests/ChangeLog ¶
r51175 r51178 1 2009-11-19 Kinuko Yasuda <kinuko@google.com> 2 3 Reviewed by Dan Bernstein. 4 5 Update the test fast/overflow/004.html to make it match the test 6 description and expected results. 7 https://bugs.webkit.org/show_bug.cgi?id=31455 8 9 * fast/overflow/004.html: 10 * platform/mac/fast/overflow/004-expected.checksum: 11 * platform/mac/fast/overflow/004-expected.png: 12 * platform/mac/fast/overflow/004-expected.txt: 13 1 14 2009-11-18 Dan Bernstein <mitz@apple.com> 2 15 -
TabularUnified trunk/LayoutTests/fast/overflow/004.html ¶
r11995 r51178 2 2 <body> 3 3 The two green blocks below should be identical and should each take up half the width of the browser window. 4 <div style="border:1px solid black; width:50%; height:500px; background-color:green; float:right "></div>5 <div style="border:1px solid black; width:50%; height:500px; background-color:green; overflow:hidden"></div>4 <div style="border:1px solid black; width:50%; height:500px; background-color:green; float:right; -webkit-box-sizing:border-box;"></div> 5 <div style="border:1px solid black; width:50%; height:500px; background-color:green; overflow:hidden; -webkit-box-sizing:border-box;"></div> 6 6 </body> 7 7 </html> -
TabularUnified trunk/LayoutTests/platform/mac/fast/overflow/004-expected.checksum ¶
r47255 r51178 1 e31e1d829e8e8eb8e45f513ce4833f87 1 8d5c227b14ff98d4b2f63de8fd4b9b10 -
TabularUnified trunk/LayoutTests/platform/mac/fast/overflow/004-expected.txt ¶
r47255 r51178 1 layer at (0,0) size 785x10382 RenderView at (0,0) size 785x6003 layer at (0,0) size 785x10384 RenderBlock {HTML} at (0,0) size 785x10385 RenderBody {BODY} at (8,8) size 7 69x10226 RenderBlock (anonymous) at (0,0) size 7 69x181 layer at (0,0) size 800x600 2 RenderView at (0,0) size 800x600 3 layer at (0,0) size 800x534 4 RenderBlock {HTML} at (0,0) size 800x534 5 RenderBody {BODY} at (8,8) size 784x518 6 RenderBlock (anonymous) at (0,0) size 784x18 7 7 RenderText {#text} at (0,0) size 704x18 8 8 text run at (0,0) width 704: "The two green blocks below should be identical and should each take up half the width of the browser window." 9 RenderBlock (floating) {DIV} at (3 83,18) size 386x502[bgcolor=#008000] [border: (1px solid #000000)]9 RenderBlock (floating) {DIV} at (392,18) size 392x500 [bgcolor=#008000] [border: (1px solid #000000)] 10 10 RenderText {#text} at (0,0) size 0x0 11 layer at (8, 528) size 386x502 clip at (9,529) size 384x50012 RenderBlock {DIV} at (0, 520) size 386x502[bgcolor=#008000] [border: (1px solid #000000)]11 layer at (8,26) size 392x500 clip at (9,27) size 390x498 12 RenderBlock {DIV} at (0,18) size 392x500 [bgcolor=#008000] [border: (1px solid #000000)]
Note:
See TracChangeset
for help on using the changeset viewer.