Skip to content

Commit

Permalink
Bug 1857373 [wpt PR 42379] - form-sizing: Change the keywords: auto|n…
Browse files Browse the repository at this point in the history
…ormal -> fixed|content, a=testonly

Automatic update from web-platform-tests
form-sizing: Change the keywords: auto|normal -> fixed|content

See w3c/csswg-drafts#7542 (comment)

Bug: 1447058
Change-Id: I21226d8216ae42254d4dc50d17e173884afd4e87
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4918050
Auto-Submit: Kent Tamura <tkentchromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrickchromium.org>
Commit-Queue: Ian Kilpatrick <ikilpatrickchromium.org>
Cr-Commit-Position: refs/heads/main{#1206161}

--

wpt-commits: 8a78be2625618f180b71e6b79d540637ac5c3866
wpt-pr: 42379

UltraBlame original commit: c52ba6b9925ecdb241d0ed0155708b90a2095664
  • Loading branch information
marco-c committed Oct 30, 2023
1 parent de8afe2 commit 8d89555
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
sizing
'
'
auto
fixed
'
)
;
Expand All @@ -164,7 +164,7 @@
sizing
'
'
normal
content
'
)
;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,30 @@
sizing
'
'
auto
'
)
;
test_invalid_value
(
'
form
-
sizing
'
'
normal
'
)
;
test_invalid_value
(
'
form
-
sizing
'
'
normal
auto
'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
sizing
'
'
auto
fixed
'
)
;
Expand All @@ -154,7 +154,7 @@
sizing
'
'
normal
content
'
)
;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
-
sizing
:
normal
content
;
}
.
Expand Down Expand Up @@ -355,7 +355,7 @@
-
sizing
:
normal
content
must
be
shorter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
-
sizing
:
normal
content
;
}
.
Expand Down Expand Up @@ -361,7 +361,7 @@
-
sizing
:
normal
content
must
be
shorter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
-
sizing
:
normal
content
;
}
<
Expand Down Expand Up @@ -240,7 +240,7 @@
formSizing
=
'
normal
content
'
;
const
Expand Down Expand Up @@ -352,7 +352,7 @@
formSizing
=
'
normal
content
'
;
assert_less_than
Expand All @@ -370,7 +370,7 @@
formSizing
=
'
auto
fixed
'
;
assert_equals
Expand Down Expand Up @@ -814,7 +814,7 @@
formSizing
=
'
normal
content
'
;
assert_less_than
Expand All @@ -832,7 +832,7 @@
formSizing
=
'
auto
fixed
'
;
assert_equals
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
-
sizing
:
normal
content
;
}
.
Expand Down Expand Up @@ -336,7 +336,7 @@
-
sizing
:
normal
content
must
be
samller
Expand Down

0 comments on commit 8d89555

Please sign in to comment.