Changeset 37256 in webkit


Ignore:
Timestamp:
Oct 3, 2008 2:34:54 PM (16 years ago)
Author:
Simon Fraser
Message:

2008-10-03 Simon Fraser <Simon Fraser>

Reviewed by Darin Adler

Testcase for "white-space: -webkit-nowrap" only being converted to
"white-space: nowrap" on <td> and <th> now, not any element with a table-cell
dispay type.

See https://bugs.webkit.org/show_bug.cgi?id=21287#c3

  • fast/table/td-display-nowrap-expected.txt: Added.
  • fast/table/td-display-nowrap.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r37250 r37256  
     12008-10-03  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Reviewed by Darin Adler
     4
     5        Testcase for "white-space: -webkit-nowrap" only being converted to
     6        "white-space: nowrap" on <td> and <th> now, not any element with a table-cell
     7        dispay type.
     8       
     9        See https://bugs.webkit.org/show_bug.cgi?id=21287#c3
     10
     11        * fast/table/td-display-nowrap-expected.txt: Added.
     12        * fast/table/td-display-nowrap.html: Added.
     13
    1142008-10-03  Simon Fraser  <simon.fraser@apple.com>
    215
Note: See TracChangeset for help on using the changeset viewer.