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

Unified Diff: LayoutTests/http/tests/inspector/elements-test.js

Issue 1155773002: Devtools Animations: Add cubic bezier easing editor for animations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Missing files Created 5 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/http/tests/inspector/elements-test.js
diff --git a/LayoutTests/http/tests/inspector/elements-test.js b/LayoutTests/http/tests/inspector/elements-test.js
index a58fb8dd6edc9cafd8770fccfe3d27bf93923e27..c48e1bdfc324ccafb43756af8e2ee0b1df30e513 100644
--- a/LayoutTests/http/tests/inspector/elements-test.js
+++ b/LayoutTests/http/tests/inspector/elements-test.js
@@ -986,6 +986,7 @@ InspectorTest.dumpAnimationTimeline = function(timeline)
for (var nodeUI of timeline._nodesMap.values()) {
for (nodeRow of nodeUI._rows) {
for (var ui of nodeRow.animations) {
+ InspectorTest.addResult(ui.animation().type());
InspectorTest.addResult(ui._nameElement.outerHTML);
InspectorTest.addResult(ui._svg.outerHTML);
}

Powered by Google App Engine
This is Rietveld 408576698