From 34217b128c796f5085eb5067b912b6c5415c2cac Mon Sep 17 00:00:00 2001 From: Tim Nguyen Date: Fri, 10 Dec 2021 00:42:58 +0100 Subject: [PATCH] Move text-align, text-justify, word-spacing out of css/vendor-imports (#8615) --- .../text-align}/text-align-match-parent-01.html | 0 .../text-align}/text-align-match-parent-02.html | 0 .../text-align}/text-align-match-parent-03.html | 0 .../text-align}/text-align-match-parent-04.html | 0 .../text-align}/text-align-match-parent-ref.html | 0 .../text-align}/text-align-match-parent-root-ltr-ref.html | 0 .../text-align}/text-align-match-parent-root-ltr.html | 0 .../text-align}/text-align-match-parent-root-rtl-ref.html | 0 .../text-align}/text-align-match-parent-root-rtl.html | 0 .../text-justify}/text-justify-distribute-001.html | 0 .../text-justify}/text-justify-inter-character-001-ref.html | 0 .../text-justify}/text-justify-inter-character-001.html | 0 .../text-justify}/text-justify-inter-word-001-ref.html | 0 .../text-justify}/text-justify-inter-word-001.html | 0 .../text-justify}/text-justify-none-001-ref.html | 0 .../text-justify}/text-justify-none-001.html | 0 .../word-spacing/word-spacing-001-ref.html} | 2 +- .../word-spacing/word-spacing-001.html} | 4 ++-- 18 files changed, 3 insertions(+), 3 deletions(-) rename css/{vendor-imports/mozilla/mozilla-central-reftests/text3 => css-text/text-align}/text-align-match-parent-01.html (100%) rename css/{vendor-imports/mozilla/mozilla-central-reftests/text3 => css-text/text-align}/text-align-match-parent-02.html (100%) rename css/{vendor-imports/mozilla/mozilla-central-reftests/text3 => css-text/text-align}/text-align-match-parent-03.html (100%) rename css/{vendor-imports/mozilla/mozilla-central-reftests/text3 => css-text/text-align}/text-align-match-parent-04.html (100%) rename css/{vendor-imports/mozilla/mozilla-central-reftests/text3 => css-text/text-align}/text-align-match-parent-ref.html (100%) rename css/{vendor-imports/mozilla/mozilla-central-reftests/text3 => css-text/text-align}/text-align-match-parent-root-ltr-ref.html (100%) rename css/{vendor-imports/mozilla/mozilla-central-reftests/text3 => css-text/text-align}/text-align-match-parent-root-ltr.html (100%) rename css/{vendor-imports/mozilla/mozilla-central-reftests/text3 => css-text/text-align}/text-align-match-parent-root-rtl-ref.html (100%) rename css/{vendor-imports/mozilla/mozilla-central-reftests/text3 => css-text/text-align}/text-align-match-parent-root-rtl.html (100%) rename css/{vendor-imports/mozilla/mozilla-central-reftests/text3 => css-text/text-justify}/text-justify-distribute-001.html (100%) rename css/{vendor-imports/mozilla/mozilla-central-reftests/text3 => css-text/text-justify}/text-justify-inter-character-001-ref.html (100%) rename css/{vendor-imports/mozilla/mozilla-central-reftests/text3 => css-text/text-justify}/text-justify-inter-character-001.html (100%) rename css/{vendor-imports/mozilla/mozilla-central-reftests/text3 => css-text/text-justify}/text-justify-inter-word-001-ref.html (100%) rename css/{vendor-imports/mozilla/mozilla-central-reftests/text3 => css-text/text-justify}/text-justify-inter-word-001.html (100%) rename css/{vendor-imports/mozilla/mozilla-central-reftests/text3 => css-text/text-justify}/text-justify-none-001-ref.html (100%) rename css/{vendor-imports/mozilla/mozilla-central-reftests/text3 => css-text/text-justify}/text-justify-none-001.html (100%) rename css/{vendor-imports/mozilla/mozilla-central-reftests/text3/text-word-spacing-ref.html => css-text/word-spacing/word-spacing-001-ref.html} (94%) rename css/{vendor-imports/mozilla/mozilla-central-reftests/text3/text-word-spacing-001.html => css-text/word-spacing/word-spacing-001.html} (92%) diff --git a/css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-align-match-parent-01.html b/css/css-text/text-align/text-align-match-parent-01.html similarity index 100% rename from css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-align-match-parent-01.html rename to css/css-text/text-align/text-align-match-parent-01.html diff --git a/css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-align-match-parent-02.html b/css/css-text/text-align/text-align-match-parent-02.html similarity index 100% rename from css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-align-match-parent-02.html rename to css/css-text/text-align/text-align-match-parent-02.html diff --git a/css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-align-match-parent-03.html b/css/css-text/text-align/text-align-match-parent-03.html similarity index 100% rename from css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-align-match-parent-03.html rename to css/css-text/text-align/text-align-match-parent-03.html diff --git a/css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-align-match-parent-04.html b/css/css-text/text-align/text-align-match-parent-04.html similarity index 100% rename from css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-align-match-parent-04.html rename to css/css-text/text-align/text-align-match-parent-04.html diff --git a/css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-align-match-parent-ref.html b/css/css-text/text-align/text-align-match-parent-ref.html similarity index 100% rename from css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-align-match-parent-ref.html rename to css/css-text/text-align/text-align-match-parent-ref.html diff --git a/css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-align-match-parent-root-ltr-ref.html b/css/css-text/text-align/text-align-match-parent-root-ltr-ref.html similarity index 100% rename from css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-align-match-parent-root-ltr-ref.html rename to css/css-text/text-align/text-align-match-parent-root-ltr-ref.html diff --git a/css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-align-match-parent-root-ltr.html b/css/css-text/text-align/text-align-match-parent-root-ltr.html similarity index 100% rename from css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-align-match-parent-root-ltr.html rename to css/css-text/text-align/text-align-match-parent-root-ltr.html diff --git a/css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-align-match-parent-root-rtl-ref.html b/css/css-text/text-align/text-align-match-parent-root-rtl-ref.html similarity index 100% rename from css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-align-match-parent-root-rtl-ref.html rename to css/css-text/text-align/text-align-match-parent-root-rtl-ref.html diff --git a/css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-align-match-parent-root-rtl.html b/css/css-text/text-align/text-align-match-parent-root-rtl.html similarity index 100% rename from css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-align-match-parent-root-rtl.html rename to css/css-text/text-align/text-align-match-parent-root-rtl.html diff --git a/css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-justify-distribute-001.html b/css/css-text/text-justify/text-justify-distribute-001.html similarity index 100% rename from css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-justify-distribute-001.html rename to css/css-text/text-justify/text-justify-distribute-001.html diff --git a/css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-justify-inter-character-001-ref.html b/css/css-text/text-justify/text-justify-inter-character-001-ref.html similarity index 100% rename from css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-justify-inter-character-001-ref.html rename to css/css-text/text-justify/text-justify-inter-character-001-ref.html diff --git a/css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-justify-inter-character-001.html b/css/css-text/text-justify/text-justify-inter-character-001.html similarity index 100% rename from css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-justify-inter-character-001.html rename to css/css-text/text-justify/text-justify-inter-character-001.html diff --git a/css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-justify-inter-word-001-ref.html b/css/css-text/text-justify/text-justify-inter-word-001-ref.html similarity index 100% rename from css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-justify-inter-word-001-ref.html rename to css/css-text/text-justify/text-justify-inter-word-001-ref.html diff --git a/css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-justify-inter-word-001.html b/css/css-text/text-justify/text-justify-inter-word-001.html similarity index 100% rename from css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-justify-inter-word-001.html rename to css/css-text/text-justify/text-justify-inter-word-001.html diff --git a/css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-justify-none-001-ref.html b/css/css-text/text-justify/text-justify-none-001-ref.html similarity index 100% rename from css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-justify-none-001-ref.html rename to css/css-text/text-justify/text-justify-none-001-ref.html diff --git a/css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-justify-none-001.html b/css/css-text/text-justify/text-justify-none-001.html similarity index 100% rename from css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-justify-none-001.html rename to css/css-text/text-justify/text-justify-none-001.html diff --git a/css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-word-spacing-ref.html b/css/css-text/word-spacing/word-spacing-001-ref.html similarity index 94% rename from css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-word-spacing-ref.html rename to css/css-text/word-spacing/word-spacing-001-ref.html index f48a0178d5a503..d4cdb54d116ec7 100644 --- a/css/vendor-imports/mozilla/mozilla-central-reftests/text3/text-word-spacing-ref.html +++ b/css/css-text/word-spacing/word-spacing-001-ref.html @@ -1,7 +1,7 @@ CSS Text Test: Word Spacing - +