Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(617)

Side by Side Diff: LayoutTests/fast/dom/shadow/shadow-boundary-crossing-expected.txt

Issue 23483045: Revert "Switch MutationEvents UseCounter to use countDeprecation." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: DOMSubtreeModified is deprecated. Use MutationObservers instead .
2 Tests to ensure that shadow DOM boundary is not crossed during event propagation . Can only run within DRT. 1 Tests to ensure that shadow DOM boundary is not crossed during event propagation . Can only run within DRT.
3 2
4 See bug 46015 for details. 3 See bug 46015 for details.
5 4
6 Mutation events should not propagate out of the shadow DOM: PASS 5 Mutation events should not propagate out of the shadow DOM: PASS
7 The selectstart event should not propagate out of the shadow DOM: PASS 6 The selectstart event should not propagate out of the shadow DOM: PASS
8 The mouseover/mouseout event between two elements inside the same shadow subtree should not propagate out of the shadow DOM: PASS 7 The mouseover/mouseout event between two elements inside the same shadow subtree should not propagate out of the shadow DOM: PASS
9 The mouseover event in a shadow subtree, where related target is the tree host s hould not escape out of shadow DOM: PASS 8 The mouseover event in a shadow subtree, where related target is the tree host s hould not escape out of shadow DOM: PASS
10 Events with relatedTarget should not escape out of shadow subtree when its host is the target: PASS 9 Events with relatedTarget should not escape out of shadow subtree when its host is the target: PASS
11 The mouseover/mouseout event on a shadow subtree host should propagate out of th e shadow DOM: PASS 10 The mouseover/mouseout event on a shadow subtree host should propagate out of th e shadow DOM: PASS
12 Label should look beyond shadow boundary to detect if it encloses its associated element: PASS 11 Label should look beyond shadow boundary to detect if it encloses its associated element: PASS
13 Event's relatedTarget should be retargeted: PASS 12 Event's relatedTarget should be retargeted: PASS
14 Other events should be retargeted: PASS 13 Other events should be retargeted: PASS
15 After event dispatch, the event object should not reveal shadow DOM: PASS 14 After event dispatch, the event object should not reveal shadow DOM: PASS
16 Focusing same shadow DOM element repeatedly should not trigger multiple focus/bl ur events: PASS 15 Focusing same shadow DOM element repeatedly should not trigger multiple focus/bl ur events: PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698