Skip to content

Commit

Permalink
Merge pull request web-platform-tests#759 from KenjiBaheux/fixed-reta…
Browse files Browse the repository at this point in the history
…rgeting-test

Test had wrong expectation
  • Loading branch information
hayatoito committed Mar 13, 2014
2 parents 776e4c1 + f1fdb1d commit 9551f08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions shadow-dom/events/event-retargeting/test-002.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@
s.appendChild(div);

d.body.addEventListener('click', A_05_01_02_T1.step_func(function (event) {
assert_equals(event.target.tagName, 'UL', 'Information about event target crossing ' +
'the shadow boundaries should be adjusted for document nodes distributed' +
'among insertion points');
assert_equals(event.target.tagName, 'LI', 'Incorrect target');
}), false);

var event = d.createEvent('HTMLEvents');
Expand Down

0 comments on commit 9551f08

Please sign in to comment.