aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2020-06-25 15:07:00 -0400
committerJosh Matthews <josh@joshmatthews.net>2020-07-06 19:36:26 -0400
commit2d7effddefde3210c900200ac599ec5bf0b8d713 (patch)
tree2f2599f05f24b3982e3758b64122ecd4e07950ea /python/tidy/servo_tidy
parente0e976a37ae4484950a5f128f22bb1dac5d44eef (diff)
downloadservo-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.py1
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",