https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f7ae906dcce6c0f1334b19f68803a581046347e8 authored by Anne van Kesteren on 20 October 2016, 09:06:44 UTC
Manual test for click in progress flag
Tip revision: f7ae906
.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