From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../document-timeline/file_document-timeline.html | 135 +++++++++++++++++++++ .../document-timeline/test_document-timeline.html | 14 +++ .../test_request_animation_frame.html | 27 +++++ 3 files changed, 176 insertions(+) create mode 100644 dom/animation/test/document-timeline/file_document-timeline.html create mode 100644 dom/animation/test/document-timeline/test_document-timeline.html create mode 100644 dom/animation/test/document-timeline/test_request_animation_frame.html (limited to 'dom/animation/test/document-timeline') diff --git a/dom/animation/test/document-timeline/file_document-timeline.html b/dom/animation/test/document-timeline/file_document-timeline.html new file mode 100644 index 000000000..7ec48e291 --- /dev/null +++ b/dom/animation/test/document-timeline/file_document-timeline.html @@ -0,0 +1,135 @@ + + +Web Animations API: DocumentTimeline tests + + + + diff --git a/dom/animation/test/document-timeline/test_document-timeline.html b/dom/animation/test/document-timeline/test_document-timeline.html new file mode 100644 index 000000000..812d88ef2 --- /dev/null +++ b/dom/animation/test/document-timeline/test_document-timeline.html @@ -0,0 +1,14 @@ + + + + +
+ diff --git a/dom/animation/test/document-timeline/test_request_animation_frame.html b/dom/animation/test/document-timeline/test_request_animation_frame.html new file mode 100644 index 000000000..302a385b7 --- /dev/null +++ b/dom/animation/test/document-timeline/test_request_animation_frame.html @@ -0,0 +1,27 @@ + + +Test RequestAnimationFrame Timestamps are monotonically increasing + + + -- cgit v1.2.3