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

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: Rebased Created 7 years, 7 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 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>
« no previous file with comments | « LayoutTests/fast/css-generated-content/pseudo-transition.html ('k') | LayoutTests/transitions/opacity-transition-zindex.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698