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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots.html

Issue 137993003: Revert the feature of the <shadow> element as 'a function call' to the previous behavior. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update LayoutTests/TestExpectations Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots.html
diff --git a/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots.html b/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots.html
index e0b7d1c03a971e52b3127b23e28501fd2f165c9f..f4517e04a78afe6c56b65542f5346d35b61bbe05 100644
--- a/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots.html
+++ b/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots.html
@@ -19,12 +19,11 @@
createDOM('content', {'id': 'C'}),
createDOM('div', {'id': 'D'})),
createShadowRoot({'id': 'younger-shadow-root'},
- createDOM('shadow', {'id': 'E'},
- createDOM('content', {'id': 'EC'})),
+ createDOM('shadow', {'id': 'E'}),
createDOM('div', {'id': 'F'})),
createDOM('div', {'id': 'B'}))));
- addEventListeners(['top', 'A', 'B', 'A/', 'A/C', 'A/D', 'A//', 'A//E', 'A//EC', 'A//F']);
+ addEventListeners(['top', 'A', 'B', 'A/', 'A/C', 'A/D', 'A//', 'A//E', 'A//F']);
showSandboxTree();
moveMouse('B', 'A');

Powered by Google App Engine
This is Rietveld 408576698