-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathtestlist.json.sample
More file actions
74 lines (71 loc) · 1.7 KB
/
Copy pathtestlist.json.sample
File metadata and controls
74 lines (71 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
{"category": "HTML5", "tests":
["canvas-html5-tests",
"audio-html5-tests",
"video-html5-tests",
"appcache-html5-tests",
"browserstate-html5-tests",
"dnd-html5-tests",
"extra-html5-tests",
"forms-html5-tests",
"jsenhance-html5-tests",
"sandbox-html5-tests",
"sessionhistory-html5-tests",
"svg-html5-tests"]
},
{"category": "CSS", "tests":
[ "2dtransforms-css3-tests",
"3dtransforms-css3-tests",
"animations-css3-tests",
"backgrounds-css3-tests",
"colors-css3-tests",
"flexiblebox-css3-tests",
"fonts-css3-tests",
"mediaqueries-css3-tests",
"multicolumn-css3-tests",
"text-css3-tests",
"transitions-css3-tests",
"ui-css3-tests"]
},
{"category": "W3C", "tests":
["workers-w3c-tests",
"filesystemapi-w3c-tests",
"animationtiming-w3c-tests",
"batterystatus-w3c-tests",
"cors-w3c-tests",
"csp-w3c-tests",
"deviceorientation-w3c-tests",
"fileapi-w3c-tests",
"filewriterapi-w3c-tests",
"geoallow-w3c-tests",
"gumallow-w3c-tests",
"indexeddb-w3c-tests",
"mediacapture-w3c-tests",
"navigationtiming-w3c-tests",
"netinfo-w3c-tests",
"notification-w3c-tests",
"pagevisibility-w3c-tests",
"screenorientation-w3c-tests",
"selectorslevel1-w3c-tests",
"selectorslevel2-w3c-tests",
"sse-w3c-tests",
"touchevent-w3c-tests",
"vibration-w3c-tests",
"webaudio-w3c-tests",
"webdatabase-w3c-tests",
"webmessaging-w3c-tests",
"websocket-w3c-tests",
"webstorage-w3c-tests",
"wgtapi01-w3c-tests",
"wgtapi02-w3c-tests",
"widget01-w3c-tests",
"widget02-w3c-tests",
"widgetpolicy-w3c-tests",
"xmlhttprequest-w3c-tests"]
},
{"category": "NonW3C", "tests":
["fullscreen-nonw3c-tests",
"typedarrays-nonw3c-tests",
"webgl-nonw3c-tests"]
}
]