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

Unified Diff: LayoutTests/fast/dom/shadow/event-path-empty-shadow-element-expected.txt

Issue 59903015: [Shadow DOM]: Empty shadow insertion points should behave like <shadow><content *leftover*></conten… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/event-path-empty-shadow-element-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/event-path-multiple-shadow-roots-expected.txt b/LayoutTests/fast/dom/shadow/event-path-empty-shadow-element-expected.txt
similarity index 61%
copy from LayoutTests/fast/dom/shadow/event-path-multiple-shadow-roots-expected.txt
copy to LayoutTests/fast/dom/shadow/event-path-empty-shadow-element-expected.txt
index 121a76026d729e57cc84d5b5a46045bd82f443ae..c696377ea69b3e760336652a746094aefd1873e4 100644
--- a/LayoutTests/fast/dom/shadow/event-path-multiple-shadow-roots-expected.txt
+++ b/LayoutTests/fast/dom/shadow/event-path-empty-shadow-element-expected.txt
@@ -5,9 +5,6 @@ event.path on node #C
event.path on node #B
#C, #B, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 7
-event.path on node #J
-#C, #B, #J, #I, #H, #G, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 11
-
event.path on node #F
#C, #B, #F, #E, #D, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 10
@@ -18,13 +15,19 @@ event.path on node #D
#C, #B, #F, #E, #D, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 10
event.path on node #I
-#C, #B, #J, #I, #H, #G, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 11
+#C, #B, #I, #H, #G, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 10
event.path on node #H
-#C, #B, #J, #I, #H, #G, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 11
+#C, #B, #I, #H, #G, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 10
event.path on node #G
-#C, #B, #J, #I, #H, #G, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 11
+#C, #B, #I, #H, #G, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 10
+
+event.path on node #K
+#C, #B, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 9
+
+event.path on node #J
+#C, #B, #K, #J, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 9
event.path on node #A
#C, #B, #A, #sandbox, [object HTMLBodyElement], [object HTMLHtmlElement], [object HTMLDocument], length: 7

Powered by Google App Engine
This is Rietveld 408576698