https://github.com/web-platform-tests/wpt

sort by:
Revision Author Date Message Commit Date
2839cd9 Test DOMTokenList Based on Gecko's dom/base/test/test_classList.html. I generalized it to test all DOMTokenList attributes currently defined in the spec, and removed testing of mutation events and XUL. 01 September 2016, 14:58:51 UTC
0c3a2f1 Don't use sequence numbers in test names (#3615); r=Ms2ger 1) Gecko tracks expected failures by name, and if you add some tests in the middle, you have to manually renumber all the expected failures. 2) It masks tests that are actually the same (I removed a few here). 3) If two different tests would have the same name if not for the sequence number, they should be named more descriptively anyway. 01 September 2016, 14:43:45 UTC
8e95ff4 Merge pull request #3623 from gsnedders/remove_reftest_cycles; r=Ms2ger Remove reftest cycles 01 September 2016, 13:43:53 UTC
545cd7f Remove cycles from reftest graph 01 September 2016, 13:35:47 UTC
025ea51 Remove self-loops from the reftest graph. 01 September 2016, 13:30:39 UTC
f897d3f Stop using Array.forEach in html/browsers/origin/cross-origin-objects/win-documentdomain.sub.html This seems to be a Firefox extension and does not work in Chrome or Safari. This closes issue #3611. 31 August 2016, 21:53:30 UTC
92c08bb Clean up and make test names consistent, including 'drm' for all drms (#3617) 31 August 2016, 19:08:29 UTC
25f1031 [eme] Update persistent-license tests, incuding DRM (#3540) 31 August 2016, 17:33:31 UTC
d21e487 Remove SerivceWorkerGlobalScope.close() to follow the spec change (#3126); r=Ms2ger Remove ServiceWorkerGlobalScope.close() to follow the spec change 31 August 2016, 15:23:10 UTC
12d40da Update DOMTokenList IDL to current DOM spec (#3545); r=Ms2ger Ref. https://github.com/whatwg/dom/commit/cb85ac4c35baa1345f2b71e2dd3d57b098ddf2d1 Also add [CEReactions]s to DOMTokenList's members. 31 August 2016, 11:55:11 UTC
277097a Update resources. 31 August 2016, 11:52:57 UTC
fef193a Add DOM parsing and serialization tests (#493) 31 August 2016, 11:33:42 UTC
beb7e31 Bring event.html in line with reality (#3599); rs=Ms2ger The beforeinput event is being specced elsewhere and we possibly don't want it to apply when execCommand() is fired. The input event still should be fired for execCommand(), but it doesn't get its own interface or properties, because nobody is adding new features to execCommand() anymore. 31 August 2016, 09:49:33 UTC
80faf4c Merge pull request #3584 from engelke/wrapKey_unwrapKey Wrap key unwrap key 31 August 2016, 03:28:54 UTC
b196b45 Fix html/browsers/the-window-object/security-window/window-security.sub.html (#3607) Fix html/browsers/the-window-object/security-window/window-security.sub.html as fr_load() was being called for "about:blank" URL instead of the cross origin URL. This regressed in 97b13b6a517c3c33136f9dc9a7a9e3acd8fd51d6. 30 August 2016, 22:25:47 UTC
8f0af38 Merge pull request #3233 from tidoust/media-source-endofstream New tests for the End of stream algorithm 30 August 2016, 21:26:23 UTC
716d700 Merge pull request #3296 from wolenetz/fix_mse_liveseekable_test_anticipating_mse_pr_119_lands Fix mediasource-liveseekable 30 August 2016, 20:56:17 UTC
b30ca21 Remove the unnecessary <div> 30 August 2016, 20:38:29 UTC
2bf272d Merge branch 'master' into fix_mse_liveseekable_test_anticipating_mse_pr_119_lands This merge effectively reverts the formatting change in a2d73b12, since mediasource-util.js's media_test now auto-creates any missing document.body. This merge also retains adjusted versions of the tests around updating the live seekable ranges when updating is true; these tests now verify that such behavior is allowed (see w3c/media-source/#118). 30 August 2016, 20:34:58 UTC
bd1dc7b Merge pull request #3612 from wolenetz/tidoust-media-source-chromium Some new media-source tests from Chromium 30 August 2016, 20:00:16 UTC
b255ded Stamp Chromium+W3C license onto new media-source/ files from Chromium 30 August 2016, 19:40:04 UTC
5abc8ed Merge branch 'media-source-chromium' of https://github.com/tidoust/web-platform-tests into tidoust-media-source-chromium 30 August 2016, 19:36:16 UTC
e9bb8c1 Merge pull request #3239 from tidoust/media-source-body Made utility functions compatible with minimal script test template, and updates appendUntilEventFires to not exceed segmentInfo.media bounds. 30 August 2016, 19:31:21 UTC
ff5a040 Documented (and corrected) max RSA-OAEP payload length, per comment https://github.com/w3c/web-platform-tests/pull/3584#discussion-diff-76330230 30 August 2016, 15:05:16 UTC
e9d88ac Fix basic setup test and add indexed property test (#3610) 30 August 2016, 09:12:10 UTC
f9ee769 New presentation start tests that trigger a mixed content error (#3590) * New start presentation tests that trigger a mixed content error The tests need to run over HTTPS, hence the ".https.html" extension. They create a PresentationRequest with an HTTP URL and ensure that "start" reports a SecurityError exception. * Disable button once clicked and use document.title for test name The tests are semi-manual and the test harness gets confused if the button gets clicked more than once. Disabling the button ensures the user will only run the test once. Also, since the page only contains one test, it is good practice to use the title of the page to convey the name of the test. * New mixed content tests for Presentation API The tests check "reconnect" and "getAvailability" mixed content steps. 29 August 2016, 17:28:06 UTC
038f2db Adding tests checking how preflight is done after same-origin and cross-origin redirections (#3523) 29 August 2016, 15:15:07 UTC
6bad743 Using get-host-info.sub.js to enable cross-origin XHR tests. (#3543) 29 August 2016, 15:11:22 UTC
4dd7328 Add iframes to the pointer event attribute tests (#3464) This helps us test the attributes of the pointerevents dispatched inside an iframe. 29 August 2016, 14:09:37 UTC
26f3a23 Add IDL for CDATASection (#3606) Ref. https://github.com/whatwg/dom/commit/53fb89841b902242efdb0c6bb456543fdaa19462 29 August 2016, 13:54:24 UTC
69c0557 Test hasFeature for <2 args, SVG (#3601) Firefox passes this test right now, and it shouldn't. 29 August 2016, 13:09:41 UTC
7eb30f1 Merge pull request #3604 from ayg/dndTransferCases Create dndTransferCases.html 29 August 2016, 13:04:25 UTC
94c5757 Fix up dndTransferCases.html 29 August 2016, 12:49:05 UTC
4b43bd9 Update DOM IDL for whatwg/dom#316 29 August 2016, 12:13:11 UTC
2f84fe3 Create dndTransferCases.html 29 August 2016, 12:01:53 UTC
374d7a2 CDATASection is back (#3600) Ref. https://github.com/whatwg/dom/commit/53fb89841b902242efdb0c6bb456543fdaa19462 29 August 2016, 11:34:25 UTC
654e0b7 Bring event.html in line with reality The beforeinput event is being specced elsewhere and we possibly don't want it to apply when execCommand() is fired. The input event still should be fired for execCommand(), but it doesn't get its own interface or properties, because nobody is adding new features to execCommand() anymore. 28 August 2016, 13:57:22 UTC
482fb4b Add some promise + event loop integration tests They test when is microtask loop executed with respect to: task execution, callbacks, and rAF callback - whether microtask loop is executed immediately after callback returns - whether microtask loop is executed immediately after rAF callback returns - whether promises resoved inside promise callback are executed immediately after promise callback returns. These tests currently pass on Chrome/Edge and fail on FF/Safari. 26 August 2016, 19:03:51 UTC
202dbd0 [eme] Include indication that polyfills were used in polyfill test names (#3586) 26 August 2016, 17:53:34 UTC
a692c0b Test that assigning to tFoot inserts at the end of the table (#3591) Ref. https://github.com/whatwg/html/pull/412 Fixes #2435. 26 August 2016, 14:59:34 UTC
ea221c3 Merge pull request #3588 from tidoust/presentation-api-owners Adding OWNERS for the Presentation API test suite. 26 August 2016, 11:45:42 UTC
62ddff6 Adding OWNERS for the Presentation API test suite. 26 August 2016, 10:50:58 UTC
3d514a1 Merge pull request #3533 from mfoltzgoogle/fix-default-presentationrequest Set navigator.presentation.defaultRequest + sync IDL 26 August 2016, 10:47:16 UTC
db7da4e Merge pull request #3582 from tidoust/presentation-api-PresentationRequest-error New tests for PresentationRequest constructor with sequence of URLs 26 August 2016, 10:46:54 UTC
f096c0f Fixed line endings that somehow got messed up. 25 August 2016, 19:39:51 UTC
d66d10a Wrapping tests complete. 25 August 2016, 18:48:44 UTC
45291ea Tests are good. How to indicate tests that should be skipped? 25 August 2016, 18:28:38 UTC
e827374 [eme] Keystatuses test (#3490) 25 August 2016, 18:02:28 UTC
9422d05 [eme] persistent-usage-record drm tests (#3478) 25 August 2016, 18:01:55 UTC
68f36b2 Fixed #3534: Disabled Google tests already migrated or Chromium specific (#3542) Also moved files to subfolder. Remaining files in Google folder are planned to be migrated. 25 August 2016, 17:30:40 UTC
02ca576 Tests are mostly working. Need to address AES-KW requirements. 25 August 2016, 16:14:32 UTC
dc7b928 Many tests work. Some RSA wrapping can't work anyway, due to size 25 August 2016, 15:38:30 UTC
075173b Some tests are working. Needs finer control of data. 25 August 2016, 15:25:42 UTC
c6257e8 New tests for PresentationRequest constructor with sequence of URLs This completes the existing tests on the PresentationRequest interface with tests on the constructor that takes multiple URLs as input. The update also contains a couple of tests that call the constructors with invalid URLs to detect SyntaxError exceptions, and a couple of editorial updates to test descriptions. 25 August 2016, 14:25:07 UTC
cc04011 Remove rogue testharness.css reference to satisfy lint 25 August 2016, 14:04:42 UTC
06ef73d [EME] Additional tests for setMediaKeys (#3494) * Update for new DRM framework * Address review comment on setMediaKeys 'first' 25 August 2016, 13:25:54 UTC
6b48d45 Merge pull request #3581 from w3c/sync_6561d06ce8b5ad680e7efdb20bdb126e3df2c3fb Merge pull request #3581 from sync_6561d06ce8b5ad680e7efdb20bdb126e3df2c3fb 25 August 2016, 13:09:34 UTC
3f41891 Merge pull request #3580 from w3c/sync_7922f2b57e1c098be598e293698bdbe83aaa4c4e Merge pull request #3580 from sync_7922f2b57e1c098be598e293698bdbe83aaa4c4e 25 August 2016, 13:09:19 UTC
e4e7a83 Merge pull request #3579 from w3c/sync_342fd7e9386c52ba93a847c35a55555f6de14ae0 Merge pull request #3579 from sync_342fd7e9386c52ba93a847c35a55555f6de14ae0 25 August 2016, 13:09:04 UTC
6fefe4f Merge pull request #3578 from w3c/sync_10a5fd023c09af7c47bb49b9227366f816ade67d Merge pull request #3578 from sync_10a5fd023c09af7c47bb49b9227366f816ade67d 25 August 2016, 13:08:49 UTC
ea92bb6 Merge pull request #3577 from w3c/sync_537061b995007b70c85ba02b3875f5fac3e803bd Merge pull request #3577 from sync_537061b995007b70c85ba02b3875f5fac3e803bd 25 August 2016, 13:08:35 UTC
d1afd80 Merge pull request #3576 from w3c/sync_fc2879d46428199c108b11254c7fb8bbe0fd0429 Merge pull request #3576 from sync_fc2879d46428199c108b11254c7fb8bbe0fd0429 25 August 2016, 13:08:19 UTC
347da03 Merge pull request #3575 from w3c/sync_8d355abd1b13c6c527b73ee3a87f79edf2374c18 Merge pull request #3575 from sync_8d355abd1b13c6c527b73ee3a87f79edf2374c18 25 August 2016, 13:08:03 UTC
28856a4 Merge pull request #3574 from w3c/sync_97611362d66420d1729a4700ce82f064745f020a Merge pull request #3574 from sync_97611362d66420d1729a4700ce82f064745f020a 25 August 2016, 13:07:48 UTC
3502458 Merge pull request #3573 from w3c/sync_50b81444d58e4e1ea55b666541d9b2749a813116 Merge pull request #3573 from sync_50b81444d58e4e1ea55b666541d9b2749a813116 25 August 2016, 13:07:34 UTC
dbd20e8 Merge pull request #3572 from w3c/sync_bf949860d9476245f42080acd4acf9b9b96584b4 Merge pull request #3572 from sync_bf949860d9476245f42080acd4acf9b9b96584b4 25 August 2016, 13:07:19 UTC
e02e366 Merge pull request #3571 from w3c/sync_758f1ecca503a6d086935e1cbdc589419fec3a06 Merge pull request #3571 from sync_758f1ecca503a6d086935e1cbdc589419fec3a06 25 August 2016, 13:07:02 UTC
1e9db02 Merge pull request #3570 from w3c/sync_00e48c9774f37abc74fe5606e2242dd0beeae246 Merge pull request #3570 from sync_00e48c9774f37abc74fe5606e2242dd0beeae246 25 August 2016, 13:06:47 UTC
cba0527 Merge pull request #3569 from w3c/sync_b5a828e77e2538c4ec6e555612843cbaa75ba8ea Merge pull request #3569 from sync_b5a828e77e2538c4ec6e555612843cbaa75ba8ea 25 August 2016, 13:06:33 UTC
f9c76c5 Merge pull request #3568 from w3c/sync_2d3abfdca163caa7ec6b52ae1972808d7bb22b10 Merge pull request #3568 from sync_2d3abfdca163caa7ec6b52ae1972808d7bb22b10 25 August 2016, 13:06:19 UTC
2750a2a Merge pull request #3567 from w3c/sync_c2f712ba8be0265a77d17a99e742f0c25ae2546b Merge pull request #3567 from sync_c2f712ba8be0265a77d17a99e742f0c25ae2546b 25 August 2016, 13:06:04 UTC
c4a0c05 Merge pull request #3566 from w3c/sync_9690e49c1c8d7260b9802880496722a8e7c8f4d5 Merge pull request #3566 from sync_9690e49c1c8d7260b9802880496722a8e7c8f4d5 25 August 2016, 13:05:49 UTC
84bce5d Merge pull request #3565 from w3c/sync_cd28bbb3d7a8b2d373f8f8abce394771aefe67b7 Merge pull request #3565 from sync_cd28bbb3d7a8b2d373f8f8abce394771aefe67b7 25 August 2016, 13:05:35 UTC
8a97bf7 Merge pull request #3564 from w3c/sync_05d46b68016c4a58b174abac59c9af4cd9773c1c Merge pull request #3564 from sync_05d46b68016c4a58b174abac59c9af4cd9773c1c 25 August 2016, 13:05:21 UTC
9ff3d56 Merge pull request #3563 from w3c/sync_b30493453f4cb2f50d4742b0b2015ee74344c99f Merge pull request #3563 from sync_b30493453f4cb2f50d4742b0b2015ee74344c99f 25 August 2016, 13:05:03 UTC
812db03 Merge pull request #3562 from w3c/sync_9763b470b89a60d17159ae576e8b2f247e4a0aa9 Merge pull request #3562 from sync_9763b470b89a60d17159ae576e8b2f247e4a0aa9 25 August 2016, 13:04:48 UTC
78914cf Merge pull request #3561 from w3c/sync_28ad552312887990e35a400eaf167205ff0f04e7 Merge pull request #3561 from sync_28ad552312887990e35a400eaf167205ff0f04e7 25 August 2016, 13:04:34 UTC
83bc924 Merge pull request #3560 from w3c/sync_a528bf58a9d6575b6fd169997702dbd0722deebf Merge pull request #3560 from sync_a528bf58a9d6575b6fd169997702dbd0722deebf 25 August 2016, 13:04:19 UTC
8333269 Merge pull request #3559 from w3c/sync_98c8d5cbaf01465b68131d8ef425a62c6306eeef Merge pull request #3559 from sync_98c8d5cbaf01465b68131d8ef425a62c6306eeef 25 August 2016, 13:04:04 UTC
ebcb059 Merge pull request #3558 from w3c/sync_441c477e5c3a0a0bed68ca8331783207c2d13999 Merge pull request #3558 from sync_441c477e5c3a0a0bed68ca8331783207c2d13999 25 August 2016, 13:03:50 UTC
f1c5beb Merge pull request #3557 from w3c/sync_20c994fd4786679492608fa4ef7240f42645258e Merge pull request #3557 from sync_20c994fd4786679492608fa4ef7240f42645258e 25 August 2016, 13:03:35 UTC
7280cc7 Merge pull request #3556 from w3c/sync_bb835e6453c6a5c65b4f952b2a4ddbd1286256aa Merge pull request #3556 from sync_bb835e6453c6a5c65b4f952b2a4ddbd1286256aa 25 August 2016, 13:03:19 UTC
b8f7cdb Merge pull request #3555 from w3c/sync_1a00450878fd014393cc5f029a1275639462245c Merge pull request #3555 from sync_1a00450878fd014393cc5f029a1275639462245c 25 August 2016, 13:03:01 UTC
83e2d62 Merge pull request #3554 from w3c/sync_a5a3baf7463c07302fb6cbccd49abe4adfdda03d Merge pull request #3554 from sync_a5a3baf7463c07302fb6cbccd49abe4adfdda03d 25 August 2016, 13:02:47 UTC
d723172 Merge pull request #3553 from w3c/sync_a2d73b12c36990ae4375de2f8d829eac5ba6932a Merge pull request #3553 from sync_a2d73b12c36990ae4375de2f8d829eac5ba6932a 25 August 2016, 13:02:32 UTC
223e6db Merge pull request #3552 from w3c/sync_123c70cdef052bdb8929727cb61727e6b80439f6 Merge pull request #3552 from sync_123c70cdef052bdb8929727cb61727e6b80439f6 25 August 2016, 13:02:17 UTC
96a365d Merge pull request #3551 from w3c/sync_e432468a1859e99d1186d799b4b91ef0aa8c6bd6 Merge pull request #3551 from sync_e432468a1859e99d1186d799b4b91ef0aa8c6bd6 25 August 2016, 13:02:00 UTC
6a8e19c Merge pull request #3550 from w3c/sync_61f561e9919e99093f3820d805782cfcf406be93 Merge pull request #3550 from sync_61f561e9919e99093f3820d805782cfcf406be93 25 August 2016, 13:01:46 UTC
4485a99 Merge pull request #3549 from w3c/sync_ac5ec11034dd80aea6f3078b070b82bc107600b7 Merge pull request #3549 from sync_ac5ec11034dd80aea6f3078b070b82bc107600b7 25 August 2016, 13:01:32 UTC
2de0676 Merge pull request #3548 from w3c/sync_038aa94e234ffd329be820a70bd7bef2b8ee03d5 Merge pull request #3548 from sync_038aa94e234ffd329be820a70bd7bef2b8ee03d5 25 August 2016, 13:01:18 UTC
a8b3f12 Merge pull request #3547 from w3c/sync_0b35fdbaa2752260e6039cb57077cf8a710e5741 Merge pull request #3547 from sync_0b35fdbaa2752260e6039cb57077cf8a710e5741 25 August 2016, 13:01:00 UTC
de927a5 Merge pull request #3546 from w3c/sync_a84360cff0acea2768287a09329323d927f06fbb Merge pull request #3546 from sync_a84360cff0acea2768287a09329323d927f06fbb 25 August 2016, 13:00:46 UTC
00e48c9 Binary Key Support. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1271500 25 August 2016, 13:00:31 UTC
038aa94 Update manifest with new test scripts. MozReview-Commit-ID: C8vMTcWiDJ5 Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1293613 25 August 2016, 13:00:31 UTC
05d46b6 Set forms to valid in their constructor. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1285425 25 August 2016, 13:00:31 UTC
0b35fdb Don't assume that all videos start at 0. The tests incorrectly assume that all videos start at 0. However this is often not the case, in particular for the mp4 files. The buffered range is the intersection of the audio track and the video track. As such, if the video track starts at a later time than 0, the buffered range of the source buffer can't be starting at 0. Rather than using different videos, we properly use the correct values; this is done to ensure that buffered range are calculated correctly, regardless of the video content. timestamps verify with mkvinfo utility for webm and ffprobe for mp4. See issue https://github.com/w3c/web-platform-tests/issues/1939 MozReview-Commit-ID: AMKgJHEJsWr Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1293613 25 August 2016, 13:00:31 UTC
10a5fd0 Add tests for the updating the finished state procedure; MozReview-Commit-ID: 61ltOYy7QAt Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1295842 25 August 2016, 13:00:31 UTC
123c70c Don't assume that all videos start at 0. See issue https://github.com/w3c/web-platform-tests/issues/1939 MozReview-Commit-ID: LgDQRS8Xz3L Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1293613 25 August 2016, 13:00:31 UTC
1a00450 Don't assume that once playing event has fired, the earlier appendBuffer has completed. The two operations are asynchronous and independent. MozReview-Commit-ID: D2woSoIzE6p Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1293613 25 August 2016, 13:00:31 UTC
20c994f don't assume playback won't be finished by the time the seeked event is fired. The data added in the sourcebuffer is very short (less than one second); it is possible that playback has completed prior the event being fired. MozReview-Commit-ID: INHAFmEhSut Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1293613 25 August 2016, 13:00:31 UTC
back to top