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

sort by:
Revision Author Date Message Commit Date
83f41fa innerText setter should replace existing text node Ref. https://github.com/whatwg/html/issues/1679 18 August 2016, 21:50:33 UTC
41ac1ae Refactor DRM configuration (#3476) 18 August 2016, 16:46:41 UTC
5c40964 Fix #3234: Add missing the-history-interface/008.js file (#3479); r=Ms2ger 18 August 2016, 14:00:07 UTC
421aba7 Merge pull request #3486 from w3c/sync_1d983f1bce5c4c116716e504261dbc5bfdcda9ca Merge pull request #3486 from sync_1d983f1bce5c4c116716e504261dbc5bfdcda9ca 18 August 2016, 13:02:38 UTC
6dc1277 Merge pull request #3485 from w3c/sync_8317523decbe2391c0e7d257736c8d20ad6f5011 Merge pull request #3485 from sync_8317523decbe2391c0e7d257736c8d20ad6f5011 18 August 2016, 13:02:22 UTC
072f79a Merge pull request #3484 from w3c/sync_e97ede28bddd4d4662b94d2f0cc6024f7ba2ab72 Merge pull request #3484 from sync_e97ede28bddd4d4662b94d2f0cc6024f7ba2ab72 18 August 2016, 13:02:05 UTC
1d983f1 Fire load event for external stylesheets Do not load stylesheets with the wrong Content-Type Fixes #11912, #11910 18 August 2016, 13:01:51 UTC
8317523 Update FileAPI WPT idlharness 18 August 2016, 13:01:51 UTC
e97ede2 Headers API constructor and methods - Reworked the append method to support the inner `hyper::header::Headers`'s HashMap `insert` method, which overwrites entries instead of appending. - Filled out constructor as well as delete, get, has, and set methods. - Updated relevant test expectations 18 August 2016, 13:01:51 UTC
3cb4120 Test innerText = ""/null/undefined (#3482); r=Ms2ger In https://github.com/whatwg/html/pull/1678/commits/618de8424d04a57515b603730cbfef1df77a8d9a innerText was annotated with [TreatNullAs=EmptyString]. 18 August 2016, 12:49:52 UTC
a114db3 Add innerText to html/dom/interfaces.html (#3483); r=Ms2ger https://github.com/whatwg/html/pull/1678 18 August 2016, 12:48:52 UTC
81207ec Correct a shadowing variable in browsing_context_name.html. (#3481) 18 August 2016, 12:23:53 UTC
0cb5ca4 Update dom/events/Event-propagation.html after https://github.com/whatwg/dom/issues/219 (#3469) The DOM specification now states that we should now reset the event propagation flags at the end of dispatchEvent(). 17 August 2016, 15:14:05 UTC
2e35b9e Update tools. 17 August 2016, 14:18:17 UTC
0865fcb Correctly test initEvent unsetting propagation flags (#3472); r=Ms2ger There was previously never any test for unsetting the immediate propagation flag. There was one for the propagation flag, but it called dispatchEvent() in between initEvent() and the actual test, and since whatwg/dom#219, dispatchEvent() clears these flags as well, so the test is now incorrect. (Before that the test was also not very good, because Gecko always cleared the flags in dispatchEvent() but not initEvent(), so it was incorrectly passing the test.) 17 August 2016, 12:14:20 UTC
83633d1 Fix a couple of namespaceURI checks in dom/nodes/Node-properties.html (#3473); r=Ms2ger According to the DOM specification, the namespaceURI for xmlElement amd detachedXmlElement should be null, not "http://www.w3.org/1999/xhtml". Those elements are created using xmlDoc.createElement() amd xmlDoc is not an HTMLDocument or a document whose content type is "application/xhtml+xml" [1]. Those 2 checks were failing in Firefox, Chrome and Safari and are now passing for all these browsers. [1] https://dom.spec.whatwg.org/#dom-document-createelement 17 August 2016, 07:10:25 UTC
a67d9ab Add tests for Canvas2D imageSmoothingEnabled (#2416) * Add tests for Canvas2D imageSmoothingEnabled * Remove duplicate test; move save/restore tests into own file * Assert that imageSmoothingEnabled is initially true 17 August 2016, 04:31:46 UTC
d34d733 dom/ranges/Range-mutations.html should not rely on a specific Selection API behavior (#3468) This patch updates dom/ranges/Range-mutations.html to compute the expected result after the DOM mutation based on the actual selection range. In Firefox, the input range and the selected range are identical. However, the WebKit and Blink implementations of the Selection API differ and the actual selection range may end up being different. 16 August 2016, 17:45:34 UTC
6bcc9bb Remove more testharness.css links (#3466) 16 August 2016, 02:49:15 UTC
49c328e Merge pull request #3467 from w3c/ce-definition-change Remove no-longer valid custom element definition test 16 August 2016, 01:56:33 UTC
075df93 [eme] Add test case for waitingforkey event (#3417) 15 August 2016, 23:19:16 UTC
a64b7d6 Remove no-longer valid custom element definition test Reflects https://github.com/whatwg/html/pull/1674 and https://github.com/w3c/webcomponents/issues/541. 15 August 2016, 20:09:42 UTC
dc6a657 Update entities test from prior PR (3081) feedback (#3117) 15 August 2016, 14:23:57 UTC
ec05591 Support for automated JSON tests Adds support and example for automated declarative tests that take a content property that can be a URI from which to retrieve the content at runtime. Closes #3356 13 August 2016, 08:12:38 UTC
a3e0264 errorMessage was not being put into output If an assertion has an explicit errorMessage, that message was not being included in the 'message' that is attached to the test output. Closes #3460 13 August 2016, 07:34:07 UTC
4b40dcd Some simple initial tests (#3312) * Some simple initial tests Test cases that exercise some basic functionality. * Renamed directory to match naming convention The working group chose camelCase for the folder naming convention, and I missed it. * Fixed some typos. 13 August 2016, 06:09:55 UTC
4e54048 Added type interpretation to output (#3461) The assertionType property was not being used in the test output. It now is used to augment the title of assertions and the error message output to assist users with interpretation of the requirements of the test and the results of running the test. 13 August 2016, 06:07:09 UTC
787e025 added manual tests for Pointer Lock (#3465) * added manual tests for Pointer Lock * fixed emptyspace line as EOL * fixed emptyspace as EOL 13 August 2016, 06:04:53 UTC
06f9262 Add payment-request-in-iframe test (#3440) * Add payment-request-in-iframe test from Blink * fixup! Add payment-request-in-iframe test from Blink * Added issue link per review comment 13 August 2016, 01:37:24 UTC
1e2a9f9 [eme] Fix #3430: Use correct PSSH box sizes (#3455) Applies changes from Blink revisions c13a1d8e190dd8f433480f17eaba4fcb288c52ae and 6f80411ef54d4d6e716b6d2781855e2eeeb66d8b. 12 August 2016, 20:24:26 UTC
0f08f98 Add strict-origin* referrer policy test (#3437) 12 August 2016, 18:52:40 UTC
1a0fb7b about:unicorn is gone (#3459) 12 August 2016, 13:20:39 UTC
6b6a6fa Correct the expected values in 2d.gradient.interpolate.colouralpha (#3458); r=Ms2ger Upstreaming a fix made to the WebKit repository for https://webkit.org/b/160689. When the test samples 25th pixel it expect the value to be exactly 25% interpolation of the color values. However, the sampling location is the center of the pixel, i.e. it should correspond to 25.5% interpolation, which would expect the color of (189.975, 189.75, 65.25, 65.25). The new values are a rounded values of interpolation “by hand” at steps of 25.5%, 50.5% and 75.5%. Original fix by Bartosz Ciechanowski. 12 August 2016, 12:44:26 UTC
0ec0294 Update dom/nodes/Document-getElementsByTagName-xhtml.xhtml to reflect specification change (#3457) getElementsByTagName() now matches by qualified name, not local name. 12 August 2016, 08:36:49 UTC
197e028 Update type of Document.rootElement 12 August 2016, 06:22:32 UTC
b53c4bf Update getElementsByTagName() test cases after https://github.com/whatwg/dom/issues/143 (#3446) Several test cases were still matching by local name instead of qualified name. This closes issue #3443. 10 August 2016, 19:01:26 UTC
a69bcf6 Test that adoptedCallback is retrieved during definition 10 August 2016, 14:50:44 UTC
abab07a HTMLMediaElement.play() should return a Promise (#3365) HTMLMediaElement.play() should return a Promise as per: https://github.com/whatwg/html/pull/509 10 August 2016, 12:28:38 UTC
7e85592 Update EventTarget-dispatchEvent.html for changes to Document-createEvent.js. (#3326) Fixes #3235. 10 August 2016, 12:17:13 UTC
a01b0b6 Add Payment Request IDL tests (#3439) * Add Payment Request IDL tests * fixup! Add Payment Request IDL tests 10 August 2016, 12:03:19 UTC
df1947a Remove CSP referrer policy tests (#3416) * Remove generated tests * Remove meta-csp and add generated tests * Add a test that csp 'referrer' directive is not supported * fix tab 09 August 2016, 22:27:18 UTC
971eff0 [eme] Add Event an EventTarget to untested IDLs (#3442) This fixes the "Cannot read property 'has_extended_attribute' of undefined" errors. 09 August 2016, 22:00:14 UTC
fb04e2c Presentation API Testing - Use Cases: default Request (#3354) 05 August 2016, 15:29:29 UTC
b1ed161 Remove `scope='function'` parameter from fixture (#3432) Function scope is the default for Pytest fixtures (http://doc.pytest.org/en/latest/builtin.html#_pytest.python.fixture), so the `scope='function'` parameter is unnecessary. 05 August 2016, 12:51:34 UTC
59f2982 Some trivial source browsing context tests (#3093) These test what the source browsing context is in various simple scenarios through document.referrer. 04 August 2016, 19:56:41 UTC
85d9454 Adding tests to check Origin header value after redirections in CORS mode (#3427) * Adding tests for checking Origin header value after redirections in CORS mode * Adding cross origin to same origin test 04 August 2016, 15:24:18 UTC
330168a Rename domparsing/insert_adjacent_html.xhtml to domparsing/insert_adjacent_html-xhtml.xhtml (#3422) 03 August 2016, 14:15:58 UTC
e802fc3 Merge pull request #3322 from youennf/add-access-control-request-header-checks Adding more checks for generation of the Access-Control-Request-Headers header value 03 August 2016, 13:02:29 UTC
bf3d447 Updating redirect-schemes.html to make fetch calls in a deterministic order (#3426) 03 August 2016, 12:47:16 UTC
15ce370 Simple tests for origin-when-cross-origin referrer policy (#3419) * Simple tests for origin-when-cross-origin referrer policy * cleaning up test 03 August 2016, 12:45:32 UTC
ef6b5bb Testing body getters from data stored as ReadableStream (#3421) * Testing body getters from data stored as ReadableStream * Fixing parenthesis nit 02 August 2016, 16:19:42 UTC
85eb884 Merge pull request #3420 from youennf/fix-typo-in-cors-cookies-test Fixing URL computation and error throwing 02 August 2016, 15:54:51 UTC
1d6cfe3 Merge pull request #3418 from youennf/creating-request-headers-from-various-objects Testing request creation with various header init objects 02 August 2016, 15:50:32 UTC
e164f6c Merge pull request #3325 from youennf/adding-fetch-stream-chunk-type-check Checking that fetch Response stream returns Uint8Array chunks 02 August 2016, 15:48:16 UTC
e0224f2 Remove readAsBinaryString from historical.html. (#3373); r=jdm Unfortunately, it has returned. 02 August 2016, 09:20:45 UTC
16ffc3f Fixing additional bugs in preflight tests: promise should be returned, incorrect fetch URL and incorrect expected referrer 02 August 2016, 08:10:57 UTC
04dcd48 Fixing URL computation and error throwing 02 August 2016, 08:03:52 UTC
d1b26a9 Testing request creation with various header init objects 02 August 2016, 08:00:38 UTC
d686014 Revert "Temporary whitelist files with lint errors (#3413)" This reverts commit 0796275201257236306b79bd52cbec74483fec81. 01 August 2016, 20:50:56 UTC
d6d8d2a Fix lint errors from test upstreaming 01 August 2016, 20:50:52 UTC
b267d1f [eme]: New multi-key test content (#3415) 01 August 2016, 16:53:25 UTC
e52803a [eme] Fix typo in drm selection utility (#3414) 01 August 2016, 16:23:13 UTC
0796275 Temporary whitelist files with lint errors (#3413) 01 August 2016, 16:00:11 UTC
7a6a5c9 Merge pull request #3412 from w3c/sync_e22c7cd67e506146a8267bd6a6e8eb00380df9b1 Merge pull request #3412 from sync_e22c7cd67e506146a8267bd6a6e8eb00380df9b1 01 August 2016, 14:47:26 UTC
f3cfada Merge pull request #3411 from w3c/sync_f73e97fc753019479f83db7e9da5af04d2b5ea20 Merge pull request #3411 from sync_f73e97fc753019479f83db7e9da5af04d2b5ea20 01 August 2016, 14:46:53 UTC
cfde534 Merge pull request #3410 from w3c/sync_6215463045a262fc6827806a2c397544cf5cecad Merge pull request #3410 from sync_6215463045a262fc6827806a2c397544cf5cecad 01 August 2016, 14:46:24 UTC
fe05cc9 Merge pull request #3409 from w3c/sync_43d6e57fe9aa70a8ae68da19094233bcd2202de1 Merge pull request #3409 from sync_43d6e57fe9aa70a8ae68da19094233bcd2202de1 01 August 2016, 14:45:44 UTC
93c5ec9 Merge pull request #3408 from w3c/sync_e3304a216d2167055ab5e911d9d7cf4bf4849494 Merge pull request #3408 from sync_e3304a216d2167055ab5e911d9d7cf4bf4849494 01 August 2016, 14:45:08 UTC
42ca450 Merge pull request #3407 from w3c/sync_4a44b9a73fd27b94a44eb61881444b8847a54a7d Merge pull request #3407 from sync_4a44b9a73fd27b94a44eb61881444b8847a54a7d 01 August 2016, 14:44:37 UTC
1819005 Merge pull request #3406 from w3c/sync_a23da6a5391add60c8eb9d74593454d607c641e7 Merge pull request #3406 from sync_a23da6a5391add60c8eb9d74593454d607c641e7 01 August 2016, 14:44:08 UTC
d8673f4 Merge pull request #3405 from w3c/sync_4bdcc3734917a15dd1634f94ef5b0d64459e4f69 Merge pull request #3405 from sync_4bdcc3734917a15dd1634f94ef5b0d64459e4f69 01 August 2016, 14:43:39 UTC
aaa8b05 Merge pull request #3404 from w3c/sync_cd77da69eb5c41db0dfe29b983ae49a86015c1dc Merge pull request #3404 from sync_cd77da69eb5c41db0dfe29b983ae49a86015c1dc 01 August 2016, 14:43:10 UTC
37a84d5 Merge pull request #3403 from w3c/sync_c3947cc7f4fc6d442ed55409dadef3ad9a4699b8 Merge pull request #3403 from sync_c3947cc7f4fc6d442ed55409dadef3ad9a4699b8 01 August 2016, 14:42:41 UTC
9643534 Merge pull request #3402 from w3c/sync_38195a4ebfcfa2d63f4fa1604dc3fdaac538f2b8 Merge pull request #3402 from sync_38195a4ebfcfa2d63f4fa1604dc3fdaac538f2b8 01 August 2016, 14:42:08 UTC
a0551c7 Merge pull request #3401 from w3c/sync_a5eef32da1eb52cacdae319fee86dc7c14772fb4 Merge pull request #3401 from sync_a5eef32da1eb52cacdae319fee86dc7c14772fb4 01 August 2016, 14:41:29 UTC
ef6cb49 Merge pull request #3400 from w3c/sync_63f0bd557d5907c9272fc5a661367e0ffabaf072 Merge pull request #3400 from sync_63f0bd557d5907c9272fc5a661367e0ffabaf072 01 August 2016, 14:40:59 UTC
230a9cd Merge pull request #3399 from w3c/sync_0b1fe5e8087149ca076ae73e0e756ae2cf202550 Merge pull request #3399 from sync_0b1fe5e8087149ca076ae73e0e756ae2cf202550 01 August 2016, 14:40:29 UTC
d5cd968 Merge pull request #3398 from w3c/sync_7b4c9e7febaf43c61946a6ec259c30e812487e32 Merge pull request #3398 from sync_7b4c9e7febaf43c61946a6ec259c30e812487e32 01 August 2016, 14:39:55 UTC
6f2e297 Merge pull request #3397 from w3c/sync_23b22d8f0afab2f0af52ff11cf1a2e304bdc25d0 Merge pull request #3397 from sync_23b22d8f0afab2f0af52ff11cf1a2e304bdc25d0 01 August 2016, 14:39:26 UTC
5715b6a Merge pull request #3396 from w3c/sync_1ad8d4d97e67d9aa37ad25bb030b9a5cc3303879 Merge pull request #3396 from sync_1ad8d4d97e67d9aa37ad25bb030b9a5cc3303879 01 August 2016, 14:38:57 UTC
a4c695f Merge pull request #3395 from w3c/sync_0944f93f535eb16d890e49ef2415ca0fa7830882 Merge pull request #3395 from sync_0944f93f535eb16d890e49ef2415ca0fa7830882 01 August 2016, 14:38:28 UTC
4040053 Merge pull request #3393 from w3c/sync_87198669f5a3901e59c6df61964910ca6d7fb22a Merge pull request #3393 from sync_87198669f5a3901e59c6df61964910ca6d7fb22a 01 August 2016, 14:37:26 UTC
80b6a10 Merge pull request #3392 from w3c/sync_231e4e143c76d4bdd7af98263742b496caee86ab Merge pull request #3392 from sync_231e4e143c76d4bdd7af98263742b496caee86ab 01 August 2016, 14:36:04 UTC
45ccb31 Merge pull request #3391 from w3c/sync_7ea24c1d53209d2ca47bfe4387e876c4a518bee1 Merge pull request #3391 from sync_7ea24c1d53209d2ca47bfe4387e876c4a518bee1 01 August 2016, 14:34:35 UTC
86410a7 Merge pull request #3390 from w3c/sync_3e8b92c3e04bac996eca2d0810098ec9cd2b778b Merge pull request #3390 from sync_3e8b92c3e04bac996eca2d0810098ec9cd2b778b 01 August 2016, 14:33:27 UTC
e1db691 Merge pull request #3389 from w3c/sync_fe425b1bc4c6e7e6037e3f9b43524e343a3af304 Merge pull request #3389 from sync_fe425b1bc4c6e7e6037e3f9b43524e343a3af304 01 August 2016, 14:32:28 UTC
cfbcc67 Merge pull request #3388 from w3c/sync_588c981b3df581e8bb8509f5b089db30c46c29d9 Merge pull request #3388 from sync_588c981b3df581e8bb8509f5b089db30c46c29d9 01 August 2016, 14:31:38 UTC
5c7be6d Merge pull request #3387 from w3c/sync_913fb774f453b014f7fe1e89060d32302e00b54d Merge pull request #3387 from sync_913fb774f453b014f7fe1e89060d32302e00b54d 01 August 2016, 14:30:51 UTC
a220f1b Merge pull request #3386 from w3c/sync_0134d3f49f32a75ec60f7fa1c9ea624dcd5a57c2 Merge pull request #3386 from sync_0134d3f49f32a75ec60f7fa1c9ea624dcd5a57c2 01 August 2016, 14:30:11 UTC
b73ae93 Merge pull request #3385 from w3c/sync_c182b06905a00ece86d18b1ef74947422d1efea0 Merge pull request #3385 from sync_c182b06905a00ece86d18b1ef74947422d1efea0 01 August 2016, 14:29:35 UTC
0685a0c Merge pull request #3384 from w3c/sync_5496e3a671e82fb2d02e7b8b6fd69611d8bccd43 Merge pull request #3384 from sync_5496e3a671e82fb2d02e7b8b6fd69611d8bccd43 01 August 2016, 14:29:05 UTC
0164818 Merge pull request #3383 from w3c/sync_209d6f075743cd6ddc325d97f0da33e17603828b Merge pull request #3383 from sync_209d6f075743cd6ddc325d97f0da33e17603828b 01 August 2016, 14:28:36 UTC
1f5a8a5 Merge pull request #3382 from w3c/sync_7b501c94d29cb4fdae9f2da49cd15a36e22f8caf Merge pull request #3382 from sync_7b501c94d29cb4fdae9f2da49cd15a36e22f8caf 01 August 2016, 14:28:06 UTC
dcf1220 Merge pull request #3381 from w3c/sync_50d98ff448e629f7d1fd0732ada7178a9278455b Merge pull request #3381 from sync_50d98ff448e629f7d1fd0732ada7178a9278455b 01 August 2016, 14:27:32 UTC
ec899a3 Merge pull request #3380 from w3c/sync_c26e151ee9e454ceb41d57cdb36ac7301377f569 Merge pull request #3380 from sync_c26e151ee9e454ceb41d57cdb36ac7301377f569 01 August 2016, 14:26:59 UTC
8f422eb Merge pull request #3379 from w3c/sync_9f72890219be3050ac894f6e400a7e220ff103b2 Merge pull request #3379 from sync_9f72890219be3050ac894f6e400a7e220ff103b2 01 August 2016, 14:26:30 UTC
5214443 Merge pull request #3378 from w3c/sync_742203629b835acc39c89a4e3279a7d50e4f7707 Merge pull request #3378 from sync_742203629b835acc39c89a4e3279a7d50e4f7707 01 August 2016, 14:25:46 UTC
60482bf Merge pull request #3377 from w3c/sync_b006f080a92e2e0a3aa677337250465cf770f104 Merge pull request #3377 from sync_b006f080a92e2e0a3aa677337250465cf770f104 01 August 2016, 14:25:00 UTC
6008edf Merge pull request #3376 from w3c/sync_2fd9e0109ce1ad66e25d1e3e74568c90be2f4a83 Merge pull request #3376 from sync_2fd9e0109ce1ad66e25d1e3e74568c90be2f4a83 01 August 2016, 14:24:32 UTC
ed60f2c Merge pull request #3375 from w3c/sync_9de12b650cd7db6d9413fdd6021c77d5b08c99a7 Merge pull request #3375 from sync_9de12b650cd7db6d9413fdd6021c77d5b08c99a7 01 August 2016, 14:23:58 UTC
back to top