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

sort by:
Revision Author Date Message Commit Date
f853021 cc Rename some SVG *-novalid files to *-valid The files being renamed here all check as valid SVG-in-HTML with the HTML checker, and none of them otherwise contain any indication of what’s supposedly invalid about them, so there’s no way for me to tell if the checker is missing some check it should be doing. Regardless, the Python build file that was used to generate these tests indicates that invalidity was evaluated against the SVG DTD. But the checker using the SVG RelaxNG schemas, not the DTD. So I dunno maybe there are cases that the DTD prohibits but the RelaxNG schema allows. Anyway, if the expected errors for any of file thought to be invalid here can be documented, then we can rename that file back to *-novalid, and I can add a corresponding check to the validator for that case. 20 August 2016, 17:40:50 UTC
99602a2 Make build-svg-tests.py runnable from any dir 20 August 2016, 17:10:52 UTC
1d1592b Yank conformance-checkers/tools/index-isvalid.html I don’t think we need this index of the svg-html tests for anything. 20 August 2016, 17:07:39 UTC
dbb0bba Make build-svg-tests.py generate unix newlines 20 August 2016, 14:03:37 UTC
7d2b86d cc Remove trailing whitespace in build-svg-tests.py 20 August 2016, 14:01:52 UTC
a7de71d Conformance checker tests for SVG-in-HTML (#2838) 20 August 2016, 13:56:59 UTC
003b391 Fixed handling of documentation for optionals (#3489) * Fixed handling of documentation for optionals If an assertionType was may or should AND if the assertion was a reference to an external file, then the type was not being mapped correctly to its documentation descriptor. * Made line length changes as per @bigbluehat 20 August 2016, 05:44:37 UTC
8b0d514 Update web-platform-tests now that Attr inherits Node again Update web-platform-tests now that Attr inherits Node again after: https://github.com/whatwg/dom/commit/625a0747f137454c155a7b577a9e45be1aa35a34 20 August 2016, 05:22:40 UTC
5f9bf12 Re-sync Navigator API in html/dom/interfaces.html Re-sync Navigator API in html/dom/interfaces.html with the latest HTML specification: https://html.spec.whatwg.org/multipage/webappapis.html#navigator 19 August 2016, 22:29:02 UTC
934d2c5 Re-sync HTML Document with the latest HTML specification Re-sync HTML Document with the latest HTML specification: https://html.spec.whatwg.org/multipage/dom.html#the-document-object 19 August 2016, 22:04:47 UTC
b26de28 Drop PortCollection from html/dom/interfaces.html Drop PortCollection from html/dom/interfaces.html to match the HTML specification after: https://github.com/whatwg/html/commit/5804d8c3d17fe8e9c9b486082a8ea498dce638e9 19 August 2016, 20:56:25 UTC
ec7f57e Drop table sorting from html/dom/interfaces.html Drop table sorting from html/dom/interfaces.html as it was dropped from the HTML specification: https://github.com/whatwg/html/commit/59b7e2466c2b7c5c408a4963b05b13fd808aa07a 19 August 2016, 20:46:17 UTC
0f21b53 Drop ParentNode's query / queryAll to match the latest DOM specification https://github.com/whatwg/dom/commit/10b6cf1ba02806220d5461a3bdb7939728b73635 19 August 2016, 20:45:54 UTC
354b5db Drop XMLDocument.prototype.load from html/dom/interfaces.html Drop XMLDocument.prototype.load from html/dom/interfaces.html to match the HTML specification after: https://github.com/whatwg/html/commit/523f7a8773d2ab8a1eb0da6510651e8c5d2a7531 19 August 2016, 20:45:08 UTC
71263ec Re-sync Canvas API in html/dom/interfaces.html Re-sync Canvas API in html/dom/interfaces.html with the latest HTML specification. 19 August 2016, 20:40:15 UTC
2f92336 Remove CanvasProxy along with related concepts from html/dom/interfaces.html Remove CanvasProxy along with related concepts from html/dom/interfaces.html to align with the latest HTML specification after: https://github.com/whatwg/html/commit/740634d0f30a3b76e9da166ac2fa8835fcc073ab 19 August 2016, 19:49:54 UTC
329918f Merge pull request #3500 from alvestrand/no-infinity-constraints Don't use "Infinity" in a constraint 19 August 2016, 14:12:53 UTC
e3995c6 Don't use "Infinity" in a constraint The conversion of "infinity" to a long turns out to return zero (0). So this is not useful for testing. See https://github.com/w3c/mediacapture-main/issues/384 for details. This modification uses an unreasonable constraint value with no strange behavior. 19 August 2016, 13:07:59 UTC
300cbe9 Fix encoding issue in html/semantics/interfaces.html (#3499); r=Ms2ger 19 August 2016, 10:30:05 UTC
b92c066 cc Add tests for href etc URLs w/ port > 65535 19 August 2016, 09:19:18 UTC
3eabec8 Removed example test output (#3487) These ".html" files were being included in the test manifest, and are no longer needed since we are now introducing the real test cases. 19 August 2016, 06:25:37 UTC
b92bf65 Initial add of wai-aria folder. (#3474) * Initial add of wai-aria folder. Creating the placeholder in anticipation of the ARIA 1.1 test cases landing in short order. * Fixed lint errors. 19 August 2016, 06:25:13 UTC
cf1c8e0 Add copyright since test originated from Chromium 19 August 2016, 03:12:07 UTC
78b9d42 Merge pull request #3224 from tidoust/media-source-addSourceBuffer-mode Check that SourceBuffer.mode is correctly initialized 19 August 2016, 02:58:50 UTC
d113188 Merge pull request #3223 from tidoust/media-source-SourceBufferList Check on SourceBufferList getter added 19 August 2016, 02:41:36 UTC
0450e39 Merge pull request #3215 from tidoust/media-source-idl Added AudioTrackList and VideoTrackList and TextTrackList to known interfaces 19 August 2016, 02:33:14 UTC
c20e765 Merge pull request #3187 from tidoust/media-source-removesourcebuffer Completed MediaSource.removeSourceBuffer tests 19 August 2016, 02:25:47 UTC
a457d6d Merge pull request #3498 from wolenetz/stamp_mediasource_chromium_w3c_license Stamp Chromium+W3C license onto media-source/*.{html,js} files that originated in Blink per git log 19 August 2016, 02:21:28 UTC
74803c6 Stamp Chromium+W3C license onto media-source/ files that originated in Blink 19 August 2016, 02:03:54 UTC
c0d3c47 Merge pull request #3497 from wolenetz/tidoust-media-source-activeSourceBuffers-attribute @wolenetz completion of @idoust PR #3182 - Checks MediaSource.activeSourceBuffers and changes to track state 19 August 2016, 01:26:43 UTC
f2262ab Address my PR #3182 comments in mediasource-activesourcebuffers 19 August 2016, 01:19:32 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
992b04f Merge branch 'media-source-activeSourceBuffers-attribute' of https://github.com/tidoust/web-platform-tests into tidoust-media-source-activeSourceBuffers-attribute 17 August 2016, 23:47:32 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
back to top