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

Unified Diff: third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-mode-composition-expected.txt

Issue 1885703003: Make testharness.js tests fail on uncaught exceptions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Recover script changes Created 4 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: third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-mode-composition-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-mode-composition-expected.txt b/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-mode-composition-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b7c9fa6df507195c295aaffda64c02607e19c71b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-mode-composition-expected.txt
@@ -0,0 +1,21 @@
+CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.
+This is a testharness.js-based test.
+PASS This test uses interpolation-test.js.
+PASS SMIL: Interpolate attribute <mode> with underlying [multiply] from add [screen] to add [lighten] at (0) is [screen]
+PASS SMIL: Interpolate attribute <mode> with underlying [multiply] from add [screen] to add [lighten] at (0.2) is [screen]
+PASS SMIL: Interpolate attribute <mode> with underlying [multiply] from add [screen] to add [lighten] at (0.6) is [lighten]
+PASS SMIL: Interpolate attribute <mode> with underlying [multiply] from add [screen] to add [lighten] at (1) is [lighten]
+PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] from add [screen] to add [lighten] at (-2.4) is [screen]
+PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] from add [screen] to add [lighten] at (0) is [screen]
+PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] from add [screen] to add [lighten] at (0.2) is [screen]
+PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] from add [screen] to add [lighten] at (0.6) is [lighten]
+PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] from add [screen] to add [lighten] at (1) is [lighten]
+PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] from add [screen] to add [lighten] at (3.4) is [lighten]
+PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] from neutral to replace [lighten] at (-2.4) is [multiply]
+PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] from neutral to replace [lighten] at (0) is [multiply]
+PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] from neutral to replace [lighten] at (0.2) is [multiply]
+PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] from neutral to replace [lighten] at (0.6) is [lighten]
+PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] from neutral to replace [lighten] at (1) is [lighten]
+PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] from neutral to replace [lighten] at (3.4) is [lighten]
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698