⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 89014 in webkit


Ignore:
Timestamp:
Jun 16, 2011, 1:25:58 AM (15 years ago)
Author:
abarth@webkit.org
Message:

2011-06-16 Adam Barth <abarth@webkit.org>

Disable a subtest while we investigate. I'm going to need dglazkov's
help to understand what's going on in the shadows here.

  • fast/events/shadow-boundary-crossing-expected.txt:
  • fast/events/shadow-boundary-crossing.html:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r89013 r89014  
     12011-06-16  Adam Barth  <abarth@webkit.org>
     2
     3        Disable a subtest while we investigate.  I'm going to need dglazkov's
     4        help to understand what's going on in the shadows here.
     5
     6        * fast/events/shadow-boundary-crossing-expected.txt:
     7        * fast/events/shadow-boundary-crossing.html:
     8
    192011-06-16  Csaba Osztrogonác  <ossy@webkit.org>
    210
  • trunk/LayoutTests/fast/events/shadow-boundary-crossing-expected.txt

    r88026 r89014  
    1010The mouseover/mouseout event on a shadow subtree host should propagate out of the shadow DOM: PASS
    1111Label should look beyond shadow boundary to detect if it encloses its associated element: PASS
    12 Events for default event handler should not be retargeted: PASS
    1312Event's relatedTarget should be retargeted: PASS
    1413Other events should be retargeted: PASS
  • trunk/LayoutTests/fast/events/shadow-boundary-crossing.html

    r88026 r89014  
    193193        label.parentNode.removeChild(label);
    194194    },
     195    /* This subtest started crashing after r89007:
     196     *   https://bugs.webkit.org/show_bug.cgi?id=62788
     197     * I'm disabling this test for now while I ask for help understanding the problem.
    195198    defaultEventRetargeting: function()
    196199    {
     
    208211        fileInput.parentNode.removeChild(fileInput);
    209212    },
     213    */
    210214    relatedTargetRetargeting: function()
    211215    {
Note: See TracChangeset for help on using the changeset viewer.