Changeset 74159 in webkit


Ignore:
Timestamp:
Dec 15, 2010 4:00:25 PM (13 years ago)
Author:
mihaip@chromium.org
Message:

2010-12-15 Mihai Parparita <mihaip@chromium.org>

Reviewed by Eric Seidel.

fast/parser/remove-block-in-residual-style.html does not need pixel output
https://bugs.webkit.org/show_bug.cgi?id=51120

fast/parser/remove-block-in-residual-style.html just checks that we
don't crash, it doesn't need pixel output.

(noticed while doing Snow Leopard rebaselines)

  • fast/parser/remove-block-in-residual-style-expected.txt: Added.
  • fast/parser/remove-block-in-residual-style.html:
  • platform/chromium-linux/fast/parser/remove-block-in-residual-style-expected.checksum: Removed.
  • platform/chromium-linux/fast/parser/remove-block-in-residual-style-expected.png: Removed.
  • platform/chromium-mac/fast/parser/remove-block-in-residual-style-expected.checksum: Removed.
  • platform/chromium-mac/fast/parser/remove-block-in-residual-style-expected.png: Removed.
  • platform/chromium-win/fast/parser/remove-block-in-residual-style-expected.checksum: Removed.
  • platform/chromium-win/fast/parser/remove-block-in-residual-style-expected.png: Removed.
  • platform/chromium-win/fast/parser/remove-block-in-residual-style-expected.txt: Removed.
  • platform/gtk/Skipped:
  • platform/mac/fast/parser/remove-block-in-residual-style-expected.checksum: Removed.
  • platform/mac/fast/parser/remove-block-in-residual-style-expected.png: Removed.
  • platform/mac/fast/parser/remove-block-in-residual-style-expected.txt: Removed.
  • platform/qt/Skipped:
  • platform/qt/fast/parser/remove-block-in-residual-style-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
1 added
11 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r74156 r74159  
     12010-12-15  Mihai Parparita  <mihaip@chromium.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        fast/parser/remove-block-in-residual-style.html does not need pixel output
     6        https://bugs.webkit.org/show_bug.cgi?id=51120
     7       
     8        fast/parser/remove-block-in-residual-style.html just checks that we
     9        don't crash, it doesn't need pixel output.
     10       
     11        (noticed while doing Snow Leopard rebaselines)
     12
     13        * fast/parser/remove-block-in-residual-style-expected.txt: Added.
     14        * fast/parser/remove-block-in-residual-style.html:
     15        * platform/chromium-linux/fast/parser/remove-block-in-residual-style-expected.checksum: Removed.
     16        * platform/chromium-linux/fast/parser/remove-block-in-residual-style-expected.png: Removed.
     17        * platform/chromium-mac/fast/parser/remove-block-in-residual-style-expected.checksum: Removed.
     18        * platform/chromium-mac/fast/parser/remove-block-in-residual-style-expected.png: Removed.
     19        * platform/chromium-win/fast/parser/remove-block-in-residual-style-expected.checksum: Removed.
     20        * platform/chromium-win/fast/parser/remove-block-in-residual-style-expected.png: Removed.
     21        * platform/chromium-win/fast/parser/remove-block-in-residual-style-expected.txt: Removed.
     22        * platform/gtk/Skipped:
     23        * platform/mac/fast/parser/remove-block-in-residual-style-expected.checksum: Removed.
     24        * platform/mac/fast/parser/remove-block-in-residual-style-expected.png: Removed.
     25        * platform/mac/fast/parser/remove-block-in-residual-style-expected.txt: Removed.
     26        * platform/qt/Skipped:
     27        * platform/qt/fast/parser/remove-block-in-residual-style-expected.txt: Removed.
     28
    1292010-12-15  Simon Fraser  <simon.fraser@apple.com>
    230
  • trunk/LayoutTests/fast/parser/remove-block-in-residual-style.html

    r48921 r74159  
    88   <p>
    99    <script>
     10     if (window.layoutTestController)
     11         layoutTestController.dumpAsText();
    1012     var p = document.getElementsByTagName('p')[0];
    1113     p.parentNode.removeChild(p);
  • trunk/LayoutTests/platform/gtk/Skipped

    r74112 r74159  
    20932093fast/parser/open-comment-in-style.html
    20942094fast/parser/open-comment-in-textarea.html
    2095 fast/parser/remove-block-in-residual-style.html
    20962095fast/parser/style-script-head-test.html
    20972096fast/parser/tabs-in-scripts.html
  • trunk/LayoutTests/platform/qt/Skipped

    r74100 r74159  
    34953495fast/parser/nofoo-tags-inside-paragraph.html
    34963496fast/parser/open-comment-in-style.html
    3497 fast/parser/remove-block-in-residual-style.html
    34983497fast/parser/style-script-head-test.html
    34993498fast/parser/tabs-in-scripts.html
Note: See TracChangeset for help on using the changeset viewer.