[annotation-model-tests] Add or handling (#3172)
[annotation-model-tests] Initial submission of annotation-model framework (#3173)
[audio-output-tests] add idlharness cases for Audio Output Devices API (#3240)
[audio-output-tests] add some testcases for wake lock api (#2592)
[battery-status-tests] Battery: add a test loading an iframe page that is NOT about:blank (#3167)
[battery-status-tests] Battery: Fix racy issue in battery-promise-iframe.html (#3191)
[battery-status-tests] Fix bug in the battery-promise.html (#3108)
[cors-tests] Fix incorrect test assertion in 'getResponse: don't expose x-nonexposed' and 'Combined testing of cors response headers'. (#3145)
[cssom-view-tests] Make Document::DefaultView return a null value when there's no browsing context (#3161)
[cssom-view-tests] Tests for scroll_area on body element in quirks mode. (#3230)
[custom-elements-tests] Fix observedAttributes test to ensure attributeChangedCallback exists (#3175)
[dom-tests] Add a testcase for Node.isConnected. (#3144)
[dom-tests] Add another test for incumbent globals in addEventListener. (#3133)
[dom-tests] Add test for AddEventListenerOptions passive member (#3119)
[dom-tests] Cancelable should be true (#3176)
[dom-tests] Fix the handling of numeric entities in xml-stylesheet href values. (#3134)
[dom-tests] Implement [Unscopable] (fixes #11583) (#3160)
[dom-tests] Remove Node::rootNode. (#3125)
[domparsing-tests] add test for Range.createContextualFragment (#1977)
[domparsing-tests][html-tests] Update entities test from prior PR (3081) feedback (#3117)
[editing-tests] Add a long timeout to some slow-running editing tests, (#3253)
[encoding-tests] 1st batch, double-byte encoder/decoder tests for SC, TC, J and K (#3027)
[encoding-tests] Big5 encoding and decoding tests (#3197)
[encoding-tests] Don't pass argument to TextEncoder constructor (#3129)
[encoding-tests] EUC-jp encoding and decoding tests (#3198)
[encoding-tests] EUR-kr encoding and decoding tests (#3201)
[encoding-tests] gb18030 encoding and decoding tests (#3195)
[encoding-tests] GBK encoding and decoding tests (#3194)
[encoding-tests] ISO 2022-jp encoding and decoding tests (#3199)
[encoding-tests] Shift-JIS encoding and decoding tests (#3200)
[encrypted-media-tests] Add Blink layout tests (#3174)
[encrypted-media-tests] Encrypted media extensions IDL tests (#3214)
[fetch-tests] Add new tests for fetch request on blob resource. (#3094)
[fetch-tests] Fix fetch/cors/cors-preflight.js to enable 13 previously-skipped tests (#3188)
[fetch-tests] Moving from origin-only to origin (#3209)
[fetch-tests] Update fetch cors tests to limit the use of www/www1 URLs (#3242)
[fetch-tests][service-workers-tests] P1 Fetch "only-if-cached" cache mode tests. (#3152)
[FileAPI-tests] Annotate some test failures in FileAPI tests. (#3229)
[hr-time-tests][navigation-timing-tests][page-visibility-tests][performance-timeline-tests][resource-timing-tests][user-timing-tests] Added more reviewers for webperf with authorization from the individuals (#3219)
[html-tests] Add tests for non-support of supportsContext and probablySupportsContext. (#3237)
[html-tests] Added a test for changing an iframe's parentage. (#3162)
[html-tests] Added test for whether only fully active documents contribute to the joint session history. (#3168)
[html-tests] Added tests for cross-origin iframe parentage. (#3170)
[html-tests] Apply fullscreen enabled flag to about:blank as well. (#3247)
[html-tests] Consolidate two embedded-content directories. (#3236)
[html-tests] Entity Reference support in XHTML parsing (#3081)
[html-tests] Example 1 (#3060)
[html-tests] Fire error events for <object> per spec. (#3250)
[html-tests] Fix 'Unscopeable' typos in interfaces.html. (#3128)
[html-tests] Fix fallback loading of <embed> inside an <object> with no type attribute to actually work reliably. (#3136)
[html-tests] Fix web-platform/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrack/cues.html. (#3248)
[html-tests] Import entities.json file to avoid external network fetch in wpt xml test, (#3251)
[html-tests] indexed getter of form elements (#3228)
[html-tests] Open binary files in binary mode. (#3149)
[html-tests] Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham (#3135)
[html-tests] Semantic elements (time, output data) (#3177)
[IndexedDB-tests] IndexedDB: Add includes() tests with upperBound/lowerBound ranges (#3216)
[IndexedDB-tests] IndexedDB: Add test for commit order of empty transactions (#3154)
[IndexedDB-tests] Normalize some script src= paths that confused Blink's import script (#3227)
[IndexedDB-tests][WebCryptoAPI-tests][XMLHttpRequest-tests][battery-status-tests][compat-tests][cors-tests][cssom-view-tests][custom-elements-tests][dom-tests][domparsing-tests][encrypted-media-tests][fetch-tests][hr-time-tests][html-tests] Adding test cases for <time> and <data> elements (#2771)
[media-source-tests] Add media-source delaying-the-load-event-flag reset test from Chromium (#3082)
[media-source-tests] Added AudioTrackList and VideoTrackList to known interfaces (#3215)
[media-source-tests] Additional boundary checks on VideoPlaybackQuality attributes (#3231)
[media-source-tests] Check on SourceBufferList getter added (#3223)
[media-source-tests] Check that SourceBuffer.mode is correctly initialized (#3224)
[media-source-tests] Check TypeError for sourceBuffer.remove() (#3206)
[media-source-tests] Check TypeError for sourceBuffer.remove() (#3208)
[media-source-tests] Checks live seekable range and HTMLMediaElement.seekable (#3184)
[media-source-tests] Checks MediaSource.activeSourceBuffers and changes to track state (#3182)
[media-source-tests] Chromium tests converted to web platform tests (#3264)
[media-source-tests] Completed MediaSource.removeSourceBuffer tests (#3187)
[media-source-tests] Made utility functions compatible with minimal script test template (#3239)
[media-source-tests] Media source duration change algorithm (step 2 in particular) (#3232)
[media-source-tests] New tests for the End of stream algorithm (#3233)
[media-source-tests] Replaced InvalidAccessError by TypeError in MSE tests (#3179)
[media-source-tests] SourceBuffer.mode with generate timestamps flag true (#3205)
[media-source-tests] step 6.2. Queue a task to fire a simple event named sourceopen at the media source parent (#3207)
[media-source-tests] Update IDL definitions to match current spec (#3157)
[mediacapture-streams-tests] Fixed constraint syntax (#3105)
[mediacapture-streams-tests] Rename getUserMedia-using tests to .https.html (#3127)
[mediacapture-streams-tests] Updated constraint syntax (#3104)
[mixed-content-tests][referrer-policy-tests] Removed duplicate keys from dicts (#3113)
[orientation-event-tests] Import test cases from DVCS for Device Orientation Event (#350)
[page-visibility-tests] Added a check to ensure that visibilitychange is fired on unload (#2874)
[page-visibility-tests] Check that unload on iframes fires visibilitychange (#3217)
[page-visibility-tests] Plh/page visibility/onvisibilitychange (#3220)
[performance-timeline-tests] Do not use Math.random() to create unique values to avoid intermittent failrues. (#3148)
[pointerevents-tests] Add a test for pointer event clientX and clientY (#3112)
- Navid Zolghadr (Wednesday, 8 June)
- Rick Byers (Wednesday, 8 June)
- Scott González (Tuesday, 7 June)
- Navid Zolghadr (Tuesday, 7 June)
- Navid Zolghadr (Tuesday, 7 June)
- Navid Zolghadr (Tuesday, 7 June)
- Navid Zolghadr (Monday, 6 June)
- Navid Zolghadr (Monday, 6 June)
- hoppipolla-critic-bot (Friday, 3 June)
- Just a bot (Friday, 3 June)
[pointerevents-tests] Add pointer events test for pointerId across frames (#3131)
[pointerevents-tests] Added a test for suppressed mouse events on canceled pointerdown (#3196)
[pointerevents-tests] Added a test for suppressed mouse events on canceled pointerdown (#3202)
[pointerevents-tests] Adding more complete button & buttons attribute test (#3181)
[pointerevents-tests] Change the expected width/height value of PE (#3101)
[pointerevents-tests] Update pointerevents README and add myself as an OWNER (#3263)
[pointerevents-tests] We need a test to make sure the pointerId of an active pointer is the… (#3131)
[pointerlock-tests] updated the interfaces of PointerLock (#3171)
[presentation-api-tests] [Presentation-api] Add 3 presentation connection lifecycle test cases (#3114)
- yhe39 (Wednesday, 8 June)
- Louay Bassbouss (Tuesday, 7 June)
- Louay Bassbouss (Tuesday, 7 June)
- yhe39 (Tuesday, 7 June)
- yhe39 (Tuesday, 7 June)
- Louay Bassbouss (Monday, 6 June)
- yhe39 (Monday, 6 June)
- yhe39 (Monday, 6 June)
- hoppipolla-critic-bot (Monday, 6 June)
- yhe39 (Monday, 6 June)
[presentation-api-tests] Basic tests for Presentation API (#3063)
[presentation-api-tests] Basic Use Case tests for the Presentation API (#3062)
[presentation-api-tests] Presentation API test - defaultRequest (#3265)
[presentation-api-tests] presentation-api idlharness update (#3238)
[referrer-policy-tests] Add http-refpol delivery for referrer policy (#3116)
[referrer-policy-tests] add origin, same-origin and update no referrer tests (#3153)
- Rebecca (Monday, 27 June)
- Josh Matthews (Monday, 27 June)
- Rebecca (Saturday, 25 June)
- Rebecca (Saturday, 25 June)
- Josh Matthews (Monday, 13 June)
- Rebecca (Monday, 13 June)
- Rebecca (Monday, 13 June)
- Rebecca (Monday, 13 June)
- Josh Matthews (Monday, 13 June)
- Rebecca (Monday, 13 June)
- Rebecca (Monday, 13 June)
- Josh Matthews (Monday, 13 June)
- Rebecca (Thursday, 9 June)
- Josh Matthews (Thursday, 9 June)
- Just a bot (Thursday, 9 June)
- hoppipolla-critic-bot (Thursday, 9 June)
- Rebecca (Thursday, 9 June)
[referrer-policy-tests] Change crossorigin to cross-origin in json, regenerate (#3115)
[referrer-policy-tests] Change http-csp delivery to referrer policy header (#3118)
[referrer-policy-tests] change wpt test origin-when-crossorigin to origin-when-cross-origin. (#3143)
[referrer-policy-tests] Rename origin-when-crossorigin to origin-when-cross-origin in referrer policy tests (#3059)
[referrer-policy-tests] Update and add test cases. (#3257)
[resource-timing-tests] Resource timing enhancements (#3013)
[service-workers-tests] Fix assert message in service worker update test. (#3185)
[service-workers-tests] Intermittent fetch-request-redirect.https.html - test modified. (#3141)
[service-workers-tests] P2 Fix register-wait-forever-in-install-worker.https.html to expect new unified service worker job queue behavior. (#3140)
[service-workers-tests] Reformat for fetch-request-redirect.https.html & fetch-rewrite-worker.js. (#3142)
[service-workers-tests] Remove SerivceWorkerGlobalScope.close() to follow the spec change (#3126)
[shadow-dom-tests] Fix #3193. Remove console.log and unnecessary utility functions (#3204)
[streams-tests] Fixing flaky test in general readable stream tests (#3203)
[url-tests] Implement URL.domainToUnicode (#3159)
[web-animations-tests] Add animation mochitest for examine timeline is null. (#3138)
[web-animations-tests] Add DocumentTimeline constructor tests. (#3258)
[web-animations-tests] Add tests for setting the timeline of an animation (#3146)
[web-animations-tests] Modified and append tests. (#3147)
[web-animations-tests] Modify animation in order to support null timeline. (#3139)
[web-animations-tests] Test for creating animations with a specific spacing mode. (#3261)
[web-animations-tests] Test for different targets. (#3262)
[web-animations-tests] Tidy up to document-timeline tests. (#3259)
[webaudio-tests] Add webplatform-test for IIRFilterNode; (#3150)
[webaudio-tests] test for bug 1213313 r=padenot (#3256)
[webaudio-tests] test for bug 1257718 r=padenot (#3255)
[WebCryptoAPI-tests] Sign verify (#3183)
[WebCryptoAPI-tests] Split WebCryptoAPI generateKey tests into one test file per algorithm name (#3252)
[WebCryptoAPI-tests] Webcrypt digest (#3132)
[WebCryptoAPI-tests] Webcrypto encrypt and decrypt tests (#3110)
- Jim Schaad (Saturday, 11 June)
- Charles Engelke (Saturday, 11 June)
- Charles Engelke (Friday, 10 June)
- Charles Engelke (Friday, 10 June)
- Charles Engelke (Thursday, 9 June)
- Jim Schaad (Thursday, 9 June)
- Charles Engelke (Wednesday, 8 June)
- Jim Schaad (Wednesday, 8 June)
- Charles Engelke (Tuesday, 7 June)
- Charles Engelke (Tuesday, 7 June)
- Charles Engelke (Tuesday, 7 June)
- Charles Engelke (Tuesday, 7 June)
- Charles Engelke (Tuesday, 7 June)
- Charles Engelke (Tuesday, 7 June)
- Charles Engelke (Tuesday, 7 June)
- Charles Engelke (Tuesday, 7 June)
- Jim Schaad (Monday, 6 June)
- Charles Engelke (Monday, 6 June)
- Jim Schaad (Monday, 6 June)
- Charles Engelke (Monday, 6 June)
- Charles Engelke (Monday, 6 June)
- Charles Engelke (Saturday, 4 June)
- Jim Schaad (Saturday, 4 June)
- Just a bot (Friday, 3 June)
- hoppipolla-critic-bot (Friday, 3 June)
[WebCryptoAPI-tests] WebCryptoAPI encrypt/decrypt tests for failure had missing test data (#3166)
[webdriver-tests] Lint webdriver resize (#3102)
[webdriver-tests] Webdriver resize test (#3024)
[webgl-tests] Fix lint error in conformance-1.0.3 (#3221)
[webgl-tests] Sync WebGL conformance tests to lastest (#3122)
[webgl-tests] Sync WebGL conformance tests to lastest and modify scripts path (#3122)
- renchenglei (Sunday, 12 June)
- renchenglei (Tuesday, 7 June)
- Josh Matthews (Tuesday, 7 June)
- renchenglei (Tuesday, 7 June)
- Emilio Cobos Álvarez (Tuesday, 7 June)
- Josh Matthews (Tuesday, 7 June)
- Emilio Cobos Álvarez (Tuesday, 7 June)
- Josh Matthews (Tuesday, 7 June)
- renchenglei (Tuesday, 7 June)
- hoppipolla-critic-bot (Tuesday, 7 June)
- Just a bot (Tuesday, 7 June)
[websockets-tests] Test websocket close event .code for codeless close frame (#2716)
[webvtt-tests] fix web-platform-test 'webvtt-api-for-browsers/vttcue-interface/vertical.html'. (#3244)
[webvtt-tests] part3 : modify web-platform test. (#3245)
[webvtt-tests] part4 : modify web-platform-test. (#3246)
[XMLHttpRequest-tests] Correct XHR web platform test to verify that the last-modified time is set correctly on the response document if it is set in the HTTP headers (or not). (#3260)
[XMLHttpRequest-tests] Ensure that when unblocking the scriptloader we try to process scripts if we have _any_ scripts to process, not just parser-blocking ones. (#3249)
[XMLHttpRequest-tests] Make send-usp tests less timeout-prone (#3169)
[XMLHttpRequest-tests] Make suppressing event handling on a document also block script execution for that document. (#3137)
[XMLHttpRequest-tests] Misc improvements to progress event tests (#3212)
[XMLHttpRequest-tests] Test events when POST is redirected (#3210)
- Hallvord R. M. Steen (Tuesday, 21 June)
- Hallvord R. M. Steen (Tuesday, 21 June)
- Hallvord R. M. Steen (Tuesday, 21 June)
- Hallvord R. M. Steen (Tuesday, 21 June)
- Hallvord R. M. Steen (Tuesday, 21 June)
- Hallvord R. M. Steen (Tuesday, 21 June)
- Josh Matthews (Tuesday, 21 June)
- Hallvord R. M. Steen (Tuesday, 21 June)
- Hallvord R. M. Steen (Tuesday, 21 June)
- Just a bot (Tuesday, 21 June)
[XMLHttpRequest-tests] XHR empty mime type blob test (#3241)
Add a content-type to form-submission script response, (#3254)
Add a warning when running ./serve when tools.serve cannot be imported (#2918)
add some testcases for wake lock api (#2592)
Added a test for suppressed mouse events on canceled pointerdown (#3196)
Catch up to W3C master (#3155)
encoding legacy directories (#3064)
Fix testharness.js path in subresources-integrity tests, (#3151)
Removed duplicate keys from dicts (#3113)
Test lack of support for list item bullet size quirk (#3192)
Update resources submodule to the latest version (#3106)
Last message date: Thursday, 30 June 2016 23:17:09 UTC