mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
layout: Fix Textual <input>
Vertical Align Style (#39014)
Reincorporate the styles to help with the vertical alignment of textual `<input>` element that was removed by #38775. Followed by adding Servo specific WPTs to help with these kinds of problem. Testing: New WPT Signed-off-by: Jo Steven Novaryo <jo.steven.novaryo@huawei.com>
This commit is contained in:
parent
2895ff233a
commit
8d2723b2c9
5 changed files with 112 additions and 3 deletions
19
tests/wpt/mozilla/meta/MANIFEST.json
vendored
19
tests/wpt/mozilla/meta/MANIFEST.json
vendored
|
@ -189,6 +189,19 @@
|
|||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"input-textual-vertical-align.html": [
|
||||
"ff0be80938ca5dd59e8eb58db81aba5390b6c771",
|
||||
[
|
||||
"appearance/input-textual-vertical-align.html",
|
||||
[
|
||||
[
|
||||
"/_mozilla/appearance/input-textual-vertical-align-ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
]
|
||||
},
|
||||
"css": {
|
||||
|
@ -8178,9 +8191,13 @@
|
|||
"c2c99bc0751afd0aea3479a54df5f1d107fff38d",
|
||||
[]
|
||||
],
|
||||
"input-textual-vertical-align-ref.html": [
|
||||
"f03297e4cf5daf04ed10ddcae3db9a694d47f12f",
|
||||
[]
|
||||
],
|
||||
"supports": {
|
||||
"input-textual-ref.css": [
|
||||
"7cdabb05d5dd7eb39df521fcb5ce24e39fea840f",
|
||||
"2aa42d2fc6877665357bc2f46a5fbb309230b507",
|
||||
[]
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue