From 39c314e889d9e35b931519341da179387e303579 Mon Sep 17 00:00:00 2001 From: Brad Werth Date: Wed, 23 May 2018 12:53:34 -0700 Subject: [PATCH] Bug 1463794: Move new WPT reftests to correct source-of-truth directory. r=dbaron+3881 MozReview-Commit-ID: DcM0kVCAsZn --HG-- rename : testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/shapes1/shape-outside-circle-056-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-056-ref.html rename : testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/shapes1/shape-outside-circle-056.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-056.html rename : testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/shapes1/shape-outside-ellipse-052-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-052-ref.html rename : testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/shapes1/shape-outside-ellipse-052.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-ellipse-052.html rename : testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/shapes1/shape-outside-polygon-032-ref.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-polygon-032-ref.html rename : testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/shapes1/shape-outside-polygon-032.html => layout/reftests/w3c-css/submitted/shapes1/shape-outside-polygon-032.html extra : rebase_source : add4f42d16a770eac4915b26fb4a7fffd5ac6ac4 --- .../w3c-css/submitted/shapes1/reftest.list | 3 + .../shapes1/shape-outside-circle-056-ref.html | 0 .../shapes1/shape-outside-circle-056.html | 6 +- .../shape-outside-ellipse-052-ref.html | 0 .../shapes1/shape-outside-ellipse-052.html | 4 + .../shape-outside-polygon-032-ref.html | 0 .../shapes1/shape-outside-polygon-032.html | 4 + .../submitted/shapes1/support/Ahem.ttf | Bin 0 -> 12480 bytes testing/web-platform/meta/MANIFEST.json | 77 +----------------- .../shapes1/reftest.list | 3 - 10 files changed, 17 insertions(+), 80 deletions(-) rename {testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests => layout/reftests/w3c-css/submitted}/shapes1/shape-outside-circle-056-ref.html (100%) rename {testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests => layout/reftests/w3c-css/submitted}/shapes1/shape-outside-circle-056.html (94%) rename {testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests => layout/reftests/w3c-css/submitted}/shapes1/shape-outside-ellipse-052-ref.html (100%) rename {testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests => layout/reftests/w3c-css/submitted}/shapes1/shape-outside-ellipse-052.html (96%) rename {testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests => layout/reftests/w3c-css/submitted}/shapes1/shape-outside-polygon-032-ref.html (100%) rename {testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests => layout/reftests/w3c-css/submitted}/shapes1/shape-outside-polygon-032.html (96%) create mode 100644 layout/reftests/w3c-css/submitted/shapes1/support/Ahem.ttf diff --git a/layout/reftests/w3c-css/submitted/shapes1/reftest.list b/layout/reftests/w3c-css/submitted/shapes1/reftest.list index 6b6e08efbea0..7ff80fd768b0 100644 --- a/layout/reftests/w3c-css/submitted/shapes1/reftest.list +++ b/layout/reftests/w3c-css/submitted/shapes1/reftest.list @@ -61,6 +61,7 @@ fuzzy-if(/^Windows\x20NT\x2010\.0/.test(http.oscpu),7,6) == shape-outside-circle == shape-outside-circle-053.html shape-outside-circle-053-ref.html fuzzy-if(/^Windows\x20NT\x2010\.0/.test(http.oscpu),16,4) == shape-outside-circle-054.html shape-outside-circle-054-ref.html fuzzy-if(/^Windows\x20NT\x2010\.0/.test(http.oscpu),16,4) == shape-outside-circle-055.html shape-outside-circle-055-ref.html +fuzzy(108,81) == shape-outside-circle-056.html shape-outside-circle-056-ref.html # Basic shape: ellipse() == shape-outside-ellipse-032.html shape-outside-ellipse-032-ref.html @@ -83,6 +84,7 @@ fuzzy-if(/^Windows\x20NT\x2010\.0/.test(http.oscpu),16,4) == shape-outside-circl == shape-outside-ellipse-049.html shape-outside-ellipse-049-ref.html == shape-outside-ellipse-050.html shape-outside-ellipse-050-ref.html == shape-outside-ellipse-051.html shape-outside-ellipse-051-ref.html +fuzzy(108,81) == shape-outside-ellipse-052.html shape-outside-ellipse-052-ref.html # Basic shape: inset() == shape-outside-inset-016.html shape-outside-inset-016-ref.html @@ -113,3 +115,4 @@ fuzzy-if(/^Windows\x20NT\x2010\.0/.test(http.oscpu),16,4) == shape-outside-circl == shape-outside-polygon-029.html shape-outside-polygon-027-ref.html == shape-outside-polygon-030.html shape-outside-polygon-030-ref.html == shape-outside-polygon-031.html shape-outside-polygon-031-ref.html +fuzzy(101,2263) == shape-outside-polygon-032.html shape-outside-polygon-032-ref.html diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/shapes1/shape-outside-circle-056-ref.html b/layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-056-ref.html similarity index 100% rename from testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/shapes1/shape-outside-circle-056-ref.html rename to layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-056-ref.html diff --git a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/shapes1/shape-outside-circle-056.html b/layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-056.html similarity index 94% rename from testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/shapes1/shape-outside-circle-056.html rename to layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-056.html index 056d40b257e0..ad9806dea6b5 100644 --- a/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/shapes1/shape-outside-circle-056.html +++ b/layout/reftests/w3c-css/submitted/shapes1/shape-outside-circle-056.html @@ -17,6 +17,10 @@ its containing block.">