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 --- dom/animation/test/crashtests/1216842-1.html | 35 ++++++++++++++++++++ dom/animation/test/crashtests/1216842-2.html | 35 ++++++++++++++++++++ dom/animation/test/crashtests/1216842-3.html | 27 +++++++++++++++ dom/animation/test/crashtests/1216842-4.html | 27 +++++++++++++++ dom/animation/test/crashtests/1216842-5.html | 38 ++++++++++++++++++++++ dom/animation/test/crashtests/1216842-6.html | 38 ++++++++++++++++++++++ dom/animation/test/crashtests/1239889-1.html | 12 +++++++ dom/animation/test/crashtests/1244595-1.html | 3 ++ dom/animation/test/crashtests/1272475-1.html | 20 ++++++++++++ dom/animation/test/crashtests/1272475-2.html | 20 ++++++++++++ dom/animation/test/crashtests/1277272-1-inner.html | 19 +++++++++++ dom/animation/test/crashtests/1277272-1.html | 26 +++++++++++++++ dom/animation/test/crashtests/1278485-1.html | 26 +++++++++++++++ dom/animation/test/crashtests/1290535-1.html | 20 ++++++++++++ dom/animation/test/crashtests/crashtests.list | 13 ++++++++ 15 files changed, 359 insertions(+) create mode 100644 dom/animation/test/crashtests/1216842-1.html create mode 100644 dom/animation/test/crashtests/1216842-2.html create mode 100644 dom/animation/test/crashtests/1216842-3.html create mode 100644 dom/animation/test/crashtests/1216842-4.html create mode 100644 dom/animation/test/crashtests/1216842-5.html create mode 100644 dom/animation/test/crashtests/1216842-6.html create mode 100644 dom/animation/test/crashtests/1239889-1.html create mode 100644 dom/animation/test/crashtests/1244595-1.html create mode 100644 dom/animation/test/crashtests/1272475-1.html create mode 100644 dom/animation/test/crashtests/1272475-2.html create mode 100644 dom/animation/test/crashtests/1277272-1-inner.html create mode 100644 dom/animation/test/crashtests/1277272-1.html create mode 100644 dom/animation/test/crashtests/1278485-1.html create mode 100644 dom/animation/test/crashtests/1290535-1.html create mode 100644 dom/animation/test/crashtests/crashtests.list (limited to 'dom/animation/test/crashtests') diff --git a/dom/animation/test/crashtests/1216842-1.html b/dom/animation/test/crashtests/1216842-1.html new file mode 100644 index 000000000..8df6808ae --- /dev/null +++ b/dom/animation/test/crashtests/1216842-1.html @@ -0,0 +1,35 @@ + + + + Bug 1216842: effect-level easing function produces negative values (compositor thread) + + + +
+ + + diff --git a/dom/animation/test/crashtests/1216842-2.html b/dom/animation/test/crashtests/1216842-2.html new file mode 100644 index 000000000..ec2a2e167 --- /dev/null +++ b/dom/animation/test/crashtests/1216842-2.html @@ -0,0 +1,35 @@ + + + + Bug 1216842: effect-level easing function produces values greater than 1 (compositor thread) + + + +
+ + + diff --git a/dom/animation/test/crashtests/1216842-3.html b/dom/animation/test/crashtests/1216842-3.html new file mode 100644 index 000000000..2e5a762aa --- /dev/null +++ b/dom/animation/test/crashtests/1216842-3.html @@ -0,0 +1,27 @@ + + + + Bug 1216842: effect-level easing function produces values greater than 1 (main-thread) + + +
+ + + diff --git a/dom/animation/test/crashtests/1216842-4.html b/dom/animation/test/crashtests/1216842-4.html new file mode 100644 index 000000000..2951adc95 --- /dev/null +++ b/dom/animation/test/crashtests/1216842-4.html @@ -0,0 +1,27 @@ + + + + Bug 1216842: effect-level easing function produces negative values (main-thread) + + +
+ + + diff --git a/dom/animation/test/crashtests/1216842-5.html b/dom/animation/test/crashtests/1216842-5.html new file mode 100644 index 000000000..65c64fa48 --- /dev/null +++ b/dom/animation/test/crashtests/1216842-5.html @@ -0,0 +1,38 @@ + + + + + Bug 1216842: effect-level easing function produces negative values passed + to step-end function (compositor thread) + + + + +
+ + + diff --git a/dom/animation/test/crashtests/1216842-6.html b/dom/animation/test/crashtests/1216842-6.html new file mode 100644 index 000000000..a588c68f1 --- /dev/null +++ b/dom/animation/test/crashtests/1216842-6.html @@ -0,0 +1,38 @@ + + + + + Bug 1216842: effect-level easing function produces values greater than 1 + which are passed to step-end function (compositor thread) + + + + +
+ + + diff --git a/dom/animation/test/crashtests/1239889-1.html b/dom/animation/test/crashtests/1239889-1.html new file mode 100644 index 000000000..476f3322b --- /dev/null +++ b/dom/animation/test/crashtests/1239889-1.html @@ -0,0 +1,12 @@ + + + + Bug 1239889 + + + + + diff --git a/dom/animation/test/crashtests/1244595-1.html b/dom/animation/test/crashtests/1244595-1.html new file mode 100644 index 000000000..13b2e2d7e --- /dev/null +++ b/dom/animation/test/crashtests/1244595-1.html @@ -0,0 +1,3 @@ +
diff --git a/dom/animation/test/crashtests/1272475-1.html b/dom/animation/test/crashtests/1272475-1.html new file mode 100644 index 000000000..e0b049538 --- /dev/null +++ b/dom/animation/test/crashtests/1272475-1.html @@ -0,0 +1,20 @@ + + + + Bug 1272475 - scale function with an extreme large value + + + + + diff --git a/dom/animation/test/crashtests/1272475-2.html b/dom/animation/test/crashtests/1272475-2.html new file mode 100644 index 000000000..da0e8605b --- /dev/null +++ b/dom/animation/test/crashtests/1272475-2.html @@ -0,0 +1,20 @@ + + + + Bug 1272475 - rotate function with an extreme large value + + + + + diff --git a/dom/animation/test/crashtests/1277272-1-inner.html b/dom/animation/test/crashtests/1277272-1-inner.html new file mode 100644 index 000000000..2ba52174d --- /dev/null +++ b/dom/animation/test/crashtests/1277272-1-inner.html @@ -0,0 +1,19 @@ + + + + + + + diff --git a/dom/animation/test/crashtests/1277272-1.html b/dom/animation/test/crashtests/1277272-1.html new file mode 100644 index 000000000..f398bcf6d --- /dev/null +++ b/dom/animation/test/crashtests/1277272-1.html @@ -0,0 +1,26 @@ + + + + + + +