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

sort by:
Revision Author Date Message Commit Date
00165ae Remove more numbers from test names Missed in #3615. 26 October 2016, 13:52:40 UTC
0acd8f6 [eme] Fix #4058: Correct expected order of closed promise resolutions (#4073) 26 October 2016, 04:11:11 UTC
9ea4fc3 [eme] Extend the timeout of expired license test to long. (#4080) The test currently races against the 10 second normal test timeout. If latency is introduced by network conditions this test will often fail with a timeout. Extending this to be a long test mitigates this. 26 October 2016, 03:16:42 UTC
ca75a57 [eme] Correct expected readyState value when waitingforkey (#4076) https://github.com/w3c/encrypted-media/issues/338 changed the expected readyState value when the current frame has been decrypted and decoded, which is the case in this test. 25 October 2016, 21:37:24 UTC
f30a5ba Fix the promise_test use in cors-redirect.js. 25 October 2016, 15:11:07 UTC
c817902 Fix #4026: Have license expire in the near future (#4070) 25 October 2016, 15:06:04 UTC
a8e190a Update resources. 25 October 2016, 15:00:05 UTC
3dca159 Add tests for disconnected checkbox/radio/form Closes https://github.com/whatwg/html/issues/1893 as it turns out only Firefox was not following the specification for radio/checkbox, even though it’s a little weird they behave differently from `<form>`. But you know, it’s the web. 25 October 2016, 10:31:56 UTC
8ef8dfe [eme] Fix #4030: Expect 'TypeError' exception in several more tests (#4060) 24 October 2016, 23:43:43 UTC
9427cbe Updated WebIDL to match hr-time-2 24 October 2016, 23:36:21 UTC
5f9c069 Fix #4029: Handle createSession() failures if persistent sessions not supported (#4059) 24 October 2016, 23:15:22 UTC
1443705 [dom] Split Range-mutations.html into 10 test files. (#4049) Chromium project has 90 seconds limit for each of test run with Debug build. Range-mutations.html was too slow, and exceeded the limit. 24 October 2016, 23:08:14 UTC
c3178e2 Merge pull request #4068 from eehakkin/feature/fetch/fix-form-data-promise-tests Fix Response consume promise tests to return promises. 24 October 2016, 22:00:58 UTC
1b0b9ed [eme] Improve reporting of failures for event sequence tests (#4014) 24 October 2016, 20:58:33 UTC
092cb22 Add some more fetch UTF-8 handling tests 24 October 2016, 20:02:50 UTC
34b9673 Fix #4031: Timestamp auth token 60 seconds in the past (#4045) 24 October 2016, 18:41:14 UTC
2017bf8 Test the removal of Unicode case-insensitive radio/usemaps This follows the spec change proposed at https://github.com/whatwg/html/pull/1941. 24 October 2016, 15:38:01 UTC
360c291 Fix Response consume promise tests to return promises. 24 October 2016, 13:33:35 UTC
06ae26c We decided to make abort() no-op more Closes https://github.com/whatwg/xhr/issues/88, which also explains why we made these changes. 24 October 2016, 13:05:17 UTC
10d7df5 Update to latest wpt-tools 24 October 2016, 11:07:44 UTC
e0b8cb5 Reduce logging coming from wptrunner in stability check (#4066) 24 October 2016, 11:00:12 UTC
3dc0216 Two more tests for Event-dispatch-click.html Also make sure Firefox can actually run them without issue. 24 October 2016, 10:46:53 UTC
bd99724 Removing myself from test reviewers for WebRTC I think my name got added to the OWNERS list automatically because I contributed one of the initial tests. 24 October 2016, 10:04:04 UTC
089c33e Add RTCPeerConnection constructor tests 24 October 2016, 09:59:50 UTC
492da09 Adding support for testing PUT in addition to POST for XMLHttpRequest/send-blob-with-no-mime-type.html (#4065) 24 October 2016, 07:18:54 UTC
a874b80 Fix stability checking script to not depend on github token 23 October 2016, 22:29:31 UTC
c5a14f5 Convert more of the stability checking script to python 22 October 2016, 09:33:12 UTC
5078aa4 Revert "Convert more of the stability checking script to python" This reverts commit 08f63b73436d65f0900b6173032dd81939b50b97. 21 October 2016, 21:48:08 UTC
c9012ce Revert "Example test changes" This reverts commit 4b20c8fab63a41d2bfc48a322d18a531d1d1a323. 21 October 2016, 21:48:05 UTC
ab48f43 Fix bugs in some CEReactions tests DOMTokenList.html: One of the test cases was erroneously asserting that DOMTokenList shouldn't enqueue attributeChangedCallback when the removed token doesn't exist. DOMTokenList's remove doesn't check such a condition: https://dom.spec.whatwg.org/#dom-domtokenlist-remove WebKit will pass the newly asserted behavior once https://webkit.org/b/163653 and Chrome fails. Document.html: The test about importNode was erroneously asserting that a custom element imported into a window-less document would be upgraded. Fixed this test case and added a test case for adopting a node from a template content. Both WebKit (after the aforementioned bug) and Chrome pass the newly added test case. reactions.js: Fixed the assertion for the prototype of custom elements. We need to assert that customElement.__proto__ is equal to CustomElement.prototype, not the constructor itself. 21 October 2016, 19:48:49 UTC
08f63b7 Convert more of the stability checking script to python 21 October 2016, 15:26:24 UTC
4b20c8f Example test changes 21 October 2016, 15:26:24 UTC
c3a52af Update resources. Fixes https://github.com/w3c/testharness.js/issues/218. 21 October 2016, 08:35:46 UTC
26c8d4e Change ol.start reflection default This updates the tests for ol.start to match https://github.com/whatwg/html/pull/1916. The relevant tests pass in Firefox and, mostly, in Edge. (Edge has issues parsing "7e2" and does not support the .reversed IDL attribute, but it passes the tests for .start.) 20 October 2016, 19:44:51 UTC
c64a068 Adding more empty fetch body tests There is a potential interop issue with FormData, explained in the comments; this test picks one possible value, but that value is not supported by any specs. 20 October 2016, 18:16:05 UTC
7e8373f Handle no files changing in the stability script 20 October 2016, 13:44:35 UTC
1f902b9 Make sure setting pathname to "?" encodes it 20 October 2016, 13:40:49 UTC
50075bf Enable logging test stability results to GitHub PR. 20 October 2016, 13:30:10 UTC
7291dd7 Add a travis job for testing PR stability The purpose of the job is to identify poorly-written, unstable, tests as early in the cycle as possible. To this end we use wptrunner to run all the changed tests in the PR in Firefox and Chrome. If 10 runs of the tests don't all give a consisent result then the job fails. Adding Edge and Safari should be possible, but will be challenging because of their strict platform dependencies. 20 October 2016, 13:30:10 UTC
7987189 Test URL setters on <a> and <area> too 20 October 2016, 12:52:37 UTC
933a7cc Synthetic click events and event dispatch This is testing some of the scenarios discussed in https://github.com/whatwg/dom/issues/325 and specified in https://github.com/whatwg/dom/pull/342. 20 October 2016, 12:29:28 UTC
d36bd31 Test deleteCell/deleteRow with -1/0 when there are no cells/rows Tests for https://github.com/whatwg/html/pull/1924 20 October 2016, 11:17:55 UTC
373d76b Initial connection state, connectionavailable and defaultRequest (#3977) * Close #3521 - controlling-ua/startNewPresentation_success-manual.html and controlling-ua/defaultRequest_success-manual.html now check that the initial presentation state is "connecting". * New test for PresentationRequest.onconnectionavailable added as well. * defaultRequest test now starts via a user gesture on browser's user interface (i.e. "Cast..." menu in the case of Google Chrome). 20 October 2016, 09:25:39 UTC
f2f9d85 Splitting request-cache.html tests in files dedicated to each cache mode 20 October 2016, 03:32:32 UTC
ebe06fb Fix inaccurate test description (#4032) Fixes #3939 20 October 2016, 03:27:29 UTC
40b50dd Import tests for parsing and upgrading custom elements from WebKit These tests have been reviewed and landed into WebKit: https://trac.webkit.org/browser/trunk/LayoutTests/fast/custom-elements Almost all test cases pass on both WebKit and Blink. Both test cases in parser-uses-constructed-element.html fails on Blink because Blink erroneously falls back to creating HTMLUnknownElement when a custom element constructor returns an element different from the one returned by the first call to HTMLElement constructor. The last test case in parser-uses-registry-of-owner-document.html fails on Blink because Blink erroneously creates a non-HTMLElement Element inside a document created by document.implementation.createDocument with HTML namespace. And the test case using the Document constructor fails in Blink since Blink does not implement the Document constructor yet. 20 October 2016, 01:17:03 UTC
7154c15 Fix #3938: Report failures as FAIL instead of TIMEOUT (#4023) 19 October 2016, 21:31:08 UTC
b4fe823 Merge pull request #3452 from w3c/fetch-multi-globals Add multi-global tests for Request/Response 19 October 2016, 14:39:53 UTC
6513724 The promise rejection won't be caught by this try/catch block. 19 October 2016, 12:45:54 UTC
9b56271 Removing sub prefixes for test no longer needing it 19 October 2016, 12:24:27 UTC
31a76dc cc Remove duplicate keys from dicts` Fixes #3113 19 October 2016, 09:59:00 UTC
32b7b13 Clean whitespace from incoming URLs We received reports that tests were breaking due to at least a `container_url` being passed in with untrimmed white space (i.e. " http://..."). This fixes that. 19 October 2016, 09:18:13 UTC
3fe6b94 Import tests for MathML lengths (#4008) * Address Karl's review comments for length tests. 19 October 2016, 09:04:04 UTC
8d0c751 [eme] Fix typo, make drm-mp4-playback-temporary-encrypted-clear-sources.html pass. (#4017) 19 October 2016, 06:55:07 UTC
d1ca068 Import tests for document.createElement and ugprading custom elements from WebKit. The tests have already been landed into WebKit, and WebKit passes all test cases. Chrome fails some test cases in Document-createElement.html which asserts that the exceptions thrown while creating an element is reported instead of rethrown as well as test cases that uses `new Document` in upgrading.html. 19 October 2016, 01:41:13 UTC
6233afa Add .DS_Store to .gitignore. .DS_Store is a file Finder on Mac automatically generates like Thumbs.db file on Windows. 19 October 2016, 01:33:38 UTC
458d1d1 Import MathML tests for underscripts and overscripts. 19 October 2016, 01:21:39 UTC
3cf529b Import MathML tests to check display and color attributes and dynamic DOM. 19 October 2016, 01:20:34 UTC
fbe5ac0 Merge pull request #3994 from w3c/console-namespace Test that console is a namespace 18 October 2016, 22:45:41 UTC
5a4ec62 Fix #4011: Support event sequences with multiple license request rounds (#4013) 18 October 2016, 20:33:51 UTC
d0129e5 Fix #3982: Remove check for remove method failure on temporary sessions (#4012) 18 October 2016, 20:03:12 UTC
17aaff9 Fix #3993: Remove unused script playback-temporary-multikey-multisession.js (#3997) 18 October 2016, 15:54:07 UTC
035b361 Fix a regression with persistent license tests (#3992) 18 October 2016, 15:53:55 UTC
9684318 Import MathML tests for the <mspace> element. 18 October 2016, 15:00:15 UTC
46f6708 Import some style tests for MathML elements The following style features are verified: - CSS color - CSS display - CSS visibility - MathML displaystyle attribute 18 October 2016, 14:45:10 UTC
d14da9b Import MathML tests for radical and math axis constants. 18 October 2016, 14:44:35 UTC
4114c72 Fix TrackEvent constuctor test Fix TrackEvent constuctor test so that we pass a valid Track object in the dictionary. We would previous pass {} which would throw in all browsers because they expect the type: "(VideoTrack or AudioTrack or TextTrack)?". 18 October 2016, 05:47:39 UTC
a565cb6 Add an OWNERS file for console 17 October 2016, 23:35:42 UTC
3041df4 Import one test to check the OS/2 USE_TYPO_METRICS flag. 17 October 2016, 23:16:47 UTC
a6a65c4 Import more MathML tests for fractions. 17 October 2016, 23:15:39 UTC
9a66031 Import MathML script tests for subscripts and superscripts. 17 October 2016, 23:15:00 UTC
40e451c Test that console is a namespace Tests for https://github.com/whatwg/console/commit/9a0792da2037f988efc3374bc53ef51e59544d4c. 17 October 2016, 22:28:03 UTC
1f78ad9 Fix typo in set multiple different mediakeys test. (#3986) One of the assertions in the test was checking the media keys on a _video2 variable. This test only deals with setting media keys on a single video, _video, so this appears to be a typo. 17 October 2016, 18:15:09 UTC
5c6086b Add tests for CEReactions IDL attribute on core HTML objects These tests cover: DOMStringMap (dataset), Document, Element, ElementContentEditable, HTMLElement, Range, and Selection interfaces defined in: - https://w3c.github.io/DOM-Parsing/ - https://dom.spec.whatwg.org/ - https://html.spec.whatwg.org/ Fixes a bug in the two test cases for NamedNodeMap that were trying to remove an attribute that doesn't exist. 17 October 2016, 17:54:15 UTC
f6345d8 Add a fetch error test where the error happens after the promise resolution 17 October 2016, 17:51:55 UTC
452d5a8 SharedWorker no longer throws URLMismatchError (#3942) See https://github.com/whatwg/html/pull/175 for details. 17 October 2016, 12:59:48 UTC
b8b0d0e Import MathML tests for the id and class attributes. This commit imports tests from the MathML in HTML5 test suite to check the use of id and class attributes on MathML elements: - Javascript (getElementById and getElementsByClassName) - CSS selectors (#id and .class) - id used as a fragment identifier 17 October 2016, 12:11:58 UTC
2b98250 Import tests for MathML in SVG and for MathML links. (#3980) * Import tests for MathML in SVG and for MathML links. This commit imports the following tests from the MathML in HTML5 test suite: - Two reftests to verify what happens when one clicks on a MathML element with a href attribute or on one of its descendant. - A manual test to verify the UI of MathML links. - Two tests to check that the MathML namespace is recognized as a required extension of the SVG foreignObject element. * Remove trailing whitespace in href-click tests. 17 October 2016, 11:16:28 UTC
66ffd47 Fix step_func_done() usage in pointerlock_shadow-manual.html (#3919) The test misused step_func_done(), and it could succeed when early return happened, which should be ignored. Use step_func() and test.done() explicitly so that we only catch the correct condition. 17 October 2016, 01:53:58 UTC
e9cc2ce Add fetch tests for URLSearchParams 14 October 2016, 13:50:56 UTC
efefb82 Import one script test for fractions from the "MathML in HTML5" tests (#3976) This is a first commit to import the "MathML in HTML5" tests: - The tests will be located in mathml/. This folder contains a README file mentioning the "MathML in HTML5" implementation note verified by the tests - Python scripts to generate WOFF fonts will be imported into mathml/tools/ - The generated math fonts will be located in fonts/math/ - The organization of the mathml/ directory will follow the sections of the implementation note A first script test to verify the fractions parameters is imported together with the corresponding Python scripts and WOFF fonts. 14 October 2016, 12:10:00 UTC
32f6ec1 Merge pull request #3864 from cdumez/keyboard_replace_OS_Meta Update uievents/keyboard manual tests 14 October 2016, 07:40:57 UTC
f9bf37f Referrer Policy: Test image loads inside srcdoc frames. (#3700) * Referrer Policy: Test image loads inside srcdoc frames. This patch teaches the 'img-tag'-style tests to load an image both in the top-level document, and inside a 'srcdoc' frame. The referrer should be the same in both places. Addresses w3c/web-platform-tests#2851. * fixup whitespace * fixup console.log 14 October 2016, 07:25:41 UTC
4e45bce Simplify tests for checking the finish notification steps 14 October 2016, 07:08:28 UTC
d2a35dc Upstream updating-the-finished-state.html from Blink Import https://chromium.googlesource.com/chromium/src/+/1adf0ee89ff0fc220845bcef943e464fa114f5b3/third_party/WebKit/LayoutTests/web-animations-api/animation-onfinish.html Includes the following changes: * Rewrite to test both events and promises * Make all animations 1ms long We don't need the animations to be any longer, and some tests are waiting for the animation to finish. * Add test for seeking past finish Also factor out event/promise checks to helper function. * Wait for ready promise; save timeline time 14 October 2016, 07:08:28 UTC
a838bae Adding tests to ensure fetch Response body chunks are cloned 13 October 2016, 18:31:26 UTC
7694217 [eme] Expect TypeError for empty array parameters 13 October 2016, 16:54:50 UTC
1d81fe1 Test current Realm (still to be defined in more detail) At some point IDL will actually define in what realm objects are created. But we're going to test it now. 13 October 2016, 14:55:47 UTC
b530caf Returning fetch promise so that assertions are actually tested (#3971) 13 October 2016, 10:50:38 UTC
8239344 Fixing redirect.py script so that it outputs correct parameters for its location URL (#3947) 13 October 2016, 10:49:56 UTC
0096719 UI event tests for focus and mouse-related events (#3857); r=garykac 13 October 2016, 10:38:45 UTC
3149e77 Fix #3956: Fail gracefully on media source errors (#3961) * lint 12 October 2016, 18:29:45 UTC
205203d Fix typo in playback-temporary-multikey-sequential.js. (#3966) 12 October 2016, 17:52:04 UTC
c860e8c Update clearkey-mp4-requestmediakeysystemaccess.html to test that passing (#3965) 12 October 2016, 17:51:05 UTC
889e13e Change drm-mp4-syntax-mediakeysystemaccess.html to expect TypeError for (#3964) 12 October 2016, 17:48:44 UTC
d920d2c Ensure setmediakeys.js checks error name against expected error name rather than the assertion description string. (#3959) 12 October 2016, 17:40:04 UTC
21a3253 Workers and data URLs (#3943) Provide basic tests for https://github.com/whatwg/html/pull/1782. 12 October 2016, 11:44:48 UTC
dd603c3 Basic <script> and data URL test (#3945) See https://github.com/whatwg/html/pull/1782 for pointers to more context. 12 October 2016, 11:43:45 UTC
e7faed0 <img> and a data URL (#3944) Basic test for https://github.com/whatwg/html/pull/1782. 12 October 2016, 10:42:26 UTC
dc159d2 Correct wrong closing tags of WebIDL blocks in service-workers. The following commit fixed only tags at the beginning. This patch fixes the closing tags to work properly. https://github.com/w3c/web-platform-tests/commit/d7072b6f4d04ca90fb4f3a545d3bcb0dd55feac8 12 October 2016, 09:41:46 UTC
back to top