Changeset 104007 in webkit


Ignore:
Timestamp:
Jan 3, 2012 9:28:46 PM (12 years ago)
Author:
noel.gordon@gmail.com
Message:

Make fast/multicol/huge-column-count.html dumpAsText
https://bugs.webkit.org/show_bug.cgi?id=75513

Reviewed by Adam Barth.

Test added in r83470: convert it to dumpAsText, update expectations.

  • fast/multicol/huge-column-count-expected.txt: Added.
  • fast/multicol/huge-column-count.html:
  • platform/chromium/test_expectations.txt:
  • platform/efl/fast/multicol/huge-column-count-expected.png: Removed.
  • platform/efl/fast/multicol/huge-column-count-expected.txt: Removed.
  • platform/gtk/fast/multicol/huge-column-count-expected.txt: Removed.
  • platform/mac/fast/multicol/huge-column-count-expected.txt: Removed.
  • platform/qt/fast/multicol/huge-column-count-expected.png: Removed.
  • platform/qt/fast/multicol/huge-column-count-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
1 added
6 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r104004 r104007  
     12012-01-03  Noel Gordon  <noel.gordon@gmail.com>
     2
     3        Make fast/multicol/huge-column-count.html dumpAsText
     4        https://bugs.webkit.org/show_bug.cgi?id=75513
     5
     6        Reviewed by Adam Barth.
     7
     8        Test added in r83470: convert it to dumpAsText, update expectations.
     9
     10        * fast/multicol/huge-column-count-expected.txt: Added.
     11        * fast/multicol/huge-column-count.html:
     12        * platform/chromium/test_expectations.txt:
     13        * platform/efl/fast/multicol/huge-column-count-expected.png: Removed.
     14        * platform/efl/fast/multicol/huge-column-count-expected.txt: Removed.
     15        * platform/gtk/fast/multicol/huge-column-count-expected.txt: Removed.
     16        * platform/mac/fast/multicol/huge-column-count-expected.txt: Removed.
     17        * platform/qt/fast/multicol/huge-column-count-expected.png: Removed.
     18        * platform/qt/fast/multicol/huge-column-count-expected.txt: Removed.
     19
    1202012-01-03  Adam Barth  <abarth@webkit.org>
    221
  • trunk/LayoutTests/fast/multicol/huge-column-count.html

    r83470 r104007  
    55This test should not crash.
    66</body>
     7<script>
     8if (window.layoutTestController)
     9    layoutTestController.dumpAsText();
     10</script>
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r103998 r104007  
    29582958BUGWK58193 WIN7 : http/tests/local/fileapi/send-sliced-dragged-file.html = PASS TIMEOUT TEXT
    29592959
    2960 
    2961 // Added in Webkit r83470 without expected results.
    2962 BUGJIANLI : fast/multicol/huge-column-count.html = MISSING
    2963 
    29642960// Regression caused by r83514.
    29652961BUGCR79110 LINUX WIN : fast/block/float/021.html = TEXT
Note: See TracChangeset for help on using the changeset viewer.