| Index: LayoutTests/fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html
|
| diff --git a/LayoutTests/fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html b/LayoutTests/fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html
|
| index 8058cb2d28d2a81395e369eb01e33528b67726fb..625862750cc83b46e6c1f74718b5b9b270432f69 100644
|
| --- a/LayoutTests/fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html
|
| +++ b/LayoutTests/fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html
|
| @@ -41,7 +41,7 @@ runTransitionTest(expectedValues, setupTest, usePauseAPI);
|
| <body>
|
| <!-- Test for [bug 93755] ShadowRoot insertion point change aborts css transition, https://bugs.webkit.org/show_bug.cgi?id=93755 -->
|
| <!-- If this test pass, css transition will be started and -->
|
| - <!-- the css transition will be paused by using pauseTransitionAtTimeOnElement. -->
|
| + <!-- the css transition will be paused by using pauseAnimations. -->
|
| <div id="box" class="box" style="background: green;">
|
| <div>Content</div>
|
| <div>New Content</div>
|
|
|