mirror of
https://github.com/servo/servo.git
synced 2025-08-25 07:08:21 +01:00
Update web-platform-tests to revision 04bc9c5667911cce7361ee33244dfc8d7ed61212
This commit is contained in:
parent
156b1cc891
commit
0d3d7c36ab
51 changed files with 843 additions and 298 deletions
|
@ -3,7 +3,7 @@
|
|||
// (https://github.com/tidoust/reffy-reports)
|
||||
// Source: CSSOM View Module (https://drafts.csswg.org/cssom-view/)
|
||||
|
||||
enum ScrollBehavior { "auto", "instant", "smooth" };
|
||||
enum ScrollBehavior { "auto", "smooth" };
|
||||
|
||||
dictionary ScrollOptions {
|
||||
ScrollBehavior behavior = "auto";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue