Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/MANIFEST.json

Issue 2463743003: Import web-platform-tests manual tests by default (Closed)
Patch Set: update deps_updater_unittest.py Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "items": { 2 "items": {
3 "manual": [], 3 "manual": [],
4 "reftest": [], 4 "reftest": [],
5 "stub": [], 5 "stub": [],
6 "testharness": [], 6 "testharness": [],
7 "wdspec": [] 7 "wdspec": []
8 }, 8 },
9 "local_changes": { 9 "local_changes": {
10 "deleted": [], 10 "deleted": [],
11 "deleted_reftests": {}, 11 "deleted_reftests": {},
12 "items": { 12 "items": {
13 "manual": { 13 "manual": {
14 "fullscreen/api/document-exit-fullscreen-manual.html": [
15 {
16 "path": "fullscreen/api/document-exit-fullscreen-manual.html",
17 "url": "/fullscreen/api/document-exit-fullscreen-manual.html"
18 }
19 ],
20 "fullscreen/api/document-fullscreen-element-manual.html": [
21 {
22 "path": "fullscreen/api/document-fullscreen-element-manual.html",
23 "url": "/fullscreen/api/document-fullscreen-element-manual.html"
24 }
25 ],
26 "fullscreen/api/document-onfullscreenchange-manual.html": [
27 {
28 "path": "fullscreen/api/document-onfullscreenchange-manual.html",
29 "url": "/fullscreen/api/document-onfullscreenchange-manual.html"
30 }
31 ],
32 "fullscreen/api/element-ready-check-containing-iframe-manual.html": [
33 {
34 "path": "fullscreen/api/element-ready-check-containing-iframe-manual .html",
35 "url": "/fullscreen/api/element-ready-check-containing-iframe-manual .html"
36 }
37 ],
38 "fullscreen/api/element-ready-check-enabled-flag-not-set-manual.html": [
39 {
40 "path": "fullscreen/api/element-ready-check-enabled-flag-not-set-man ual.html",
41 "url": "/fullscreen/api/element-ready-check-enabled-flag-not-set-man ual.html"
42 }
43 ],
44 "fullscreen/api/element-ready-check-fullscreen-element-sibling-manual.ht ml": [
45 {
46 "path": "fullscreen/api/element-ready-check-fullscreen-element-sibli ng-manual.html",
47 "url": "/fullscreen/api/element-ready-check-fullscreen-element-sibli ng-manual.html"
48 }
49 ],
50 "fullscreen/api/element-ready-check-fullscreen-iframe-child-manual.html" : [
51 {
52 "path": "fullscreen/api/element-ready-check-fullscreen-iframe-child- manual.html",
53 "url": "/fullscreen/api/element-ready-check-fullscreen-iframe-child- manual.html"
54 }
55 ],
56 "fullscreen/api/element-ready-check-iframe-child-manual.html": [
57 {
58 "path": "fullscreen/api/element-ready-check-iframe-child-manual.html ",
59 "url": "/fullscreen/api/element-ready-check-iframe-child-manual.html "
60 }
61 ],
62 "fullscreen/api/element-ready-check-not-in-document-manual.html": [
63 {
64 "path": "fullscreen/api/element-ready-check-not-in-document-manual.h tml",
65 "url": "/fullscreen/api/element-ready-check-not-in-document-manual.h tml"
66 }
67 ],
68 "fullscreen/api/element-request-fullscreen-manual.html": [
69 {
70 "path": "fullscreen/api/element-request-fullscreen-manual.html",
71 "url": "/fullscreen/api/element-request-fullscreen-manual.html"
72 }
73 ],
74 "fullscreen/api/element-request-fullscreen-non-top-manual.html": [
75 {
76 "path": "fullscreen/api/element-request-fullscreen-non-top-manual.ht ml",
77 "url": "/fullscreen/api/element-request-fullscreen-non-top-manual.ht ml"
78 }
79 ],
80 "fullscreen/api/element-request-fullscreen-svg-rect-manual.html": [
81 {
82 "path": "fullscreen/api/element-request-fullscreen-svg-rect-manual.h tml",
83 "url": "/fullscreen/api/element-request-fullscreen-svg-rect-manual.h tml"
84 }
85 ],
86 "fullscreen/api/element-request-fullscreen-svg-svg-manual.html": [
87 {
88 "path": "fullscreen/api/element-request-fullscreen-svg-svg-manual.ht ml",
89 "url": "/fullscreen/api/element-request-fullscreen-svg-svg-manual.ht ml"
90 }
91 ],
92 "fullscreen/api/element-request-fullscreen-top-manual.html": [
93 {
94 "path": "fullscreen/api/element-request-fullscreen-top-manual.html",
95 "url": "/fullscreen/api/element-request-fullscreen-top-manual.html"
96 }
97 ],
98 "fullscreen/model/remove-child-manual.html": [
99 {
100 "path": "fullscreen/model/remove-child-manual.html",
101 "url": "/fullscreen/model/remove-child-manual.html"
102 }
103 ],
104 "fullscreen/model/remove-first-manual.html": [
105 {
106 "path": "fullscreen/model/remove-first-manual.html",
107 "url": "/fullscreen/model/remove-first-manual.html"
108 }
109 ],
110 "fullscreen/model/remove-last-manual.html": [
111 {
112 "path": "fullscreen/model/remove-last-manual.html",
113 "url": "/fullscreen/model/remove-last-manual.html"
114 }
115 ],
116 "fullscreen/model/remove-parent-manual.html": [
117 {
118 "path": "fullscreen/model/remove-parent-manual.html",
119 "url": "/fullscreen/model/remove-parent-manual.html"
120 }
121 ],
122 "fullscreen/model/remove-single-manual.html": [
123 {
124 "path": "fullscreen/model/remove-single-manual.html",
125 "url": "/fullscreen/model/remove-single-manual.html"
126 }
127 ],
128 "html/browsers/the-window-object/the-windowproxy-object/test-window-prox y-locationbar-manual.html": [
129 {
130 "path": "html/browsers/the-window-object/the-windowproxy-object/test -window-proxy-locationbar-manual.html",
131 "url": "/html/browsers/the-window-object/the-windowproxy-object/test -window-proxy-locationbar-manual.html"
132 }
133 ],
134 "html/browsers/the-window-object/the-windowproxy-object/test-window-prox y-menubar-manual.html": [
135 {
136 "path": "html/browsers/the-window-object/the-windowproxy-object/test -window-proxy-menubar-manual.html",
137 "url": "/html/browsers/the-window-object/the-windowproxy-object/test -window-proxy-menubar-manual.html"
138 }
139 ],
140 "html/browsers/the-window-object/the-windowproxy-object/test-window-prox y-personalbar-manual.html": [
141 {
142 "path": "html/browsers/the-window-object/the-windowproxy-object/test -window-proxy-personalbar-manual.html",
143 "url": "/html/browsers/the-window-object/the-windowproxy-object/test -window-proxy-personalbar-manual.html"
144 }
145 ],
146 "html/browsers/the-window-object/the-windowproxy-object/test-window-prox y-scrollbars-manual.html": [
147 {
148 "path": "html/browsers/the-window-object/the-windowproxy-object/test -window-proxy-scrollbars-manual.html",
149 "url": "/html/browsers/the-window-object/the-windowproxy-object/test -window-proxy-scrollbars-manual.html"
150 }
151 ],
152 "html/browsers/the-window-object/the-windowproxy-object/test-window-prox y-statusbar-manual.html": [
153 {
154 "path": "html/browsers/the-window-object/the-windowproxy-object/test -window-proxy-statusbar-manual.html",
155 "url": "/html/browsers/the-window-object/the-windowproxy-object/test -window-proxy-statusbar-manual.html"
156 }
157 ],
158 "html/browsers/the-window-object/the-windowproxy-object/test-window-prox y-toolbar-manual.html": [
159 {
160 "path": "html/browsers/the-window-object/the-windowproxy-object/test -window-proxy-toolbar-manual.html",
161 "url": "/html/browsers/the-window-object/the-windowproxy-object/test -window-proxy-toolbar-manual.html"
162 }
163 ],
164 "html/semantics/embedded-content/media-elements/loading-the-media-resour ce/stable-state-dialogs-manual.html": [
165 {
166 "path": "html/semantics/embedded-content/media-elements/loading-the- media-resource/stable-state-dialogs-manual.html",
167 "url": "/html/semantics/embedded-content/media-elements/loading-the- media-resource/stable-state-dialogs-manual.html"
168 }
169 ],
170 "html/webappapis/system-state-and-capabilities/the-navigator-object/get- navigatorlanguage-manual.html": [
171 {
172 "path": "html/webappapis/system-state-and-capabilities/the-navigator -object/get-navigatorlanguage-manual.html",
173 "url": "/html/webappapis/system-state-and-capabilities/the-navigator -object/get-navigatorlanguage-manual.html"
174 }
175 ],
14 "pointerevents/pointerevent_attributes_hoverable_pointers-manual.html": [ 176 "pointerevents/pointerevent_attributes_hoverable_pointers-manual.html": [
15 { 177 {
16 "path": "pointerevents/pointerevent_attributes_hoverable_pointers-ma nual.html", 178 "path": "pointerevents/pointerevent_attributes_hoverable_pointers-ma nual.html",
17 "url": "/pointerevents/pointerevent_attributes_hoverable_pointers-ma nual.html" 179 "url": "/pointerevents/pointerevent_attributes_hoverable_pointers-ma nual.html"
18 } 180 }
19 ], 181 ],
20 "pointerevents/pointerevent_attributes_nohover_pointers-manual.html": [ 182 "pointerevents/pointerevent_attributes_nohover_pointers-manual.html": [
21 { 183 {
22 "path": "pointerevents/pointerevent_attributes_nohover_pointers-manu al.html", 184 "path": "pointerevents/pointerevent_attributes_nohover_pointers-manu al.html",
23 "url": "/pointerevents/pointerevent_attributes_nohover_pointers-manu al.html" 185 "url": "/pointerevents/pointerevent_attributes_nohover_pointers-manu al.html"
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 "path": "pointerevents/pointerevent_touch-action-svg-test_touch-manu al.html", 490 "path": "pointerevents/pointerevent_touch-action-svg-test_touch-manu al.html",
329 "url": "/pointerevents/pointerevent_touch-action-svg-test_touch-manu al.html" 491 "url": "/pointerevents/pointerevent_touch-action-svg-test_touch-manu al.html"
330 } 492 }
331 ], 493 ],
332 "pointerevents/pointerevent_touch-action-table-test_touch-manual.html": [ 494 "pointerevents/pointerevent_touch-action-table-test_touch-manual.html": [
333 { 495 {
334 "path": "pointerevents/pointerevent_touch-action-table-test_touch-ma nual.html", 496 "path": "pointerevents/pointerevent_touch-action-table-test_touch-ma nual.html",
335 "url": "/pointerevents/pointerevent_touch-action-table-test_touch-ma nual.html" 497 "url": "/pointerevents/pointerevent_touch-action-table-test_touch-ma nual.html"
336 } 498 }
337 ], 499 ],
500 "uievents/keyboard/key-manual.css": [
501 {
502 "path": "uievents/keyboard/key-manual.css",
503 "url": "/uievents/keyboard/key-manual.css"
504 }
505 ],
506 "uievents/keyboard/key-manual.js": [
507 {
508 "path": "uievents/keyboard/key-manual.js",
509 "url": "/uievents/keyboard/key-manual.js"
510 }
511 ],
338 "uievents/order-of-events/focus-events/focus-manual.html": [ 512 "uievents/order-of-events/focus-events/focus-manual.html": [
339 { 513 {
340 "path": "uievents/order-of-events/focus-events/focus-manual.html", 514 "path": "uievents/order-of-events/focus-events/focus-manual.html",
341 "url": "/uievents/order-of-events/focus-events/focus-manual.html" 515 "url": "/uievents/order-of-events/focus-events/focus-manual.html"
342 } 516 }
343 ], 517 ],
344 "uievents/order-of-events/mouse-events/mouseover-out-manual.html": [ 518 "uievents/order-of-events/mouse-events/mouseover-out-manual.html": [
345 { 519 {
346 "path": "uievents/order-of-events/mouse-events/mouseover-out-manual. html", 520 "path": "uievents/order-of-events/mouse-events/mouseover-out-manual. html",
347 "url": "/uievents/order-of-events/mouse-events/mouseover-out-manual. html" 521 "url": "/uievents/order-of-events/mouse-events/mouseover-out-manual. html"
(...skipping 4761 matching lines...) Expand 10 before | Expand all | Expand 10 after
5109 ], 5283 ],
5110 "WebIDL/ecmascript-binding/interface-object.html": [ 5284 "WebIDL/ecmascript-binding/interface-object.html": [
5111 { 5285 {
5112 "path": "WebIDL/ecmascript-binding/interface-object.html", 5286 "path": "WebIDL/ecmascript-binding/interface-object.html",
5113 "url": "/WebIDL/ecmascript-binding/interface-object.html" 5287 "url": "/WebIDL/ecmascript-binding/interface-object.html"
5114 } 5288 }
5115 ], 5289 ],
5116 "console/console-is-a-namespace.any.js": [ 5290 "console/console-is-a-namespace.any.js": [
5117 { 5291 {
5118 "path": "console/console-is-a-namespace.any.js", 5292 "path": "console/console-is-a-namespace.any.js",
5119 "url": "/console/console-is-a-namespace.any.worker" 5293 "url": "/console/console-is-a-namespace.any.html"
5120 }, 5294 },
5121 { 5295 {
5122 "path": "console/console-is-a-namespace.any.js", 5296 "path": "console/console-is-a-namespace.any.js",
5123 "url": "/console/console-is-a-namespace.any.html" 5297 "url": "/console/console-is-a-namespace.any.worker"
5124 } 5298 }
5125 ], 5299 ],
5126 "custom-elements/CustomElementRegistry.html": [ 5300 "custom-elements/CustomElementRegistry.html": [
5127 { 5301 {
5128 "path": "custom-elements/CustomElementRegistry.html", 5302 "path": "custom-elements/CustomElementRegistry.html",
5129 "url": "/custom-elements/CustomElementRegistry.html" 5303 "url": "/custom-elements/CustomElementRegistry.html"
5130 } 5304 }
5131 ], 5305 ],
5132 "custom-elements/Document-createElement.html": [ 5306 "custom-elements/Document-createElement.html": [
5133 { 5307 {
(...skipping 13060 matching lines...) Expand 10 before | Expand all | Expand 10 after
18194 "url": "/svg/linking/reftests/href-use-element.html" 18368 "url": "/svg/linking/reftests/href-use-element.html"
18195 } 18369 }
18196 ] 18370 ]
18197 } 18371 }
18198 }, 18372 },
18199 "reftest_nodes": {}, 18373 "reftest_nodes": {},
18200 "rev": null, 18374 "rev": null,
18201 "url_base": "/", 18375 "url_base": "/",
18202 "version": 3 18376 "version": 3
18203 } 18377 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698