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

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

Issue 2509983007: Upstream RTCDataChannelEvent and RTCPeerConnectionIceEvent ctor tests (Closed)
Patch Set: update MANIFEST.json Created 4 years 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": [],
(...skipping 15942 matching lines...) Expand 10 before | Expand all | Expand 10 after
15953 "path": "web-animations/timing-model/animations/set-the-timeline-of- an-animation.html", 15953 "path": "web-animations/timing-model/animations/set-the-timeline-of- an-animation.html",
15954 "url": "/web-animations/timing-model/animations/set-the-timeline-of- an-animation.html" 15954 "url": "/web-animations/timing-model/animations/set-the-timeline-of- an-animation.html"
15955 } 15955 }
15956 ], 15956 ],
15957 "web-animations/timing-model/animations/updating-the-finished-state.html ": [ 15957 "web-animations/timing-model/animations/updating-the-finished-state.html ": [
15958 { 15958 {
15959 "path": "web-animations/timing-model/animations/updating-the-finishe d-state.html", 15959 "path": "web-animations/timing-model/animations/updating-the-finishe d-state.html",
15960 "url": "/web-animations/timing-model/animations/updating-the-finishe d-state.html" 15960 "url": "/web-animations/timing-model/animations/updating-the-finishe d-state.html"
15961 } 15961 }
15962 ], 15962 ],
15963 "webrtc/RTCDataChannelEvent-constructor.html": [
15964 {
15965 "path": "webrtc/RTCDataChannelEvent-constructor.html",
15966 "url": "/webrtc/RTCDataChannelEvent-constructor.html"
15967 }
15968 ],
15969 "webrtc/RTCPeerConnectionIceEvent-constructor.html": [
15970 {
15971 "path": "webrtc/RTCPeerConnectionIceEvent-constructor.html",
15972 "url": "/webrtc/RTCPeerConnectionIceEvent-constructor.html"
15973 }
15974 ],
15963 "webrtc/datachannel-emptystring.html": [ 15975 "webrtc/datachannel-emptystring.html": [
15964 { 15976 {
15965 "path": "webrtc/datachannel-emptystring.html", 15977 "path": "webrtc/datachannel-emptystring.html",
15966 "url": "/webrtc/datachannel-emptystring.html" 15978 "url": "/webrtc/datachannel-emptystring.html"
15967 } 15979 }
15968 ], 15980 ],
15969 "webrtc/no-media-call.html": [ 15981 "webrtc/no-media-call.html": [
15970 { 15982 {
15971 "path": "webrtc/no-media-call.html", 15983 "path": "webrtc/no-media-call.html",
15972 "url": "/webrtc/no-media-call.html" 15984 "url": "/webrtc/no-media-call.html"
(...skipping 4058 matching lines...) Expand 10 before | Expand all | Expand 10 after
20031 "url": "/svg/linking/reftests/href-use-element.html" 20043 "url": "/svg/linking/reftests/href-use-element.html"
20032 } 20044 }
20033 ] 20045 ]
20034 } 20046 }
20035 }, 20047 },
20036 "reftest_nodes": {}, 20048 "reftest_nodes": {},
20037 "rev": null, 20049 "rev": null,
20038 "url_base": "/", 20050 "url_base": "/",
20039 "version": 3 20051 "version": 3
20040 } 20052 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698