From 74e4ed9727b3c0414c350133564619ae2815b0d7 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Wed, 2 Oct 2019 22:13:19 +0000 Subject: [PATCH] Bug 1452123 [wpt PR 9955] - Sync mozilla reftests as of 2018-03-09, a=testonly Automatic update from web-platform-testsSync Mozilla tests as of https://hg.mozilla.org/mozilla-central/rev/415e9b18ca2a1532086d5e2d5d21343cd004b5fd . This commit contains a single change: * [bug 1444136](https://bugzilla.mozilla.org/show_bug.cgi?id=1444136) by me, already reviewed by gsnedders. Fixes #9912. -- Remove entries from the lint whitelist that are fixed by the fix for #9912. wpt-commits: a94171ad6309b41271b08553302d11a2b544bb51, 27b759e2d99020a09911d252c953777ae150e381 wpt-pr: 9955 wpt-commits: a94171ad6309b41271b08553302d11a2b544bb51, 27b759e2d99020a09911d252c953777ae150e381 wpt-pr: 9955 UltraBlame original commit: 9011794a980089e9568bb1034f5dc7d4b34c391c --- testing/web-platform/meta/MANIFEST.json | 198 +++++++++--------- .../background-repeat-round-1-ref.html | 32 +++ .../background-repeat-round-1a.html | 33 +++ .../background-repeat-round-1b.html | 33 +++ .../background-repeat-round-1c.html | 34 +++ .../background-repeat-round-1d.html | 34 +++ .../background-repeat-round-1e.html | 34 +++ .../background-repeat-round-2-ref.html | 31 +++ .../background/background-repeat-round-2.html | 33 +++ .../background-repeat-round-3-ref.html | 31 +++ .../background/background-repeat-round-3.html | 34 +++ .../background-repeat-round-4-ref.html | 33 +++ .../background/background-repeat-round-4.html | 36 ++++ .../background-repeat-space-1-ref.html | 68 ++++++ .../background-repeat-space-10-ref.html | 41 ++++ .../background-repeat-space-10.html | 25 +++ .../background-repeat-space-1a.html | 34 +++ .../background-repeat-space-1b.html | 35 ++++ .../background-repeat-space-1c.html | 34 +++ .../background-repeat-space-2-ref.html | 32 +++ .../background/background-repeat-space-2.html | 36 ++++ .../background-repeat-space-3-ref.html | 80 +++++++ .../background/background-repeat-space-3.html | 64 ++++++ .../background-repeat-space-4-ref.html | 58 +++++ .../background/background-repeat-space-4.html | 34 +++ .../background-repeat-space-5-ref.html | 58 +++++ .../background/background-repeat-space-5.html | 34 +++ .../background-repeat-space-6-ref.html | 61 ++++++ .../background/background-repeat-space-6.html | 35 ++++ .../background-repeat-space-7-ref.html | 61 ++++++ .../background/background-repeat-space-7.html | 35 ++++ .../background-repeat-space-8-ref.html | 34 +++ .../background/background-repeat-space-8.html | 35 ++++ .../background-repeat-space-9-ref.html | 41 ++++ .../background/background-repeat-space-9.html | 25 +++ .../border-image-repeat-round-1-ref.html | 100 +++++++++ .../border-image-repeat-round-1.html | 27 +++ .../border-image-repeat-round-2-ref.html | 100 +++++++++ .../border-image-repeat-round-2.html | 27 +++ .../border-image-repeat-space-1-ref.html | 96 +++++++++ .../border-image-repeat-space-1.html | 27 +++ .../border-image-repeat-space-2-ref.html | 56 +++++ .../border-image-repeat-space-2.html | 27 +++ .../border-image-repeat-space-3-ref.html | 136 ++++++++++++ .../border-image-repeat-space-3.html | 27 +++ .../border-image-repeat-space-4-ref-1.html | 97 +++++++++ .../border-image-repeat-space-4-ref-2.html | 24 +++ .../border-image-repeat-space-4.html | 27 +++ .../border-image-repeat-space-5-ref-1.html | 177 ++++++++++++++++ .../border-image-repeat-space-5-ref-2.html | 24 +++ .../border-image-repeat-space-5.html | 27 +++ .../border-image-repeat-space-6-ref.html | 101 +++++++++ .../border-image-repeat-space-6.html | 27 +++ .../border-image-repeat-space-7-ref.html | 164 +++++++++++++++ .../border-image-repeat-space-7.html | 27 +++ .../background/support/aqua-yellow-32x32.png | Bin 0 -> 156 bytes .../background/support/aqua-yellow-37x37.png | Bin 0 -> 287 bytes .../background/support/border.png | Bin 0 -> 849 bytes .../background/support/reticule-bl.png | Bin 0 -> 123 bytes .../background/support/reticule-bo.png | Bin 0 -> 134 bytes .../background/support/reticule-br.png | Bin 0 -> 121 bytes .../background/support/reticule-ct.png | Bin 0 -> 127 bytes .../background/support/reticule-le.png | Bin 0 -> 128 bytes .../background/support/reticule-ri.png | Bin 0 -> 130 bytes .../background/support/reticule-tl.png | Bin 0 -> 125 bytes .../background/support/reticule-to.png | Bin 0 -> 128 bytes .../background/support/reticule-tr.png | Bin 0 -> 126 bytes .../background/support/reticule.png | Bin 0 -> 202 bytes testing/web-platform/tests/lint.whitelist | 13 -- 69 files changed, 2775 insertions(+), 112 deletions(-) create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1a.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1b.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1c.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1d.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1e.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-2-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-2.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-3-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-3.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-4-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-4.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-1-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-10-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-10.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-1a.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-1b.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-1c.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-2-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-2.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-3-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-3.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-4-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-4.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-5-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-5.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-6-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-6.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-7-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-7.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-8-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-8.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-9-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-9.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-round-1-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-round-1.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-round-2-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-round-2.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-1-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-1.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-2-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-2.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-3-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-3.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-4-ref-1.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-4-ref-2.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-4.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-5-ref-1.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-5-ref-2.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-5.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-6-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-6.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-7-ref.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-7.html create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/aqua-yellow-32x32.png create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/aqua-yellow-37x37.png create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/border.png create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-bl.png create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-bo.png create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-br.png create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-ct.png create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-le.png create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-ri.png create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-tl.png create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-to.png create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-tr.png create mode 100644 testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule.png diff --git a/testing/web-platform/meta/MANIFEST.json b/testing/web-platform/meta/MANIFEST.json index e33485aadd7a..81fd79b96dd0 100644 --- a/testing/web-platform/meta/MANIFEST.json +++ b/testing/web-platform/meta/MANIFEST.json @@ -265217,16 +265217,6 @@ {} ] ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/aqua-yellow-32x32.png": [ - [ - {} - ] - ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/aqua-yellow-37x37.png": [ - [ - {} - ] - ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-attachment-fixed-inside-transform-1-ref.html": [ [ {} @@ -265352,62 +265342,72 @@ {} ] ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/border.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/reftest.list": [ + [ + {} + ] + ], + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/aqua-yellow-32x32.png": [ [ {} ] ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reftest.list": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/aqua-yellow-37x37.png": [ + [ + {} + ] + ], + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/border.png": [ [ {} ] ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-bl.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-bl.png": [ [ {} ] ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-bo.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-bo.png": [ [ {} ] ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-br.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-br.png": [ [ {} ] ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-ct.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-ct.png": [ [ {} ] ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-le.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-le.png": [ [ {} ] ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-ri.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-ri.png": [ [ {} ] ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-tl.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-tl.png": [ [ {} ] ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-to.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-to.png": [ [ {} ] ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-tr.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-tr.png": [ [ {} ] ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule.png": [ [ {} ] @@ -390990,7 +390990,7 @@ "support" ], "./lint.whitelist": [ - "f99ce1b3cf312caac08a8a8bb6a970ba00e28160", + "82fc9107178a6f9aef6c978ad51afe2370c92de1", "support" ], "./serve.py": [ @@ -536605,14 +536605,6 @@ "0332d163ba2a010b5a8102cf23d220342e007170", "support" ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/aqua-yellow-32x32.png": [ - "a4c3777cf587ade235c71b27144eae3f307deb05", - "support" - ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/aqua-yellow-37x37.png": [ - "fc2d8a4c94a5a7c19344d5fdeb6f2e0c97e0ea56", - "support" - ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-attachment-fixed-inside-transform-1-ref.html": [ "ac4a007e9956b008807349d6fb1a5e1d04fa70b0", "support" @@ -536622,139 +536614,139 @@ "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1-ref.html": [ - "29441a01afe2699a04c4d5ba99acd6b62dc5f96b", + "527a9e170665067a0be9c80d5a03e5e3762fb5d0", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1a.html": [ - "809a3f95a27d65858ffb02e117730bb42736fb80", + "2e63657cd77715a2592071cecfe9a8b92ee25036", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1b.html": [ - "4b52973ae50842378ad37f0e6f34446848730f25", + "bb8ecbae4c8679c8027dff5b2284a1ce02a8825c", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1c.html": [ - "de76776ca724ba92bc74aef65ea735dfcb6cad93", + "e5ce00218cb4de53c98695e461fde4666ea7e54b", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1d.html": [ - "cddb6225b1a0fba923df44c822a7e14c8dc83aec", + "07c2fd2fa564bee8fff8bcee5aea4088d4bc7a7d", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1e.html": [ - "f09086d194fd800f60e87a8a9f173eb133975c8b", + "04449b9807337732367a4433a212d9d8a1f54846", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-2-ref.html": [ - "ab1bd133eac072e7653bbb7ebdfb3ad25378150f", + "8b6156e33c36a7ff6100e4083888377233b03491", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-2.html": [ - "451bbbdc1feaf8518f771929f1ba4fca98ca4561", + "6130e53d76ebddd25e67dd130bd5a69fe333de70", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-3-ref.html": [ - "e4ffb716a411e30f039b5b94c655b236285c7d5b", + "0ca8f34ec1bc5b92e99948479ed558cb37cde19f", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-3.html": [ - "229eda2d0edd98f4fa1bce52652d3df3b8e25c57", + "68966b45847d9932aad774321a99aa79f15dbf81", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-4-ref.html": [ - "a50788fabe6e09abb218f6e3c273674c3f427e98", + "985c3cdcb1995fe748b42a3a6225e94ce7faf8fc", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-4.html": [ - "e670e2567908a5d95ef87fbf04f2099301dd837f", + "22f985cdcdd345f826396b4d0ea7078c015f3e2a", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-1-ref.html": [ - "47e4c35735316ccd63365dc393edb54b276ececd", + "74254368494287e55235f772459e658cab2c33c8", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-10-ref.html": [ - "c5009e3b890996defe6a3ee814b0a7a608ccc6d1", + "bad3ec7df4823b5cf9d2f381d7786743c0bfb8b7", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-10.html": [ - "e75c79b6bd7d16c785fae7b990859619af6eaaab", + "24605117651c6b311e9df101aa3c6827551c0af9", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-1a.html": [ - "f445e40c43ae62f5ef6975385242d65f3db02695", + "1ae0784b38a73b2c2b19b92faffafae35df1196c", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-1b.html": [ - "fe540a5c8cb4055c95f8f645eb8bea6c9946da21", + "aea0812fff497f1fc4141bfe2f751c4c558e4441", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-1c.html": [ - "52aac06805eb1d1ca8e943d6377417b4a270d75d", + "0ec8242c6038ba33db9cd4f02c9436c6c5618192", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-2-ref.html": [ - "1c71b2ff3a5b88eb7a18c8798d5e9cf69bd573ac", + "ab2a2362ad7df5732fb53f285daa159f77f8d68f", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-2.html": [ - "7dc923a3109315e7f1432a14fd9e4c0b3d2125a2", + "7bafd5d038cec1f0e0a6d6ecd90739f928330e80", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-3-ref.html": [ - "64a9713b66d151cc38c5b4070686f25edb995880", + "91985eefffc425de688a42eb4fe9a79855f6b92c", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-3.html": [ - "b925284a7569c7debe62aad4e06186c56c0db78a", + "c026a0a786b648048e04d6c8fd4152beecab42d5", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-4-ref.html": [ - "00f9c662a419bf14b719075094f0eafd68438f3a", + "53fd4d73a06d3b7f906dbe054dd0b61beb8a95e8", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-4.html": [ - "1afd9d8485833a5433ecb8477e446fc7f3d46d1d", + "ffea3f6b1d69708b1ba79727d2d19d7848aa40a3", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-5-ref.html": [ - "f67b88f3603b85af58216054e430b59e758150a4", + "f17ca75bb2f1fabe52c27b6986dbf4c7fb3a13ed", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-5.html": [ - "2cb368068d52b7d53978b048d254944870804a51", + "cd0db8d7606b9b0459745d6e1f9c93d0e0b68309", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-6-ref.html": [ - "7dbdeeee72252e099d9dc9513c8cb52da3d7d7e4", + "43fbe2b011d9f8da86a333be7e9b0946b10e0fe8", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-6.html": [ - "69565b22e71bb9eddffe2299e7436683582e584f", + "4141691fe824f2f0c21d9dbbf4c8d2bf1a808ce2", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-7-ref.html": [ - "cb395895ce116f4713794b20cee7ab9ec54577fc", + "3b3af1c5e464776afc85b59c32fdae5c40378645", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-7.html": [ - "0433521d9fe4bf25c70ca9ee451ba6b1fae54088", + "c4f657027339cacc6d355a6338b5ba7ce5978013", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-8-ref.html": [ - "f89f01dd369b25ec2c91a28109183bedd6337259", + "22502a004c4a63eb15cf11d1f7292d285bd71560", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-8.html": [ - "a33055d83e601c9dd87dea0dd10b90d352ef1330", + "33512fa18046beb077fa0ad760366531fe7d527d", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-9-ref.html": [ - "8fd521061feca811081e57230d87fd35c2304d61", + "718811ef61914a35123b9286604e2d464f3207c6", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-9.html": [ - "9ef2959be849cf0991173bbc6524abdd3062588e", + "171bf31322fb5dc157e3dfa3ea824c9b03e6195d", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-1-ref.html": [ @@ -536766,130 +536758,138 @@ "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-round-1-ref.html": [ - "f8cc9afefbb7bd251d1527696d7dd75594daa552", + "8e9e7565135b1e4273524c1211940bb86e8a08f2", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-round-1.html": [ - "e78a29aa62b300e5fe18858098ca3f2642805e3b", + "bba6c7cfcde4effa81ac66ef3e35020a2f439e82", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-round-2-ref.html": [ - "8322ea283fc9301f9e1ce52b44d0a7b24cd7b70b", + "b335b9f6dbc3e25cc6a4b385c889863b069b2568", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-round-2.html": [ - "feadd3b31ad8a87be53b99da7557876fe09d75a3", + "0dded85118a796ed7b9e43ba66578c90e00475eb", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-1-ref.html": [ - "b3a8bb5298994b0cd82824566ac866b99f56de44", + "0ef702f13cf5607b5af8b4755c7e98ffc8a5e874", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-1.html": [ - "3f70e9f26f8a06f340474f8c69f364f47fdc0c80", + "c5e61f811230553b84e033b90c61f40d7e54e70a", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-2-ref.html": [ - "6247a913d89a3e839a226a50942146eb82ead6ed", + "46577524f01551c7ba69315471c5ab0284459554", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-2.html": [ - "475e7e006483d5c6f81a5277e2827969f6787c34", + "a4395ef722ea661f585c9e6891d80815b1fabbfe", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-3-ref.html": [ - "2b06d935850db10821b35376364cf0e5fad8c8f4", + "1d00a62b6f293c858480a082f9487d3c566e1fad", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-3.html": [ - "d4cb1c010e8a040844829d5bdfdfc3ad1d91edaf", + "e8de89ada57263ca71d2e718246b27d0f3b13970", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-4-ref-1.html": [ - "456d8bf49dfa526ee99fdd0a5ef70ea2b54bbf43", + "674aca752e3662bb2a4f12fa317ea472dc2a3c64", "reftest_node" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-4-ref-2.html": [ - "05501bb0436ce20982acbfaab1567fbe6cc05e29", + "2b0f579ecb4e19eb9306be7ec40184af89007f25", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-4.html": [ - "6a2236e94a8dea79ddc047b9aa036536af202bbd", + "a87145982556efc75e2cdd3664b850421e661caf", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-5-ref-1.html": [ - "dfd17c4208a3a8acd4b33d42f321b8cbbda215e1", + "19440f14748bf8b125f23fbdb9165fa0a70c452a", "reftest_node" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-5-ref-2.html": [ - "ea0a4e6162537dbf034da9b4ad73197a9379e907", + "2fa4145d8a2a85705b1ff225edd35ed0616ae77a", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-5.html": [ - "60300d5a0c4877730b20adac067e62ea674f081d", + "421e6343955d359b69536f17e61b6c65ad4a51c9", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-6-ref.html": [ - "48b5ceefe4bc19c56b98d473d185b0a2a17638d6", + "4bd78c1115ccd7ec9b1b33b647a3a6261991e774", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-6.html": [ - "13e9f0d302a717ccb45c4ec61bf9f0f572ab1f3c", + "d944edc6f9d9c1cfa817bdd377566323ae5aab51", "reftest" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-7-ref.html": [ - "16883f2f5a5f8da77dc681829e2824061e4dc4fd", + "97e6b3a357ab8bd0d017d140d8c71291e044ef5e", "support" ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-7.html": [ - "1c5c7ebf2367034931e4f6880f235e201d7e772d", + "250751245e07ef7b57020a8dc32735693091a69f", "reftest" ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/border.png": [ - "c643564c8b6ff76e3e482414f3f722abfea4d43f", - "support" - ], "css/vendor-imports/mozilla/mozilla-central-reftests/background/reftest.list": [ "ba3f91bdf65eaa53a76efc11d870f81a23d757dd", "support" ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-bl.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/aqua-yellow-32x32.png": [ + "a4c3777cf587ade235c71b27144eae3f307deb05", + "support" + ], + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/aqua-yellow-37x37.png": [ + "fc2d8a4c94a5a7c19344d5fdeb6f2e0c97e0ea56", + "support" + ], + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/border.png": [ + "c643564c8b6ff76e3e482414f3f722abfea4d43f", + "support" + ], + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-bl.png": [ "fa21f62c26f5a1ff6a772031afae40c3daebaa40", "support" ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-bo.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-bo.png": [ "395821135fe3b785bd04f9e7f525ce9e7055fa32", "support" ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-br.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-br.png": [ "3837f10b2aff08d47df3d4e0209a1b76444197cd", "support" ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-ct.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-ct.png": [ "f8a79021968c8ec9d1380bb40929e9cc77c36624", "support" ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-le.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-le.png": [ "d1ca46136e35c92bb81ff226d152fdfbf8018d53", "support" ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-ri.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-ri.png": [ "3e8a0cd42a692ec2323d19855d7b5f244a0b0311", "support" ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-tl.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-tl.png": [ "3c9cc75bc85cb1490da4c9f2888d0a9ec37b1736", "support" ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-to.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-to.png": [ "d9d205f3ee9e3d49451a1fe83323acd1e7707992", "support" ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-tr.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-tr.png": [ "386ef7e0894851d1361ffcb73a248c43babadc81", "support" ], - "css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule.png": [ + "css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule.png": [ "f487aa4c163a64dd8ecceea982c3b225451fb3e6", "support" ], diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1-ref.html new file mode 100644 index 000000000000..ecd58d762f9b --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1-ref.html @@ -0,0 +1,32 @@ + + + + + CSS Background: background-repeat: background image repeat + + + + + +
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1a.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1a.html new file mode 100644 index 000000000000..6717ce1b3485 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1a.html @@ -0,0 +1,33 @@ + + + + + CSS Background: background-repeat: background image round + + + + + + + + +
+
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1b.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1b.html new file mode 100644 index 000000000000..b3e1e9684b85 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1b.html @@ -0,0 +1,33 @@ + + + + + CSS Background: background-repeat: background image round + + + + + + + + +
+
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1c.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1c.html new file mode 100644 index 000000000000..3fcfd80b1c79 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1c.html @@ -0,0 +1,34 @@ + + + + + CSS Background: background-repeat: background image round + + + + + + + + +
+
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1d.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1d.html new file mode 100644 index 000000000000..69045cf605a2 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1d.html @@ -0,0 +1,34 @@ + + + + + CSS Background: background-repeat: background image round + + + + + + + + +
+
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1e.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1e.html new file mode 100644 index 000000000000..5fd4973dcd8e --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-1e.html @@ -0,0 +1,34 @@ + + + + + CSS Background: background-repeat: background image round + + + + + + + + +
+
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-2-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-2-ref.html new file mode 100644 index 000000000000..b530e61a6b53 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-2-ref.html @@ -0,0 +1,31 @@ + + + + + CSS Background: background-repeat: background image repeat + + + + + +
+
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-2.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-2.html new file mode 100644 index 000000000000..702931abe849 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-2.html @@ -0,0 +1,33 @@ + + + + + CSS Background: background-repeat: background image round no-repeat + + + + + + + + +
+
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-3-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-3-ref.html new file mode 100644 index 000000000000..e44cecd8f5c3 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-3-ref.html @@ -0,0 +1,31 @@ + + + + + CSS Background: background-repeat: background image repeat + + + + + +
+
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-3.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-3.html new file mode 100644 index 000000000000..c3b5e2b2d003 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-3.html @@ -0,0 +1,34 @@ + + + + + CSS Background: background-repeat: background image no-repeat round + + + + + + + + +
+
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-4-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-4-ref.html new file mode 100644 index 000000000000..8139ace8dad4 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-4-ref.html @@ -0,0 +1,33 @@ + + + + + CSS Background: background-repeat: background image repeat with specified position + + + + + +
+
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-4.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-4.html new file mode 100644 index 000000000000..be1a4c8ae9ce --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-round-4.html @@ -0,0 +1,36 @@ + + + + + CSS Background: background-repeat: background image round with specified position + + + + + + + + +
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-1-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-1-ref.html new file mode 100644 index 000000000000..11ea2c7bc1e4 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-1-ref.html @@ -0,0 +1,68 @@ + + + + + CSS Background: background-repeat: position background image + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-10-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-10-ref.html new file mode 100644 index 000000000000..f4c2b7c18e21 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-10-ref.html @@ -0,0 +1,41 @@ + + + + + CSS Background: background-repeat: position background image + + + + + +
+
+
+
+
+
+
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-10.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-10.html new file mode 100644 index 000000000000..00205a938b81 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-10.html @@ -0,0 +1,25 @@ + + + + + CSS Background: background-repeat: background image space + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-1a.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-1a.html new file mode 100644 index 000000000000..e4376c6391d5 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-1a.html @@ -0,0 +1,34 @@ + + + + + CSS Background: background-repeat: background image space + + + + + + + + +
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-1b.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-1b.html new file mode 100644 index 000000000000..55bc6dc704dc --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-1b.html @@ -0,0 +1,35 @@ + + + + + CSS Background: background-repeat: background image space with position + + + + + + + + +
+
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-1c.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-1c.html new file mode 100644 index 000000000000..27470f9e0c07 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-1c.html @@ -0,0 +1,34 @@ + + + + + CSS Background: background-repeat: background image space + + + + + + + + +
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-2-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-2-ref.html new file mode 100644 index 000000000000..5dbd30d550ae --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-2-ref.html @@ -0,0 +1,32 @@ + + + + + CSS Background: background-repeat: position background image + + + + + +
+
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-2.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-2.html new file mode 100644 index 000000000000..ac9664482c57 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-2.html @@ -0,0 +1,36 @@ + + + + + CSS Background: background-repeat: background image round with specified position + + + + + + + + +
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-3-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-3-ref.html new file mode 100644 index 000000000000..f132f2eceac7 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-3-ref.html @@ -0,0 +1,80 @@ + + + + + CSS Background: background-repeat: position background image + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-3.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-3.html new file mode 100644 index 000000000000..9ea709b81f32 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-3.html @@ -0,0 +1,64 @@ + + + + + CSS Background: background-repeat: background image round with specified position + + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-4-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-4-ref.html new file mode 100644 index 000000000000..a375db50cd07 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-4-ref.html @@ -0,0 +1,58 @@ + + + + + CSS Background: background-repeat: position background image + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-4.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-4.html new file mode 100644 index 000000000000..834381c76fec --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-4.html @@ -0,0 +1,34 @@ + + + + + CSS Background: background-repeat: background image space + + + + + + + + +
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-5-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-5-ref.html new file mode 100644 index 000000000000..d9d3ca11842a --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-5-ref.html @@ -0,0 +1,58 @@ + + + + + CSS Background: background-repeat: position background image + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-5.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-5.html new file mode 100644 index 000000000000..0beca23d9640 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-5.html @@ -0,0 +1,34 @@ + + + + + CSS Background: background-repeat: background image space + + + + + + + + +
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-6-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-6-ref.html new file mode 100644 index 000000000000..c07440184b6f --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-6-ref.html @@ -0,0 +1,61 @@ + + + + + CSS Background: background-repeat: position background image + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-6.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-6.html new file mode 100644 index 000000000000..ae2c0fa8f633 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-6.html @@ -0,0 +1,35 @@ + + + + + CSS Background: background-repeat: background image space + + + + + + + + +
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-7-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-7-ref.html new file mode 100644 index 000000000000..541fbd4ddc2e --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-7-ref.html @@ -0,0 +1,61 @@ + + + + + CSS Background: background-repeat: position background image + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-7.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-7.html new file mode 100644 index 000000000000..809875f57be0 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-7.html @@ -0,0 +1,35 @@ + + + + + CSS Background: background-repeat: background image space + + + + + + + + +
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-8-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-8-ref.html new file mode 100644 index 000000000000..584640917135 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-8-ref.html @@ -0,0 +1,34 @@ + + + + + CSS Background: background-repeat: position background image + + + + + +
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-8.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-8.html new file mode 100644 index 000000000000..473d115ba690 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-8.html @@ -0,0 +1,35 @@ + + + + + CSS Background: background-repeat: background image space + + + + + + + + +
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-9-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-9-ref.html new file mode 100644 index 000000000000..6aa9c7321551 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-9-ref.html @@ -0,0 +1,41 @@ + + + + + CSS Background: background-repeat: position background image + + + + + +
+
+
+
+
+
+
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-9.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-9.html new file mode 100644 index 000000000000..28ff46473be4 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/background-repeat-space-9.html @@ -0,0 +1,25 @@ + + + + + CSS Background: background-repeat: background image space + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-round-1-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-round-1-ref.html new file mode 100644 index 000000000000..298b46dd1284 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-round-1-ref.html @@ -0,0 +1,100 @@ + + + + + CSS Border Image: border-image-repeat: round + + + + + +
+
+
+
+
+
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-round-1.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-round-1.html new file mode 100644 index 000000000000..832126ef3dff --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-round-1.html @@ -0,0 +1,27 @@ + + + + + CSS Border Image: border-image-repeat: round + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-round-2-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-round-2-ref.html new file mode 100644 index 000000000000..e76f7cee8321 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-round-2-ref.html @@ -0,0 +1,100 @@ + + + + + CSS Border Image: border-image-repeat: round + + + + + +
+
+
+
+
+
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-round-2.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-round-2.html new file mode 100644 index 000000000000..4e08ae036650 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-round-2.html @@ -0,0 +1,27 @@ + + + + + CSS Border Image: border-image-repeat: round + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-1-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-1-ref.html new file mode 100644 index 000000000000..7c6555a0ae49 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-1-ref.html @@ -0,0 +1,96 @@ + + + + + CSS Border Image: border-image-repeat: space + + + + + +
+
+
+
+
+
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-1.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-1.html new file mode 100644 index 000000000000..c186a3139fe4 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-1.html @@ -0,0 +1,27 @@ + + + + + CSS Border Image: border-image-repeat: space + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-2-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-2-ref.html new file mode 100644 index 000000000000..6afc0733880c --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-2-ref.html @@ -0,0 +1,56 @@ + + + + + CSS Border Image: border-image-repeat: round + + + + + +
+
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-2.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-2.html new file mode 100644 index 000000000000..b38bc8473428 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-2.html @@ -0,0 +1,27 @@ + + + + + CSS Border Image: border-image-repeat: space + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-3-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-3-ref.html new file mode 100644 index 000000000000..904b325ccdcd --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-3-ref.html @@ -0,0 +1,136 @@ + + + + + CSS Border Image: border-image-repeat: space + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-3.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-3.html new file mode 100644 index 000000000000..085498f76a94 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-3.html @@ -0,0 +1,27 @@ + + + + + CSS Border Image: border-image-repeat: space + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-4-ref-1.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-4-ref-1.html new file mode 100644 index 000000000000..ff7700e9af15 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-4-ref-1.html @@ -0,0 +1,97 @@ + + + + + CSS Border Image: border-image-repeat: space + + + + + + +
+
+
+
+
+
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-4-ref-2.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-4-ref-2.html new file mode 100644 index 000000000000..dda3de638a2d --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-4-ref-2.html @@ -0,0 +1,24 @@ + + + + + CSS Border Image: border-image-repeat: space + + + + + +
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-4.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-4.html new file mode 100644 index 000000000000..d82969d71c40 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-4.html @@ -0,0 +1,27 @@ + + + + + CSS Border Image: border-image-repeat: space + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-5-ref-1.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-5-ref-1.html new file mode 100644 index 000000000000..d52cab5bbe96 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-5-ref-1.html @@ -0,0 +1,177 @@ + + + + + CSS Border Image: border-image-repeat: space + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-5-ref-2.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-5-ref-2.html new file mode 100644 index 000000000000..bda8d7237f35 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-5-ref-2.html @@ -0,0 +1,24 @@ + + + + + CSS Border Image: border-image-repeat: space + + + + + +
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-5.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-5.html new file mode 100644 index 000000000000..db21548af867 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-5.html @@ -0,0 +1,27 @@ + + + + + CSS Border Image: border-image-repeat: space + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-6-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-6-ref.html new file mode 100644 index 000000000000..307eda0ea524 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-6-ref.html @@ -0,0 +1,101 @@ + + + + + CSS Border Image: border-image-repeat: space + + + + + +
+
+
+
+
+
+
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-6.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-6.html new file mode 100644 index 000000000000..045cde139d7c --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-6.html @@ -0,0 +1,27 @@ + + + + + CSS Border Image: border-image-repeat: space + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-7-ref.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-7-ref.html new file mode 100644 index 000000000000..44b07f7696a7 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-7-ref.html @@ -0,0 +1,164 @@ + + + + + CSS Border Image: border-image-repeat: space + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-7.html b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-7.html new file mode 100644 index 000000000000..367657858ea2 --- /dev/null +++ b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/border-image-repeat-space-7.html @@ -0,0 +1,27 @@ + + + + + CSS Border Image: border-image-repeat: space + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/aqua-yellow-32x32.png b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/aqua-yellow-32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..42f8a2100b241aebf5c62e5057a51a933e6ff4d6 GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?%tPCZz)@o&cW^*T{eW{{8L&@)Q*nxj)Kn z2C}?8T^vIs!c9*t6g|MeapZyyCx5tG;>%xMaf|kGe7(+c_;Xn3)h_N?2`BbEYEqNf jh)mQUWEGDofD?9o(@Z>PzdjKTG?u~B)z4*}Q$iB}(UCOa literal 0 HcmV?d00001 diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/aqua-yellow-37x37.png b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/aqua-yellow-37x37.png new file mode 100644 index 0000000000000000000000000000000000000000..0289b0394131fd1e1ae6fec71a49e42522b9bfcd GIT binary patch literal 287 zcmeAS@N?(olHy`uVBq!ia0vp^svyk41SGxwY!3laoCO|{#S9GG!XV7ZFl&wkP>{XE z)7O>#0jn^pg-mGYlNzAVK2I0Nkch)?ub<^)G8ABa(3zpyWEZex0q@~=Y)!Y z7@@MwpFhVr6zDO(|75u5@{&J$IC9N)7i%u{T5-ehx!Rq5*Z&p#b?g7#*|PCn^dXHn z_QTb+Ij{O}Nj|mXW&1ou;@IV6hVw11w%TH!WM_r>mdKI;Vst0DnPpAOHXW literal 0 HcmV?d00001 diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/border.png b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/border.png new file mode 100644 index 0000000000000000000000000000000000000000..7a657391d65480c6ab3f1a3e34320f447ed9b8a3 GIT binary patch literal 849 zcmV-X1FrmuP)HE}gLuxU#VY z3dqN%CtACJd~C|%(z$am*RP;%KCKg#geH^72(C=B`XpOBiYqx)>gtY+;T-wwGuXd+ck(@2bhnnq%50Zk);&Yi=#eg!p+ bWH-J5W4cZkJ79Q`00000NkvXXu0mjf<7|G+ literal 0 HcmV?d00001 diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-bl.png b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-bl.png new file mode 100644 index 0000000000000000000000000000000000000000..6abbaf319f3ac53f02e3381b884e9da468dc3058 GIT binary patch literal 123 zcmeAS@N?(olHy`uVBq!ia0vp^(jd&i1|)m0d7h4#%9$Nc-l=@+Gg6ufSY^%Hy@jDk;N$MCdbyEiSvHui1aiC8k}KZxMadA Uo67i65oiE|r>mdKI;Vst0Q5vAFaQ7m literal 0 HcmV?d00001 diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-bo.png b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-bo.png new file mode 100644 index 0000000000000000000000000000000000000000..f72a67381c6e9188f74f930413f2ff0dea48a51c GIT binary patch literal 134 zcmeAS@N?(olHy`uVBq!ia0vp^(jd&i1|)m0dIQJ-_%U&@2W|S3j3^P6l;ZUIm_Z)0Iw}StZib6lmbVz+kqKRe>w- R{#T%O22WQ%mvv4FO#m6)B3S?c literal 0 HcmV?d00001 diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-ct.png b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-ct.png new file mode 100644 index 0000000000000000000000000000000000000000..71ac10f6110fbc344f325d51a61838071899416f GIT binary patch literal 127 zcmeAS@N?(olHy`uVBq!ia0vp^(jd&i1|)m0dRB}^qGmdKI;Vst0BJBLhX4Qo literal 0 HcmV?d00001 diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-le.png b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-le.png new file mode 100644 index 0000000000000000000000000000000000000000..abe56ffad64db19c4ae1611aad88d5eb0e1e8764 GIT binary patch literal 128 zcmeAS@N?(olHy`uVBq!ia0vp^(jd&i1|)m0d7h4#%9$Nc-l=@+Gd*Jq>1xAn0R@4RbES;y|Q>(ZBZEE{ Ww>t0i3o1ZU7(8A5T-G@yGywn}t0Xc2 literal 0 HcmV?d00001 diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-ri.png b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-ri.png new file mode 100644 index 0000000000000000000000000000000000000000..95d7db84234fefad42a837221191b950cac7c552 GIT binary patch literal 130 zcmeAS@N?(olHy`uVBq!ia0vp^(jd&i1|)m0dq>9U`4Dl;>HMA(PN~O@`_v``o_5nc%)qd` Wl3B$gk2M!)1cRrmpUXO@geCw&1}3%u literal 0 HcmV?d00001 diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-to.png b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-to.png new file mode 100644 index 0000000000000000000000000000000000000000..d1b082c9ba22e903dd5eaa2c7bc49f818e32f574 GIT binary patch literal 128 zcmeAS@N?(olHy`uVBq!ia0vp^(jd&i1|)m0dnd#k literal 0 HcmV?d00001 diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-tr.png b/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/background/support/reticule-tr.png new file mode 100644 index 0000000000000000000000000000000000000000..cd9bb5a5a40baea3d82e2e70de34fce8fb67435b GIT binary patch literal 126 zcmeAS@N?(olHy`uVBq!ia0vp^(jd&i1|)m0d+K3OwzmdzhEO YyOmY`K<3BQKrEwh3QVA&u z0umO17Xv~V1VtS}Ph0$OjTDUIaO~KmaAng4_bHu?j)^H9MorAsq9Q)5g-mXL&1_s> rPH*4v{PDt2sYLx?cIQlgMFs}F9Q`dXz4|8rO=s|Q^>bP0l+XkKO{+eq literal 0 HcmV?d00001 diff --git a/testing/web-platform/tests/lint.whitelist b/testing/web-platform/tests/lint.whitelist index 032303aeca18..74ecc09bf41d 100644 --- a/testing/web-platform/tests/lint.whitelist +++ b/testing/web-platform/tests/lint.whitelist @@ -403,19 +403,6 @@ SUPPORT-WRONG-DIR: css/filter-effects/filter-external-002-filter.svg SUPPORT-WRONG-DIR: css/vendor-imports/mozilla/mozilla-central-reftests/check-for-references.sh SUPPORT-WRONG-DIR: css/vendor-imports/mozilla/mozilla-central-reftests/sync-tests-filter SUPPORT-WRONG-DIR: css/vendor-imports/mozilla/mozilla-central-reftests/sync-tests.sh -SUPPORT-WRONG-DIR: css/vendor-imports/mozilla/mozilla-central-reftests/background/aqua-yellow-32x32.png -SUPPORT-WRONG-DIR: css/vendor-imports/mozilla/mozilla-central-reftests/background/aqua-yellow-37x37.png -SUPPORT-WRONG-DIR: css/vendor-imports/mozilla/mozilla-central-reftests/background/border.png -SUPPORT-WRONG-DIR: css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-bl.png -SUPPORT-WRONG-DIR: css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-bo.png -SUPPORT-WRONG-DIR: css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-br.png -SUPPORT-WRONG-DIR: css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-ct.png -SUPPORT-WRONG-DIR: css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-le.png -SUPPORT-WRONG-DIR: css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-ri.png -SUPPORT-WRONG-DIR: css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-tl.png -SUPPORT-WRONG-DIR: css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-to.png -SUPPORT-WRONG-DIR: css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule-tr.png -SUPPORT-WRONG-DIR: css/vendor-imports/mozilla/mozilla-central-reftests/background/reticule.png SUPPORT-WRONG-DIR: css/vendor-imports/mozilla/mozilla-central-reftests/masking/blank.html SUPPORT-WRONG-DIR: css/WOFF2/testcaseindex.xht NON-EXISTENT-REF: css/css-masking/clip-path-svg-content/clip-path-clip-rule-008.svg