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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/shadow-dom/event-inside-slotted-node.html

Issue 2697453005: Import wpt@758b3b4cfa805067f36121333ba031e583d3a62c (Closed)
Patch Set: Add -expected.txt files. Created 3 years, 10 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: third_party/WebKit/LayoutTests/external/wpt/shadow-dom/event-inside-slotted-node.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/shadow-dom/event-inside-slotted-node.html b/third_party/WebKit/LayoutTests/external/wpt/shadow-dom/event-inside-slotted-node.html
index f7d98bf7a09d80dd4ef28c44409b424d5d691868..56773142ba6f5904af86696e9801aaf4c6f74a9a 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/shadow-dom/event-inside-slotted-node.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/shadow-dom/event-inside-slotted-node.html
@@ -240,8 +240,8 @@
assert_array_equals(log[10], [shadow.upperShadow, shadow.lowerShadow.host], 'EventPath[10] must be the upper shadow root');
assert_array_equals(log[11], [shadow.upperShadow.host, shadow.lowerShadow.host], 'EventPath[11] must be the host');
- }, 'Firing an event on a node with two ancestors with a detached ' + outerUpperMode + ' and ' + outerLowerMode
- + ' shadow trees with an inner ' + innerMode + ' shadow tree');
+ }, 'Firing an event on a node within a ' + innerMode + ' shadow tree that is itself a ' + outerLowerMode
+ + ' shadow tree (the latter being the descendent of a host for a separate ' + outerUpperMode + ' shadow tree)');
}
testEventInsideNestedShadowsUnderAnotherShadow('open', 'open', 'open');

Powered by Google App Engine
This is Rietveld 408576698