mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +01:00
Update web-platform-tests to revision 593d7eb21e1c3ac161aa51cce914056eb9182962
This commit is contained in:
parent
453aafeea6
commit
bd0b0ea24a
92 changed files with 1060 additions and 159 deletions
|
@ -42,6 +42,7 @@ div {
|
|||
input[orient="vertical"] {
|
||||
-webkit-appearance: slider-vertical;
|
||||
-webkit-appearance: range;
|
||||
appearance: auto;
|
||||
}
|
||||
|
||||
</style></head><body>
|
||||
|
|
|
@ -52,6 +52,7 @@ div {
|
|||
input[orient="vertical"] {
|
||||
-webkit-appearance: slider-vertical;
|
||||
-webkit-appearance: range;
|
||||
appearance: auto;
|
||||
}
|
||||
|
||||
</style></head><body>
|
||||
|
|
|
@ -35,10 +35,6 @@ div {
|
|||
grid: auto / min-content;
|
||||
place-items: start;
|
||||
}
|
||||
input[orient="vertical"] {
|
||||
-webkit-appearance: slider-vertical;
|
||||
-webkit-appearance: range;
|
||||
}
|
||||
|
||||
</style></head><body>
|
||||
|
||||
|
|
|
@ -45,10 +45,6 @@ div {
|
|||
grid: auto / min-content;
|
||||
place-items: start;
|
||||
}
|
||||
input[orient="vertical"] {
|
||||
-webkit-appearance: slider-vertical;
|
||||
-webkit-appearance: range;
|
||||
}
|
||||
|
||||
</style></head><body>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue