summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/animation/request-animation-frame-timestamps-advance-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/animation/request-animation-frame-timestamps-advance-expected.txt')
-rw-r--r--LayoutTests/fast/animation/request-animation-frame-timestamps-advance-expected.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/LayoutTests/fast/animation/request-animation-frame-timestamps-advance-expected.txt b/LayoutTests/fast/animation/request-animation-frame-timestamps-advance-expected.txt
new file mode 100644
index 0000000..ff09010
--- /dev/null
+++ b/LayoutTests/fast/animation/request-animation-frame-timestamps-advance-expected.txt
@@ -0,0 +1,11 @@
+Tests the timestamps provided to requestAnimationFrame callbacks advance
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS firstTimestamp is defined.
+PASS secondTimestamp is defined.
+PASS secondTimestamp > firstTimestamp is true
+PASS successfullyParsed is true
+
+TEST COMPLETE