Changeset 84726 in webkit


Ignore:
Timestamp:
Apr 22, 2011 7:16:33 PM (13 years ago)
Author:
ojan@chromium.org
Message:

2011-04-22 Ojan Vafai <ojan@chromium.org>

Reviewed by Eric Seidel.

don't white-space:nowrap the results iframes
https://bugs.webkit.org/show_bug.cgi?id=59259

  • fast/harness/results.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r84724 r84726  
     12011-04-22  Ojan Vafai  <ojan@chromium.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        don't white-space:nowrap the results iframes
     6        https://bugs.webkit.org/show_bug.cgi?id=59259
     7
     8        * fast/harness/results.html:
     9
    1102011-04-22  Dirk Pranke  <dpranke@chromium.org>
    211
  • trunk/LayoutTests/fast/harness/results.html

    r84608 r84726  
    1717}
    1818
    19 table {
     19tr:not(.results-row) {
    2020    white-space: nowrap;
    2121}
Note: See TracChangeset for help on using the changeset viewer.