Changeset 70755 in webkit


Ignore:
Timestamp:
Oct 28, 2010 1:02:53 AM (13 years ago)
Author:
abarth@webkit.org
Message:

2010-10-28 Adam Barth <abarth@webkit.org>

Reviewed by Alexey Proskuryakov.

Fix test description
https://bugs.webkit.org/show_bug.cgi?id=48501

I mistakenly copy/pasted this text from another test.

  • fast/dom/allowed-children-expected.txt:
  • fast/dom/allowed-children.html:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r70748 r70755  
     12010-10-28  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Alexey Proskuryakov.
     4
     5        Fix test description
     6        https://bugs.webkit.org/show_bug.cgi?id=48501
     7
     8        I mistakenly copy/pasted this text from another test.
     9
     10        * fast/dom/allowed-children-expected.txt:
     11        * fast/dom/allowed-children.html:
     12
    1132010-10-27  Andy Estes  <aestes@apple.com>
    214
  • trunk/LayoutTests/fast/dom/allowed-children-expected.txt

    r70718 r70755  
    1 This test ensures that objects RGBColor objects return the correct values.
     1This test ensures that we can attach various DOMs to the document.
    22
    33On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
  • trunk/LayoutTests/fast/dom/allowed-children.html

    r70718 r70755  
    88<div id="console"></div>
    99<script>
    10 description("This test ensures that objects RGBColor objects return the correct values.");
     10description("This test ensures that we can attach various DOMs to the document.");
    1111
    1212var cases = [
Note: See TracChangeset for help on using the changeset viewer.