https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 40d551e832b97a6041f7b093d5f20cf07b381eef authored by Charles Harrison on 23 February 2018, 16:02:30 UTC
[tab-under] Add tentative WPT for tab-under blocking
Tip revision: 40d551e
.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