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 --- .../color-stop-clamp-interpolation-ref.html | 18 +++++++++++++++ .../gradient/color-stop-clamp-interpolation.html | 18 +++++++++++++++ .../gradient/linear-gradient-repeated-ref.html | 18 +++++++++++++++ .../gradient/linear-gradient-repeated.html | 19 +++++++++++++++ .../backgrounds/gradient/reftest-stylo.list | 4 ++++ layout/reftests/backgrounds/gradient/reftest.list | 3 +++ .../gradient/scaled-color-stop-position-ref.html | 27 ++++++++++++++++++++++ .../gradient/scaled-color-stop-position.html | 25 ++++++++++++++++++++ 8 files changed, 132 insertions(+) create mode 100644 layout/reftests/backgrounds/gradient/color-stop-clamp-interpolation-ref.html create mode 100644 layout/reftests/backgrounds/gradient/color-stop-clamp-interpolation.html create mode 100644 layout/reftests/backgrounds/gradient/linear-gradient-repeated-ref.html create mode 100644 layout/reftests/backgrounds/gradient/linear-gradient-repeated.html create mode 100644 layout/reftests/backgrounds/gradient/reftest-stylo.list create mode 100644 layout/reftests/backgrounds/gradient/reftest.list create mode 100644 layout/reftests/backgrounds/gradient/scaled-color-stop-position-ref.html create mode 100644 layout/reftests/backgrounds/gradient/scaled-color-stop-position.html (limited to 'layout/reftests/backgrounds/gradient') diff --git a/layout/reftests/backgrounds/gradient/color-stop-clamp-interpolation-ref.html b/layout/reftests/backgrounds/gradient/color-stop-clamp-interpolation-ref.html new file mode 100644 index 000000000..ec3b0166b --- /dev/null +++ b/layout/reftests/backgrounds/gradient/color-stop-clamp-interpolation-ref.html @@ -0,0 +1,18 @@ + + + + Bug 1274624: Clamped colour stop interpolation + + + +
+
+ + diff --git a/layout/reftests/backgrounds/gradient/color-stop-clamp-interpolation.html b/layout/reftests/backgrounds/gradient/color-stop-clamp-interpolation.html new file mode 100644 index 000000000..ce68135d5 --- /dev/null +++ b/layout/reftests/backgrounds/gradient/color-stop-clamp-interpolation.html @@ -0,0 +1,18 @@ + + + + Bug 1274624: Clamped colour stop interpolation + + + +
+
+ + diff --git a/layout/reftests/backgrounds/gradient/linear-gradient-repeated-ref.html b/layout/reftests/backgrounds/gradient/linear-gradient-repeated-ref.html new file mode 100644 index 000000000..2c3f9f715 --- /dev/null +++ b/layout/reftests/backgrounds/gradient/linear-gradient-repeated-ref.html @@ -0,0 +1,18 @@ + + + + Bug 1274624: Repeating linear gradient + + + +
+
+ + diff --git a/layout/reftests/backgrounds/gradient/linear-gradient-repeated.html b/layout/reftests/backgrounds/gradient/linear-gradient-repeated.html new file mode 100644 index 000000000..7e6e14dd5 --- /dev/null +++ b/layout/reftests/backgrounds/gradient/linear-gradient-repeated.html @@ -0,0 +1,19 @@ + + + + Bug 1274624: Linear gradient, repeated + + + +
+
+ + diff --git a/layout/reftests/backgrounds/gradient/reftest-stylo.list b/layout/reftests/backgrounds/gradient/reftest-stylo.list new file mode 100644 index 000000000..bd0a664dd --- /dev/null +++ b/layout/reftests/backgrounds/gradient/reftest-stylo.list @@ -0,0 +1,4 @@ +# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing +== scaled-color-stop-position.html scaled-color-stop-position.html +== color-stop-clamp-interpolation.html color-stop-clamp-interpolation.html +== linear-gradient-repeated.html linear-gradient-repeated.html diff --git a/layout/reftests/backgrounds/gradient/reftest.list b/layout/reftests/backgrounds/gradient/reftest.list new file mode 100644 index 000000000..cdc389c62 --- /dev/null +++ b/layout/reftests/backgrounds/gradient/reftest.list @@ -0,0 +1,3 @@ +== scaled-color-stop-position.html scaled-color-stop-position-ref.html +== color-stop-clamp-interpolation.html color-stop-clamp-interpolation-ref.html +== linear-gradient-repeated.html linear-gradient-repeated-ref.html diff --git a/layout/reftests/backgrounds/gradient/scaled-color-stop-position-ref.html b/layout/reftests/backgrounds/gradient/scaled-color-stop-position-ref.html new file mode 100644 index 000000000..07ddedefe --- /dev/null +++ b/layout/reftests/backgrounds/gradient/scaled-color-stop-position-ref.html @@ -0,0 +1,27 @@ + + + + + Color stop positioning for scaled gradients as backgrounds reference + + + +
+ + diff --git a/layout/reftests/backgrounds/gradient/scaled-color-stop-position.html b/layout/reftests/backgrounds/gradient/scaled-color-stop-position.html new file mode 100644 index 000000000..3b11fca9d --- /dev/null +++ b/layout/reftests/backgrounds/gradient/scaled-color-stop-position.html @@ -0,0 +1,25 @@ + + + + + Color stop positioning for scaled gradients as backgrounds + + + +
+ + -- cgit v1.2.3