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

Side by Side Diff: LayoutTests/fast/animation/request-animation-frame-prefix-expected.txt

Issue 208263005: Deprecate webkitRequestAnimationFrame and friends as vendor-specific (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test expectations Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: 'webkitRequestAnimationFrame' is vendor-specific. Please use th e standard 'requestAnimationFrame' instead.
1 Tests the timestamps provided to prefixed webkitRequestAnimationFrame callbacks 2 Tests the timestamps provided to prefixed webkitRequestAnimationFrame callbacks
2 3
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 5
5 6
6 PASS successfullyParsed is true 7 PASS successfullyParsed is true
7 8
8 TEST COMPLETE 9 TEST COMPLETE
9 PASS legacyFirstTimestamp is >= firstTimestamp 10 PASS legacyFirstTimestamp is >= firstTimestamp
10 PASS legacySecondTimestamp is >= secondTimestamp 11 PASS legacySecondTimestamp is >= secondTimestamp
11 PASS deltaError < 0.001 is true 12 PASS deltaError < 0.001 is true
12 13
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698