Changeset 51178 in webkit


Ignore:
Timestamp:
Nov 19, 2009 12:15:42 AM (14 years ago)
Author:
mitz@apple.com
Message:

Update the test fast/overflow/004.html to make it match the test
description and expected results.
https://bugs.webkit.org/show_bug.cgi?id=31455

Patch by Kinuko Yasuda <kinuko@google.com> on 2009-11-19
Reviewed by Dan Bernstein.

  • fast/overflow/004.html:
  • platform/mac/fast/overflow/004-expected.checksum:
  • platform/mac/fast/overflow/004-expected.png:
  • platform/mac/fast/overflow/004-expected.txt:
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r51175 r51178  
     12009-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
    1142009-11-18  Dan Bernstein  <mitz@apple.com>
    215
  • trunk/LayoutTests/fast/overflow/004.html

    r11995 r51178  
    22<body>
    33The 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>
    66</body>
    77</html>
  • trunk/LayoutTests/platform/mac/fast/overflow/004-expected.checksum

    r47255 r51178  
    1 e31e1d829e8e8eb8e45f513ce4833f87
     18d5c227b14ff98d4b2f63de8fd4b9b10
  • trunk/LayoutTests/platform/mac/fast/overflow/004-expected.txt

    r47255 r51178  
    1 layer at (0,0) size 785x1038
    2   RenderView at (0,0) size 785x600
    3 layer at (0,0) size 785x1038
    4   RenderBlock {HTML} at (0,0) size 785x1038
    5     RenderBody {BODY} at (8,8) size 769x1022
    6       RenderBlock (anonymous) at (0,0) size 769x18
     1layer at (0,0) size 800x600
     2  RenderView at (0,0) size 800x600
     3layer 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
    77        RenderText {#text} at (0,0) size 704x18
    88          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 (383,18) size 386x502 [bgcolor=#008000] [border: (1px solid #000000)]
     9        RenderBlock (floating) {DIV} at (392,18) size 392x500 [bgcolor=#008000] [border: (1px solid #000000)]
    1010        RenderText {#text} at (0,0) size 0x0
    11 layer at (8,528) size 386x502 clip at (9,529) size 384x500
    12   RenderBlock {DIV} at (0,520) size 386x502 [bgcolor=#008000] [border: (1px solid #000000)]
     11layer 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.