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

Unified Diff: LayoutTests/fast/dom/shadow/transition-on-shadow-host-with-distributed-node.html

Issue 14556022: Simplify animation testing API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add new tests. Created 7 years, 8 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/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 fc9d3932518573c1b83d01acfc89b35f71a8d413..21fea6abbfd654f73b60cc956c2be80ed8c1ce75 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
@@ -42,7 +42,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>

Powered by Google App Engine
This is Rietveld 408576698