https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 8e5fd4fbd1d6ffe14bdc8c2070bd9f72aac2f837 authored by Wanming Lin on 11 April 2018, 10:10:08 UTC
Automate more focus tests with testdriver
Tip revision: 8e5fd4f
.editorconfig
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

back to top