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

sort by:
Revision Author Date Message Commit Date
c46a31a . 21 September 2016, 12:18:08 UTC
0883992 Print the difference in manifests on Travis. 21 September 2016, 12:02:52 UTC
2ed8d50 Use more widely supported syntax in cloning-steps.html. (#3771) r=gsnedders 21 September 2016, 11:34:52 UTC
678d337 Merge pull request #3784 from w3c/test-manifest Test that the manifest script works; r=gsnedders 21 September 2016, 11:25:49 UTC
c813a56 Test that the manifest script works. 21 September 2016, 11:19:01 UTC
5dadc1d Update tools. Fixes #3775. 21 September 2016, 11:18:36 UTC
812f598 Hide the output element once the test is completed to make the test WebKit friendly. (#3496) Added a button to toggle the visibilit of the detiled output so that the serialized plain text of the test output will always be the same. This is a useful property for WebKit's automated testing system. 21 September 2016, 10:44:57 UTC
ce6381a Get a MediaStreamTrack instance from WebAudio for event constructor test (#3780) 21 September 2016, 10:32:35 UTC
0602b49 Update specificResource definitions to reflect WG changes (#3766) The WG tuned some definitions to make the tests work a bit better. 21 September 2016, 10:11:31 UTC
f5aa98a Import a test for HTMLElement constructor from WebKit 21 September 2016, 10:01:33 UTC
346fbd3 Fix typo in html/browsers/origin/cross-origin-objects/cross-origin-objects.html (#3777) Fix typo in html/browsers/origin/cross-origin-objects/cross-origin-objects.html. 20 September 2016, 22:00:49 UTC
bcbc23b [eme] Fix #3435: Expect TypeError instead of InvalidAccessError (#3761) 20 September 2016, 17:12:25 UTC
fe565a9 [eme] Update the IDL for w3c/encrypted-media#329 (#3762) 20 September 2016, 17:08:53 UTC
cb51394 [eme] Fix comment and spacing in generate-request-disallowed-input.js (#3759) 20 September 2016, 16:35:20 UTC
edac673 Add missing -manual to some pointerevent tests (#3772) 20 September 2016, 16:19:52 UTC
ce7aa53 Adding tests with a not-default referrer and various referrer policies (#3768) 20 September 2016, 13:44:41 UTC
feeb96c Data URL after redirection are expected to fail (#3769) 20 September 2016, 12:34:53 UTC
e1c9885 Adding more Accept and Accept-Language tests (#3767) 20 September 2016, 12:31:33 UTC
04db04d Merge pull request #3770 from w3c/chromium-review-386485-1474374042 Remove test cases for input[type=datetime]. It was removed in [1]. html/semantics/forms/historical.html already tests type=datetime is not supported. If a test file doesn't cover type=datetime-local, testcases for type= datetime are converted for type=datetime-local. [1] https://github.com/whatwg/html/commit/80ba4fa24e5d3d81a10aa1bbd8a2f72f4bcc3f7c Author: Kent Tamura <tkent@chromium.org> Review: https://chromium-review.googlesource.com/386485 20 September 2016, 12:28:52 UTC
85efe09 Remove test cases for input[type=datetime]. It was removed in [1]. html/semantics/forms/historical.html already tests type=datetime is not supported. If a test file doesn't cover type=datetime-local, testcases for type= datetime are converted for type=datetime-local. [1] https://github.com/whatwg/html/commit/80ba4fa24e5d3d81a10aa1bbd8a2f72f4bcc3f7c Author: Kent Tamura <tkent@chromium.org> Review: https://chromium-review.googlesource.com/386485 20 September 2016, 12:20:42 UTC
b71e6d3 [eme] Move two Google tests to the migrated directory (#3737) 20 September 2016, 10:58:54 UTC
54bd93a [eme] Move Google/encrypted-media-playback-multiple-sessions.html to migrated_to_root_disabled (#3745) 20 September 2016, 10:57:59 UTC
4ae07f9 [eme] Miscellaneous test cleanup (#3736) 20 September 2016, 10:20:04 UTC
5a011ca Use temporary licenses (#3754) 19 September 2016, 18:59:43 UTC
900041f Restore iteration order test for indexed properties (#3753) See https://github.com/w3c/web-platform-tests/pull/3742#issuecomment-248016252 r=Ms2ger 19 September 2016, 15:58:21 UTC
0d191c7 Test that AnimationPlaybackEvent and AnimationPlayerEvent can not be created with createEvent. (#3750) 19 September 2016, 09:15:00 UTC
ba98b4f AmbientLightSensor: add some basic functionality tests (#3696) * AmbientLightSensor: add some basic functionality tests Cover start(), stop(), onchange, onstatechange and secure stuff when browsing context * Remove duplicate assertions for sensor.state Which has been covered in AmbientLightSensor_onstatechange.html 18 September 2016, 03:12:46 UTC
1f2080f [eme] Updates to multi-session sequential tests (#3629) 16 September 2016, 15:31:23 UTC
590b96b Merge pull request #3731 from w3c/MediaStreamTrackEvent-constructor Test the MediaStreamTrackEvent constructor 16 September 2016, 13:27:55 UTC
67282eb Sort arrays before comparison in html/dom/documents/dom-tree-accessors/document.forms.html (#3742) Sort arrays before comparison in html/dom/documents/dom-tree-accessors/document.forms.html. The test expected the HTMLCollection properties to be enumerated in the following order: "item", "namedItem", "length". I am not aware of any particular reason why these need to be in this specific order (even though they are in Firefox). In WebKit, for example, those are in the following order: "length", "item", "namedItem", which corresponds to the order in which they are in the specification's IDL: - https://dom.spec.whatwg.org/#htmlcollection 16 September 2016, 11:03:32 UTC
bd3eb92 Merge pull request #3743 from w3c/chromium-review-386457-1474008555 Fix incorrect stepMismatch tests for type=month. 2001-03 is 374 months from 1970-01, which is the default step base. So step=2 didn't mismatch. Author: Kent Tamura <tkent@chromium.org> Review: https://chromium-review.googlesource.com/386457 16 September 2016, 08:18:31 UTC
e62c14c Remove reference to AnimationPlayerEvent (#3741) https://codereview.chromium.org/2344473002 renames AnimationPlayerEvent to AnimationPlaybackEvent in Chromium. dom/nodes/Document-createEvent.html refers to the old name (added by @foolip in https://github.com/w3c/web-platform-tests/commit/760b8955f804ffbbd4240c185eb109364bb186e1). On the review of the Chromium patch, foolip suggests removing this line, noting that new events aren't getting this treatment any more. 16 September 2016, 06:58:39 UTC
d4cd799 Update tools. 16 September 2016, 06:56:26 UTC
9b70583 [html] Fix form-validation-{check,report}Validity.html Fix incorrect stepMismatch tests for type=month. 2001-03 is 374 months from 1970-01, which is the default step base. So step=2 didn't mismatch. Author: Kent Tamura <tkent@chromium.org> Review: https://chromium-review.googlesource.com/386457 16 September 2016, 06:50:13 UTC
69abb6e Add test for touch pointer events attributes coverage (#3668) 15 September 2016, 20:39:14 UTC
1bf03c9 Refactor and fix HTMLTrackElement/src.html (#3639) A single \u0000 character gets stripped by the URL parser; "Remove any leading and trailing C0 controls and space from input." Fixes #2125. Closes #2663. The empty string case still expects resolved URL per the current spec, see: https://github.com/whatwg/html/pull/1745 https://github.com/whatwg/html/issues/1739 15 September 2016, 20:02:09 UTC
fb738bc Add IDL tests for SecurityPolicyViolationEvent. (#3728) As defined in https://w3c.github.io/webappsec-csp/#securitypolicyviolationevent. Chrome passes 24/29. 15 September 2016, 20:00:42 UTC
6d86465 Add tests for <input> cloning steps Upstreamed from https://github.com/tmpvar/jsdom/blob/13badf0b0cec67b50f019442dafe091230a6b9cb/test/web-platform-tests/to-upstream/dom/nodes/Node-cloneNode-input.html (but modified to avoid arrow functions and const). 15 September 2016, 19:42:06 UTC
71a68f3 Update reflection tests around URLs (#3640) If a URL fails to resolve, return the input string instead of the empty string. Change a.ping and area.ping to reflect as a normal string. The empty string still resolves per the current spec, see: https://github.com/whatwg/html/pull/1745 https://github.com/whatwg/html/issues/1739 15 September 2016, 19:29:27 UTC
bfe67a1 Merge pull request #3734 from w3c/add-textarea-cloning-steps Add tests for <textarea> cloning steps 15 September 2016, 18:59:46 UTC
5407b11 Drop testing for table.sortable attribute from HTML reflection test Drop testing for table.sortable attribute from HTML reflection test given that it is no longer in the HTML specification. 15 September 2016, 18:07:01 UTC
2410e81 Drop style.scoped attribute testing from HTML reflection test Drop style.scoped attribute testing from HTML reflection test as it is no longer part of the HTML specification. 15 September 2016, 18:06:42 UTC
bd57987 Fix #3624: Migrate to W3C DRMToday account (#3733) 15 September 2016, 18:03:08 UTC
5f20b4b Add tests for <textarea> cloning steps These were added in https://github.com/whatwg/html/commit/957fd0c91c6ee3abd77538be3a2b4c5531754f62. 15 September 2016, 17:52:37 UTC
37153a1 Test the MediaStreamTrackEvent constructor 15 September 2016, 16:31:12 UTC
a34dd65 Merge pull request #3725 from w3c/chromium-review-385332-1473921353 [html] Remove incorrect tests in month.html. 15 September 2016, 06:44:45 UTC
590880d [html] Remove incorrect tests in month.html. * The first, second, and third removed tests The specification has the following sentences: > The value attribute, if specified and not empty, must have a value that is a > valid month string. > The min attribute, if specified, must have a value that is a valid month > string. The max attribute, if specified, must have a value that is a valid > month string. But they are author-requirements, not UA requirements. They don't define what UA should do for invalid values. * The fourth removed test: https://html.spec.whatwg.org/multipage/forms.html#dom-input-value > On setting, it must set the element's value to the new value, set the > element's dirty value flag to true, invoke the value sanitization algorithm, > if the element's type attribute's current state defines one, It means UA should not keep the old value even if an invalid value is set. The removed tests fail with Edge, WebKit, and Blink. Author: Kent Tamura <tkent@chromium.org> Review: https://chromium-review.googlesource.com/385332 15 September 2016, 06:36:51 UTC
68f4b8f Fix drm-mp4-playback-persistent-license-events configuration (#3717) Also fixes comments and other nits. 15 September 2016, 02:25:25 UTC
23a48f3 [eme] Add a README with tips for running tests the first time (#3719) 15 September 2016, 02:24:09 UTC
56ea52b Merge pull request #3713 from engelke/engelke-hkdf-cleanup Engelke hkdf cleanup 14 September 2016, 19:09:27 UTC
de70de0 Merge pull request #3714 from gsnedders/fix_non_support_support_files; r=Ms2ger Make tests show up as tests in the MANIFEST 14 September 2016, 15:37:20 UTC
cb96697 Mark these tests explicitly as manual so they get marked as a test 14 September 2016, 15:25:35 UTC
76f855e Add <link rel=match> to these old tests so they get run 14 September 2016, 15:25:26 UTC
238af46 Add reference for this (unmarked) manual test 14 September 2016, 15:24:22 UTC
b8de780 Use Ahem to make sure a fail is obvious 14 September 2016, 15:24:22 UTC
f9af973 Make these (unmarked) manual tests testharness.js tests 14 September 2016, 15:24:22 UTC
8d3b4f2 Make this a testharness.js test instead of just outputting PASS/FAIL 14 September 2016, 15:24:22 UTC
64fdddb Update anno tests to reflect test strategy (#3704) As approved by the working group on 9 September. * Fixed lint errors. 14 September 2016, 13:35:06 UTC
939e652 Add a test for Node::getRootNode(). (#3705); r=zcorpan This is based on the tests removed in commit 3d6a24e4ae2e23b8008b48d8fbd9161f05bc5ba1. 14 September 2016, 13:04:05 UTC
90880a0 Test that area.hreflang/type, time.datetime, a/area.media, link/a/area.noreferer are not supported (#3711); r=Ms2ger 14 September 2016, 11:04:26 UTC
93a41fa Drop area.hreflang / area.type from HTML reflection test (#3709) Drop area.hreflang / area.type from HTML reflection test given that those attributes are obsolete and no longer part of the HTML specification. See https://github.com/whatwg/html/pull/236 14 September 2016, 07:46:24 UTC
64658e6 [eme] Update Google/encrypted-media-syntax.html to Blink 6e3647df59a9b8a2c77d49ce5681e2a5b3ab7d17 (#3708) This corrects the test and resolves failures in Chrome 55. 13 September 2016, 23:37:09 UTC
cfa6323 Added Web IDL for Resource Timing (#3541) 13 September 2016, 19:04:04 UTC
aadede9 Add a test for Node::getRootNode(). This is based on the tests removed in commit 3d6a24e4ae2e23b8008b48d8fbd9161f05bc5ba1. 13 September 2016, 16:41:30 UTC
7f88c8f Test that CanvasProxy and related features are not supported (#3701); r=Ms2ger 13 September 2016, 15:31:23 UTC
e45fa94 Test that table sorting is not supported (#3702) r=Ms2ger 13 September 2016, 14:54:36 UTC
55c15dc Worker interface objects (#3697) * Rewrite shared worker interface-object tests * Update which interface objects to expect in workers * Update expectations for PopStateEvent/HashChangeEvent/PageTransitionEvent 13 September 2016, 13:01:36 UTC
86994b9 Documents created from 'data:' URLs have opaque origins (#3663) This patch adds the small test created for whatwg/html#1753, which asserts that 'data:' URL documents have an origin which serializes to 'null', and block DOM access to excitingly cross-origin properties. 13 September 2016, 09:22:39 UTC
d2bc252 Add missing argument which is required (#3535) * ambient-light: Add missing argument which is required * Use a real event "reading" instead of "" 13 September 2016, 02:24:33 UTC
88ccbd1 Updated spec makes salt and info required. Tests updated to check that. 12 September 2016, 21:16:58 UTC
2a2325c Merge pull request #9 from w3c/master Catch up to base repository 12 September 2016, 20:58:23 UTC
d40e0de Add a test for the Window-only NavigatorID attributes. (#3698) 12 September 2016, 15:45:19 UTC
6ca0701 Ensuring HTTP headers are combined with ','and not ', ' (#3689) 12 September 2016, 11:58:57 UTC
32f59f6 Import two trivial Fullscreen tests from Blink (#3692) Most Fullscreen tests require user interaction, but start with these two that don't. Source: https://crrev.com/8fc482ed65ffd4320b64ab205e9e4a1a83e1270d 12 September 2016, 10:02:29 UTC
b71d596 Upstream startTime.html from Blink (#3329) * Upstream startTime.html from Blink Import additional test from https://chromium.googlesource.com/chromium/src/+/4e8c3bc91382a3a69b5ddf6287101a4d5f47f6c5/third_party/WebKit/LayoutTests/web-animations-api/startTime.html * Make call to animate use consistent style - createDiv - null keyframes - MS_PER_SEC * Rename `player` to `animation` and make quote style consistent 12 September 2016, 03:42:18 UTC
c51a023 Remove XMLHttpRequest/event-error.html (#3693) https://github.com/w3c/web-platform-tests/commit/a84360cff0acea2768287a09329323d927f06fbb introduced a .sub version of this, but did not delete the old version (instead simply changing it so that it always failed, since no substituation was performed and the result was an invalid URL.) 12 September 2016, 03:11:40 UTC
5a06f13 Fix setRequestHeader tests to use "," instead of ", " (#3694) See https://fetch.spec.whatwg.org/#concept-header-list-combine 12 September 2016, 03:10:49 UTC
d13e52e Implementation of annotation protocol server (#3634) Relies upon wptserve but fully conforms to the requirements of the protocol. Useful as a reference implementation. Also useful as a means of testing the server tests that are in a separate PR 10 September 2016, 06:07:04 UTC
99910f1 Annotation model ui changes (#3632) * Changed manual test UI Pushed detailed list of assertions below the textarea so that it is easier to use. * Brought in testharness.css to improve presentation 10 September 2016, 06:02:19 UTC
356334b Update drm waiting for key test for new MessageHandler approach (#3690) 09 September 2016, 20:31:48 UTC
79151e1 Test that MediaController, .mediaGroup, .controller are not supported (#3686) See https://github.com/whatwg/html/issues/192 09 September 2016, 20:06:53 UTC
d8b0af0 Merge pull request #3684 from w3c/forms-historical Test that various removed form features are not supported 09 September 2016, 16:26:02 UTC
99f154d Test that <input name=isindex> is not supported See https://github.com/whatwg/html/issues/1088 09 September 2016, 14:54:30 UTC
1281c2f Test that <iframe seamless> is not supported (#3683); r=Ms2ger See https://github.com/whatwg/html/issues/331 09 September 2016, 14:42:55 UTC
575ecfe Test that <style scoped> is not supported (#3685); r=Ms2ger Also remove existing test for <style scoped>. See https://github.com/whatwg/html/issues/552 09 September 2016, 14:42:18 UTC
d0411c3 Test that beforescriptexecute/afterscriptexecute are not supported (#3687); r=Ms2ger See https://github.com/whatwg/html/issues/943 09 September 2016, 14:41:33 UTC
bfc99c0 fixup 09 September 2016, 12:43:23 UTC
db9cf57 Test that various removed form features are not supported 09 September 2016, 12:40:30 UTC
b2c070b Add coverage for rect / rectangle shape to area-shape.html (#3659) 09 September 2016, 09:46:31 UTC
552dfd0 Drop iframe.seamless attribute checking from HTML reflection test (#3667) Drop iframe.seamless attribute checking from HTML reflection test as it is no longer part of the specification. 09 September 2016, 09:44:45 UTC
5241961 cc picture in rp is now a doc-conformance error 09 September 2016, 08:58:46 UTC
dc5cbf0 Merge pull request #3682 from w3c/sync_2075f54216381d3b1186f18bca0b48b8226234e8 Merge pull request #3682 from sync_2075f54216381d3b1186f18bca0b48b8226234e8 09 September 2016, 07:39:50 UTC
b578a82 Merge pull request #3681 from w3c/sync_b6df7c0f2a9411c8867a423fd03def0586604170 Merge pull request #3681 from sync_b6df7c0f2a9411c8867a423fd03def0586604170 09 September 2016, 07:39:35 UTC
ae1aad3 Merge pull request #3680 from w3c/sync_4d3096fbc57a1d5c7473a34347f0f37acc051d5f Merge pull request #3680 from sync_4d3096fbc57a1d5c7473a34347f0f37acc051d5f 09 September 2016, 07:39:19 UTC
9401929 Merge pull request #3679 from w3c/sync_fd41602300db2a870b956ea7f7010935c37a08dd Merge pull request #3679 from sync_fd41602300db2a870b956ea7f7010935c37a08dd 09 September 2016, 07:39:04 UTC
ddf3ed6 Merge pull request #3678 from w3c/sync_7ab6f261c21f4bcf6ce14365a09e9c99300a80e5 Merge pull request #3678 from sync_7ab6f261c21f4bcf6ce14365a09e9c99300a80e5 09 September 2016, 07:38:48 UTC
d33d5a6 Merge pull request #3677 from w3c/sync_543e0f8ad8e7f85285d0c26aba97414ff46ceb46 Merge pull request #3677 from sync_543e0f8ad8e7f85285d0c26aba97414ff46ceb46 09 September 2016, 07:38:33 UTC
ba3ff30 Merge pull request #3676 from w3c/sync_98f2d8ebf03f6666551702ac7ab656220cf2930f Merge pull request #3676 from sync_98f2d8ebf03f6666551702ac7ab656220cf2930f 09 September 2016, 07:38:15 UTC
1670937 Merge pull request #3675 from w3c/sync_a7cd7171f88b5128007e0263dcb109c5cc3ca406 Merge pull request #3675 from sync_a7cd7171f88b5128007e0263dcb109c5cc3ca406 09 September 2016, 07:37:55 UTC
2075f54 dom::Response implementation 09 September 2016, 07:37:41 UTC
back to top