diff options
author | Josh Matthews <josh@joshmatthews.net> | 2020-06-25 15:07:00 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2020-07-06 19:36:26 -0400 |
commit | 2d7effddefde3210c900200ac599ec5bf0b8d713 (patch) | |
tree | 2f2599f05f24b3982e3758b64122ecd4e07950ea /python/tidy/servo_tidy | |
parent | e0e976a37ae4484950a5f128f22bb1dac5d44eef (diff) | |
download | servo-2d7effddefde3210c900200ac599ec5bf0b8d713.tar.gz servo-2d7effddefde3210c900200ac599ec5bf0b8d713.zip |
Implement Console grouping APIs.
Diffstat (limited to 'python/tidy/servo_tidy')
-rw-r--r-- | python/tidy/servo_tidy/tidy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py index d8cf1823302..4bcc4f55ca1 100644 --- a/python/tidy/servo_tidy/tidy.py +++ b/python/tidy/servo_tidy/tidy.py @@ -90,6 +90,7 @@ WEBIDL_STANDARDS = [ b"//drafts.csswg.org", b"//drafts.css-houdini.org", b"//drafts.fxtf.org", + b"//console.spec.whatwg.org", b"//encoding.spec.whatwg.org", b"//fetch.spec.whatwg.org", b"//html.spec.whatwg.org", |