| 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');
|
|
|