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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a nd will be removed. Please use CSS animations or Web animations instead.
2 This is a testharness.js-based test.
3 PASS This test uses interpolation-test.js.
4 PASS SMIL: Interpolate attribute <mode> with underlying [multiply] from add [scr een] to add [lighten] at (0) is [screen]
5 PASS SMIL: Interpolate attribute <mode> with underlying [multiply] from add [scr een] to add [lighten] at (0.2) is [screen]
6 PASS SMIL: Interpolate attribute <mode> with underlying [multiply] from add [scr een] to add [lighten] at (0.6) is [lighten]
7 PASS SMIL: Interpolate attribute <mode> with underlying [multiply] from add [scr een] to add [lighten] at (1) is [lighten]
8 PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] fro m add [screen] to add [lighten] at (-2.4) is [screen]
9 PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] fro m add [screen] to add [lighten] at (0) is [screen]
10 PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] fro m add [screen] to add [lighten] at (0.2) is [screen]
11 PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] fro m add [screen] to add [lighten] at (0.6) is [lighten]
12 PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] fro m add [screen] to add [lighten] at (1) is [lighten]
13 PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] fro m add [screen] to add [lighten] at (3.4) is [lighten]
14 PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] fro m neutral to replace [lighten] at (-2.4) is [multiply]
15 PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] fro m neutral to replace [lighten] at (0) is [multiply]
16 PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] fro m neutral to replace [lighten] at (0.2) is [multiply]
17 PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] fro m neutral to replace [lighten] at (0.6) is [lighten]
18 PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] fro m neutral to replace [lighten] at (1) is [lighten]
19 PASS Web Animations: Interpolate attribute <mode> with underlying [multiply] fro m neutral to replace [lighten] at (3.4) is [lighten]
20 Harness: the test ran to completion.
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698