Changeset 51181 in webkit


Ignore:
Timestamp:
Nov 19, 2009 4:32:37 AM (14 years ago)
Author:
hamaji@chromium.org
Message:

2009-11-19 Shinichiro Hamaji <hamaji@chromium.org>

Reviewed by Eric Seidel.

Some tests in fast/css-generated-content can be dumpAsText test
https://bugs.webkit.org/show_bug.cgi?id=31663

  • fast/css-generated-content/absolute-position-inside-inline-expected.txt: Added.
  • fast/css-generated-content/absolute-position-inside-inline.html:
  • fast/css-generated-content/hit-test-generated-content-expected.txt: Added.
  • fast/css-generated-content/hit-test-generated-content.html:
  • fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Added.
  • fast/css-generated-content/positioned-background-hit-test-crash.html:
  • fast/css-generated-content/spellingToolTip-assert-expected.txt: Added.
  • fast/css-generated-content/spellingToolTip-assert.html:
  • platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.checksum: Removed.
  • platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.png: Removed.
  • platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.txt: Removed.
  • platform/mac/fast/css-generated-content/hit-test-generated-content-expected.checksum: Removed.
  • platform/mac/fast/css-generated-content/hit-test-generated-content-expected.png: Removed.
  • platform/mac/fast/css-generated-content/hit-test-generated-content-expected.txt: Removed.
  • platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.checksum: Removed.
  • platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.png: Removed.
  • platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Removed.
  • platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.checksum: Removed.
  • platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.png: Removed.
  • platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.txt: Removed.
  • platform/qt/fast/css-generated-content/absolute-position-inside-inline-expected.txt: Removed.
  • platform/qt/fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Removed.
  • platform/qt/fast/css-generated-content/spellingToolTip-assert-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
4 added
15 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r51178 r51181  
     12009-11-19  Shinichiro Hamaji  <hamaji@chromium.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Some tests in fast/css-generated-content can be dumpAsText test
     6        https://bugs.webkit.org/show_bug.cgi?id=31663
     7
     8        * fast/css-generated-content/absolute-position-inside-inline-expected.txt: Added.
     9        * fast/css-generated-content/absolute-position-inside-inline.html:
     10        * fast/css-generated-content/hit-test-generated-content-expected.txt: Added.
     11        * fast/css-generated-content/hit-test-generated-content.html:
     12        * fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Added.
     13        * fast/css-generated-content/positioned-background-hit-test-crash.html:
     14        * fast/css-generated-content/spellingToolTip-assert-expected.txt: Added.
     15        * fast/css-generated-content/spellingToolTip-assert.html:
     16        * platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.checksum: Removed.
     17        * platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.png: Removed.
     18        * platform/mac/fast/css-generated-content/absolute-position-inside-inline-expected.txt: Removed.
     19        * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.checksum: Removed.
     20        * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.png: Removed.
     21        * platform/mac/fast/css-generated-content/hit-test-generated-content-expected.txt: Removed.
     22        * platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.checksum: Removed.
     23        * platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.png: Removed.
     24        * platform/mac/fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Removed.
     25        * platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.checksum: Removed.
     26        * platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.png: Removed.
     27        * platform/mac/fast/css-generated-content/spellingToolTip-assert-expected.txt: Removed.
     28        * platform/qt/fast/css-generated-content/absolute-position-inside-inline-expected.txt: Removed.
     29        * platform/qt/fast/css-generated-content/positioned-background-hit-test-crash-expected.txt: Removed.
     30        * platform/qt/fast/css-generated-content/spellingToolTip-assert-expected.txt: Removed.
     31
    1322009-11-19  Kinuko Yasuda  <kinuko@google.com>
    233
  • trunk/LayoutTests/fast/css-generated-content/absolute-position-inside-inline.html

    r21214 r51181  
    1313}
    1414</style>
     15<script>
     16if (window.layoutTestController)
     17  layoutTestController.dumpAsText();
     18</script>
    1519</head>
    1620<body>
    17 <span>Webpage test</span>
     21<span>No crash means PASS</span>
    1822</body>
    1923</html>
  • trunk/LayoutTests/fast/css-generated-content/hit-test-generated-content.html

    r41427 r51181  
    2020</style>
    2121<script type="text/javascript" charset="utf-8">
     22  if (window.layoutTestController)
     23    layoutTestController.dumpAsText();
     24
    2225  function runTest()
    2326  {
  • trunk/LayoutTests/fast/css-generated-content/positioned-background-hit-test-crash.html

    r42732 r51181  
    2525        </style>
    2626        <script type="text/javascript">
     27            if (window.layoutTestController)
     28                layoutTestController.dumpAsText();
     29
    2730            function finishTest()
    2831            {
     
    5053   </head>
    5154   <body onload="test()">
    52        <h1 id="heading">Webpage test</h1>
     55       <h1 id="heading">No crash means PASS</h1>
    5356   </body>
    5457</html>
  • trunk/LayoutTests/fast/css-generated-content/spellingToolTip-assert.html

    r17642 r51181  
    1313    </style>
    1414    <script type="text/javascript">
     15        if (window.layoutTestController)
     16            layoutTestController.dumpAsText();
     17
    1518        function test()
    1619        {
Note: See TracChangeset for help on using the changeset viewer.