From 102126bf33bd96e535140c891368856d19735bf6 Mon Sep 17 00:00:00 2001 From: Charlie Marlow Date: Fri, 19 Jul 2019 17:15:26 +0000 Subject: [PATCH] renamed text-decoration-width to text-decoration-thickness Differential Revision: https://phabricator.services.mozilla.com/D38586 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1567282 gecko-commit: 35043a8b9d81b3216fee30fa1ac1c2261a38dcfd gecko-integration-branch: autoland gecko-reviewers: dholbert --- ...text-decoration-thickness-001-notref.html} | 2 +- ...-decoration-thickness-green-rect-ref.html} | 2 +- ...-decoration-thickness-scroll-001-ref.html} | 2 +- ...on-thickness-vertical-green-rect-ref.html} | 2 +- ...tml => text-decoration-thickness-001.html} | 8 +++--- ...> text-decoration-thickness-computed.html} | 10 +++---- ...=> text-decoration-thickness-initial.html} | 6 ++--- .../text-decoration-thickness-invalid.html | 27 +++++++++++++++++++ ...decoration-thickness-linethrough-001.html} | 8 +++--- ...xt-decoration-thickness-overline-001.html} | 8 +++--- ...text-decoration-thickness-scroll-001.html} | 8 +++--- ...t-decoration-thickness-underline-001.html} | 8 +++--- .../text-decoration-thickness-valid.html | 24 +++++++++++++++++ ...xt-decoration-thickness-vertical-001.html} | 8 +++--- ...xt-decoration-thickness-vertical-002.html} | 6 ++--- .../text-decoration-width-invalid.html | 27 ------------------- .../text-decoration-width-valid.html | 24 ----------------- ...th.html => text-decoration-thickness.html} | 4 +-- 18 files changed, 92 insertions(+), 92 deletions(-) rename css/css-text-decor/reference/{text-decoration-width-001-notref.html => text-decoration-thickness-001-notref.html} (89%) rename css/css-text-decor/reference/{text-decoration-width-green-rect-ref.html => text-decoration-thickness-green-rect-ref.html} (88%) rename css/css-text-decor/reference/{text-decoration-width-scroll-001-ref.html => text-decoration-thickness-scroll-001-ref.html} (87%) rename css/css-text-decor/reference/{text-decoration-width-vertical-green-rect-ref.html => text-decoration-thickness-vertical-green-rect-ref.html} (86%) rename css/css-text-decor/{text-decoration-width-001.html => text-decoration-thickness-001.html} (76%) rename css/css-text-decor/{text-decoration-width-computed.html => text-decoration-thickness-computed.html} (50%) rename css/css-text-decor/{text-decoration-width-initial.html => text-decoration-thickness-initial.html} (73%) create mode 100644 css/css-text-decor/text-decoration-thickness-invalid.html rename css/css-text-decor/{text-decoration-width-linethrough-001.html => text-decoration-thickness-linethrough-001.html} (78%) rename css/css-text-decor/{text-decoration-width-overline-001.html => text-decoration-thickness-overline-001.html} (78%) rename css/css-text-decor/{text-decoration-width-scroll-001.html => text-decoration-thickness-scroll-001.html} (78%) rename css/css-text-decor/{text-decoration-width-underline-001.html => text-decoration-thickness-underline-001.html} (78%) create mode 100644 css/css-text-decor/text-decoration-thickness-valid.html rename css/css-text-decor/{text-decoration-width-vertical-001.html => text-decoration-thickness-vertical-001.html} (82%) rename css/css-text-decor/{text-decoration-width-vertical-002.html => text-decoration-thickness-vertical-002.html} (88%) delete mode 100644 css/css-text-decor/text-decoration-width-invalid.html delete mode 100644 css/css-text-decor/text-decoration-width-valid.html rename css/css-typed-om/the-stylepropertymap/properties/{text-decoration-width.html => text-decoration-thickness.html} (87%) diff --git a/css/css-text-decor/reference/text-decoration-width-001-notref.html b/css/css-text-decor/reference/text-decoration-thickness-001-notref.html similarity index 89% rename from css/css-text-decor/reference/text-decoration-width-001-notref.html rename to css/css-text-decor/reference/text-decoration-thickness-001-notref.html index 53a87c014d7dff..f876afa68c6555 100644 --- a/css/css-text-decor/reference/text-decoration-width-001-notref.html +++ b/css/css-text-decor/reference/text-decoration-thickness-001-notref.html @@ -2,7 +2,7 @@ - Non-reference case for text-decoration-width + Non-reference case for text-decoration-thickness diff --git a/css/css-text-decor/text-decoration-width-computed.html b/css/css-text-decor/text-decoration-thickness-computed.html similarity index 50% rename from css/css-text-decor/text-decoration-width-computed.html rename to css/css-text-decor/text-decoration-thickness-computed.html index 0e00240141ea45..99e693afb5a395 100644 --- a/css/css-text-decor/text-decoration-width-computed.html +++ b/css/css-text-decor/text-decoration-thickness-computed.html @@ -2,9 +2,9 @@ -CSS Text Decoration Test: parsing text-decoration-width computed values +CSS Text Decoration Test: parsing text-decoration-thickness computed values - + @@ -12,9 +12,9 @@
diff --git a/css/css-text-decor/text-decoration-width-initial.html b/css/css-text-decor/text-decoration-thickness-initial.html similarity index 73% rename from css/css-text-decor/text-decoration-width-initial.html rename to css/css-text-decor/text-decoration-thickness-initial.html index ee47af0f115d29..4c4ca9cc9ab972 100644 --- a/css/css-text-decor/text-decoration-width-initial.html +++ b/css/css-text-decor/text-decoration-thickness-initial.html @@ -4,14 +4,14 @@ - diff --git a/css/css-text-decor/text-decoration-thickness-invalid.html b/css/css-text-decor/text-decoration-thickness-invalid.html new file mode 100644 index 00000000000000..656fa3bba2aee7 --- /dev/null +++ b/css/css-text-decor/text-decoration-thickness-invalid.html @@ -0,0 +1,27 @@ + + + + +CSS Text Decoration Test: parsing text-decoration-thickness with invalid values + + + + + + + + + + diff --git a/css/css-text-decor/text-decoration-width-linethrough-001.html b/css/css-text-decor/text-decoration-thickness-linethrough-001.html similarity index 78% rename from css/css-text-decor/text-decoration-width-linethrough-001.html rename to css/css-text-decor/text-decoration-thickness-linethrough-001.html index cc48da15a7a7f0..37e954b2b8769e 100644 --- a/css/css-text-decor/text-decoration-width-linethrough-001.html +++ b/css/css-text-decor/text-decoration-thickness-linethrough-001.html @@ -2,12 +2,12 @@ - Test case for text-decoration-width - + Test case for text-decoration-thickness + - + diff --git a/css/css-text-decor/text-decoration-width-overline-001.html b/css/css-text-decor/text-decoration-thickness-overline-001.html similarity index 78% rename from css/css-text-decor/text-decoration-width-overline-001.html rename to css/css-text-decor/text-decoration-thickness-overline-001.html index 21eb18b7ab28de..325811c96fd454 100644 --- a/css/css-text-decor/text-decoration-width-overline-001.html +++ b/css/css-text-decor/text-decoration-thickness-overline-001.html @@ -2,12 +2,12 @@ - Test case for text-decoration-width - + Test case for text-decoration-thickness + - + diff --git a/css/css-text-decor/text-decoration-width-scroll-001.html b/css/css-text-decor/text-decoration-thickness-scroll-001.html similarity index 78% rename from css/css-text-decor/text-decoration-width-scroll-001.html rename to css/css-text-decor/text-decoration-thickness-scroll-001.html index f203bf10c2d67c..acc829dc66d75e 100644 --- a/css/css-text-decor/text-decoration-width-scroll-001.html +++ b/css/css-text-decor/text-decoration-thickness-scroll-001.html @@ -2,12 +2,12 @@ - Test case for text-decoration-width - + Test case for text-decoration-thickness + - + diff --git a/css/css-text-decor/text-decoration-width-underline-001.html b/css/css-text-decor/text-decoration-thickness-underline-001.html similarity index 78% rename from css/css-text-decor/text-decoration-width-underline-001.html rename to css/css-text-decor/text-decoration-thickness-underline-001.html index 97ecc73a4a9119..020f849f4cf2d1 100644 --- a/css/css-text-decor/text-decoration-width-underline-001.html +++ b/css/css-text-decor/text-decoration-thickness-underline-001.html @@ -2,12 +2,12 @@ - Test case for text-decoration-width - + Test case for text-decoration-thickness + - + diff --git a/css/css-text-decor/text-decoration-thickness-valid.html b/css/css-text-decor/text-decoration-thickness-valid.html new file mode 100644 index 00000000000000..d05c8926748446 --- /dev/null +++ b/css/css-text-decor/text-decoration-thickness-valid.html @@ -0,0 +1,24 @@ + + + + +CSS Text Decoration Test: parsing text-decoration-thickness longhands with valid values + + + + + + + + + + diff --git a/css/css-text-decor/text-decoration-width-vertical-001.html b/css/css-text-decor/text-decoration-thickness-vertical-001.html similarity index 82% rename from css/css-text-decor/text-decoration-width-vertical-001.html rename to css/css-text-decor/text-decoration-thickness-vertical-001.html index 5b4ab5e74dd8b7..f04f1b52f95fb3 100644 --- a/css/css-text-decor/text-decoration-width-vertical-001.html +++ b/css/css-text-decor/text-decoration-thickness-vertical-001.html @@ -2,12 +2,12 @@ - Test case for text-decoration-width - + Test case for text-decoration-thickness + - + diff --git a/css/css-text-decor/text-decoration-width-vertical-002.html b/css/css-text-decor/text-decoration-thickness-vertical-002.html similarity index 88% rename from css/css-text-decor/text-decoration-width-vertical-002.html rename to css/css-text-decor/text-decoration-thickness-vertical-002.html index cbe4b1f8374c46..70421c507b71e5 100644 --- a/css/css-text-decor/text-decoration-width-vertical-002.html +++ b/css/css-text-decor/text-decoration-thickness-vertical-002.html @@ -2,12 +2,12 @@ - Test case for text-decoration-width + Test case for text-decoration-thickness - + diff --git a/css/css-text-decor/text-decoration-width-invalid.html b/css/css-text-decor/text-decoration-width-invalid.html deleted file mode 100644 index e89fe47ff2d567..00000000000000 --- a/css/css-text-decor/text-decoration-width-invalid.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - -CSS Text Decoration Test: parsing text-decoration-width with invalid values - - - - - - - - - - diff --git a/css/css-text-decor/text-decoration-width-valid.html b/css/css-text-decor/text-decoration-width-valid.html deleted file mode 100644 index 583ebb0d3cf52d..00000000000000 --- a/css/css-text-decor/text-decoration-width-valid.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - -CSS Text Decoration Test: parsing text-decoration-width longhands with valid values - - - - - - - - - - diff --git a/css/css-typed-om/the-stylepropertymap/properties/text-decoration-width.html b/css/css-typed-om/the-stylepropertymap/properties/text-decoration-thickness.html similarity index 87% rename from css/css-typed-om/the-stylepropertymap/properties/text-decoration-width.html rename to css/css-typed-om/the-stylepropertymap/properties/text-decoration-thickness.html index 43aeb165645d10..903ca8603fb882 100644 --- a/css/css-typed-om/the-stylepropertymap/properties/text-decoration-width.html +++ b/css/css-typed-om/the-stylepropertymap/properties/text-decoration-thickness.html @@ -1,6 +1,6 @@ -'text-decoration-width' property +'text-decoration-thickness' property @@ -13,7 +13,7 @@