Chromium Code Reviews

Unified Diff: LayoutTests/virtual/without-smil/svg/animations/exposed/interface-expected.txt

Issue 1251983005: Flag to disable SMIL support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: animateTransform Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/virtual/without-smil/svg/animations/exposed/interface-expected.txt
diff --git a/LayoutTests/virtual/without-smil/svg/animations/exposed/interface-expected.txt b/LayoutTests/virtual/without-smil/svg/animations/exposed/interface-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..618dd77b0d2d2cf4a4646979eaf7797831090353
--- /dev/null
+++ b/LayoutTests/virtual/without-smil/svg/animations/exposed/interface-expected.txt
@@ -0,0 +1,20 @@
+PASS svg.animationsPaused is undefined.
+PASS svg.getCurrentTime is undefined.
+PASS svg.pauseAnimations is undefined.
+PASS svg.setCurrentTime is undefined.
+PASS svg.unpauseAnimations is undefined.
+PASS animation.beginElement is undefined.
+PASS animation.beginElementAt is undefined.
+PASS animation.endElement is undefined.
+PASS animation.endElementAt is undefined.
+PASS animation.getCurrentTime is undefined.
+PASS animation.getSimpleDuration is undefined.
+PASS animation.getStartTime is undefined.
+PASS animation.onbegin is undefined.
+PASS animation.onend is undefined.
+PASS animation.onrepeat is undefined.
+PASS animation.targetElement is undefined.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine