Changeset 89014 in webkit
- Timestamp:
- Jun 16, 2011, 1:25:58 AM (15 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
fast/events/shadow-boundary-crossing-expected.txt (modified) (1 diff)
-
fast/events/shadow-boundary-crossing.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r89013 r89014 1 2011-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 1 9 2011-06-16 Csaba Osztrogonác <ossy@webkit.org> 2 10 -
trunk/LayoutTests/fast/events/shadow-boundary-crossing-expected.txt
r88026 r89014 10 10 The mouseover/mouseout event on a shadow subtree host should propagate out of the shadow DOM: PASS 11 11 Label should look beyond shadow boundary to detect if it encloses its associated element: PASS 12 Events for default event handler should not be retargeted: PASS13 12 Event's relatedTarget should be retargeted: PASS 14 13 Other events should be retargeted: PASS -
trunk/LayoutTests/fast/events/shadow-boundary-crossing.html
r88026 r89014 193 193 label.parentNode.removeChild(label); 194 194 }, 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. 195 198 defaultEventRetargeting: function() 196 199 { … … 208 211 fileInput.parentNode.removeChild(fileInput); 209 212 }, 213 */ 210 214 relatedTargetRetargeting: function() 211 215 {
Note:
See TracChangeset
for help on using the changeset viewer.