sort by:
Revision Author Date Message Commit Date
11f336c Fix whitespace errors 14 December 2016, 00:38:17 UTC
1eb5ede Add SVG marker tests for orient auto and auto-start-reverse 14 December 2016, 00:30:05 UTC
3c6add8 Add SVG marker tests for marking multiple sub-paths 14 December 2016, 00:29:12 UTC
34d54c4 cc html[manifest] is obsolete 12 December 2016, 10:04:47 UTC
40df945 cc Update messages.json 12 December 2016, 09:09:23 UTC
5d20181 keygen is obsolete 12 December 2016, 06:53:20 UTC
3ba5d53 Test non-support for removed members of Attr Per https://dom.spec.whatwg.org/#dom-core-changes 09 December 2016, 18:26:41 UTC
8202564 URL: percent encode in fragments See https://github.com/whatwg/url/issues/150. 09 December 2016, 17:41:15 UTC
04b3b0d Test for the absence of DOMStringList. 09 December 2016, 09:27:39 UTC
4b017a5 Fetch: more Origin header tests Also update some existing ones to match pending specification changes: https://github.com/whatwg/fetch/issues/225. 09 December 2016, 07:35:26 UTC
8e114c6 Fix test flakiness caused by not waiting for an iframe to load. If these tests don't wait for onload before proceeding it is possible for the iframe to load after the postMessage call and onmessage assignment have been done, but before the task to deliver the message event has been executed, causing the message to never be delivered. 09 December 2016, 00:27:52 UTC
0e462a0 Merge pull request #4303 from w3c/chromium-export-try Add tests for fullscreenchange and fullscreenerror event timing 08 December 2016, 23:40:20 UTC
1489fe9 Add tests for fullscreenchange and fullscreenerror event timing Although HTML does not yet define animation frame tasks as used by Fullscreen, it does have "run the fullscreen rendering steps". That's the old hook, making the timing of these events relative to resize and animation frame callbacks unambiguous: https://fullscreen.spec.whatwg.org/#dom-element-requestfullscreen https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model Spec issue: https://github.com/whatwg/html/issues/707 document-exit-fullscreen-timing-manual.html consistently matches -expected.txt, with (accidentally) correct timing but no resize event. element-request-fullscreen-timing-manual.html usually matches -expected.txt, with incorrect timing, but can accidentally get the timing right and instead fail due to no resize event. Both are marked as flaky to be safe, and will be enabled in a coming CL. Note: This CL is also a test for the WPT export process. Firefox passes both fullscreechange event tests, but fails the fullscreenerror test. (Implementation preceded spec changes.) BUG=402376,672436 Review-Url: https://codereview.chromium.org/2564543002 Cr-Commit-Position: refs/heads/master@{#437283} 08 December 2016, 23:34:30 UTC
7f2990a CSP:EE - Test `<iframe csp>` attribute (#4297) 08 December 2016, 12:33:38 UTC
383210a Basic tests for Upgrade-Insecure-Requests. (#4292) 08 December 2016, 09:05:11 UTC
e4860d0 Update with the license text copied from https://github.com/w3c/licenses/blob/master/TEST-LICENSE.md 07 December 2016, 23:08:24 UTC
9bfcc59 Align BroadcastChannel test with the HTML Standard Per https://github.com/whatwg/html/issues/1319 this should simply work. 07 December 2016, 21:38:01 UTC
bbdd6aa Update slotchange tests to match current DOM Standard (#4291) The change of DOM Standard is: https://github.com/whatwg/dom/commit/89a849a54f123b3409be4bf371735fd0f901ef20 07 December 2016, 09:28:49 UTC
1754702 Test more Document object clone aspects See https://github.com/whatwg/dom/issues/378 for context. 07 December 2016, 00:18:58 UTC
a80eb01 OffscreenCanvas conformance tests: clean up and add new tests This change does three things: * Clean up some tests. In our previous changes, there were some tests that are wrong, mostly because typos, and some don't make sense. * Add image-smoothing tests, replicated from 2dcontext/ * Add some tests for general OffscreenCanvas APIs, for example, commit(), transferToImageBitmap, and so on. Notice that for some of the "general API" tests, the name of the worker tests ends with w.html. The reason is that we cannot name is with worker.html, otherwise the wpt test runner will automatically looking for a associated .js file which we don't have. 06 December 2016, 21:01:51 UTC
0592a96 review some initial tests for resource timing (#4266) * review some initials tests for resource timing * update the comments * remove resource_failure tests * remove ^M EOL * remove TRAILING WHITESPACE 06 December 2016, 16:12:40 UTC
a91d63a address comments 06 December 2016, 02:56:13 UTC
b8a93c2 Merge pull request #4114 from fippo/simplecall-assert-video webrtc: require remote video to be loaded 05 December 2016, 15:55:57 UTC
3a54be0 webrtc: require remote video to be loaded This changes the test definition slightly and requires that the remote videos loadedmetadata has been called. This will only happen when the ICE and DTLS connections are up and the videos readyState is HAVE_ENOUGH_DATA. Also changes the onicecandidate handlers to always pass event.candidate into the other peerconnections addIceCandidate. 05 December 2016, 15:20:09 UTC
d501bd6 Merge pull request #4248 from eehakkin/test-multipart-form-data-header-field-and-parameter-combinations Add multipart/form-data part header field and parameter tests 05 December 2016, 06:20:35 UTC
5441740 add some more tests 04 December 2016, 19:38:49 UTC
dcba0d4 Add multipart/form-data part header field and parameter tests 04 December 2016, 17:24:49 UTC
991f751 modify some tests 03 December 2016, 16:11:19 UTC
5915964 Update expectations on innerText's getter for <rp> Test update for https://github.com/whatwg/html/pull/2129 03 December 2016, 00:06:52 UTC
852ee06 Add mkruisselbrink to some OWNERS files FileAPI, service-workers, webmessaging 02 December 2016, 20:53:02 UTC
e06f5db OffscreenCanvas 2d context conformance tests - part 5 (final) Adding the last batch of auto-generated tests. 02 December 2016, 17:58:36 UTC
35837da add the rest of the tests 02 December 2016, 16:09:16 UTC
3a8a24e OffscreenCanvas 2d context conformance tests - part 4 Landing more auto-generated tests 02 December 2016, 15:14:05 UTC
de0cefe add two folders of tests 02 December 2016, 14:38:00 UTC
0a20cb2 OffscreenCanvas 2d context conformance tests - part 3 Adding the next batch of auto-generated tests 02 December 2016, 14:31:16 UTC
3c8896a Add `strict-dynamic` + `javascript:` CSP tests. (#4275) * Add `strict-dynamic` + `javascript:` CSP tests. * Explicitly assert_false in the main test. 02 December 2016, 11:05:14 UTC
48f210e Update tests for Fullscreen of an iframe's child element Tests for https://github.com/whatwg/fullscreen/issues/45 Also add @aliams and @jernoble to fullscreen/OWNERS. 02 December 2016, 10:56:01 UTC
f4daead revert the previous change, let travis do the check 02 December 2016, 02:29:26 UTC
229d884 a small change to make travis restart the check, will revert 02 December 2016, 02:28:39 UTC
df7bb3a Change stability check script to edit comments after update (#4273) r=gsnedders 01 December 2016, 20:23:40 UTC
22fc053 add test folder start with f 01 December 2016, 17:51:39 UTC
fe5f12b OffscreenCanvas 2d context conformance tests - part 2 Add generated tests for sub-folders starting with 'c' and 'd' 01 December 2016, 17:49:00 UTC
4c038b7 Merge pull request #4203 from Honry/ALS/refresh-tests AmbientLightSensor: Update tests to be compliance with latest ED 01 December 2016, 15:20:00 UTC
8bba338 Fix compatibility issue between idlharness.js and chromium 02 December 2016, 06:02:23 UTC
80039e5 adds folders starts with d 01 December 2016, 12:12:45 UTC
8bfd2b0 Update webmessaging tests to match current HTML spec. (#4263) Includes verification that the origin of the message the data: url sent actually comes from an opaque origin. 01 December 2016, 11:11:08 UTC
0bbceb9 Make dom/nodes/Node-cloneNode.html create all tests properly If some element is not supported, it would throw an exception and fail to create the subsequent createElement tests. Instead pass in a string of the type name and check that it is supported inside the test, and only fail that one test if it isn't. 01 December 2016, 10:50:07 UTC
8ca5dc8 Merge pull request #4270 from w3c/chromium-export-try Upstream RTCDataChannelEvent and RTCPeerConnectionIceEvent ctor tests 01 December 2016, 02:54:02 UTC
f68fabb Upstream RTCDataChannelEvent and RTCPeerConnectionIceEvent ctor tests These are from two recent CLs: https://codereview.chromium.org/2463953002 https://codereview.chromium.org/2494553002 Note: This CL is a test of the WPT export process. Do not make changes in LayoutTests/imported/wpt/ without coordination or changes may be lost. BUG=657117 Review-Url: https://codereview.chromium.org/2509983007 Cr-Commit-Position: refs/heads/master@{#434716} 01 December 2016, 02:19:56 UTC
59ebb25 minor clean up to the generator script 01 December 2016, 01:18:02 UTC
a3f7e61 Add onauxclick tests For https://github.com/whatwg/html/pull/2088 30 November 2016, 22:58:33 UTC
9fbb156 include folders' name start with c 30 November 2016, 21:49:03 UTC
c3033b5 update generator 30 November 2016, 21:31:03 UTC
25d2115 Fix some tests under 2dcontext to match the spec There are some tests under 2dcontext/ that don't reflect the specs. 2d.composite.operation.clear.html 'clear' is a valid globalCompositeOperation, so assign that should change ctx.globalCompositeOperation to be 'clear'. spec for clear mode is here: https://drafts.fxtf.org/compositing/#porterduffcompositingoperators_clear 2d.drawImage.zerocanvas.html The spec here: https://html.spec.whatwg.org/multipage/scripting.html#drawing-images, says in step 1, that when source canvas size is 0, "returns bad, then abort these steps without drawing anything", so no exception should be thrown. 2d.drawImage.zerosource.html The spec link is the same as the above one. In step 3, it states "If one of the sw or sh arguments is zero, abort these steps. Nothing is painted.", so no exception should be thrown. This change fixes those tests to reflect the current spec. 30 November 2016, 19:59:07 UTC
9f21a8e include folders' name starts with c 30 November 2016, 16:40:17 UTC
8cb51c1 Fix template 30 November 2016, 14:49:50 UTC
8493c04 [Presentation API] Fix connect, terminate and presentation page (#4256) This update partially addresses #4040. It fixes the test on the `connect` event and the misnamed event in the `terminate` test. The `start()` promise test that checks for `InvalidAccessError` was also not returning a Promise in practice. The update also fixes the presentation page: the code was missing a curly bracket and was not expecting the right object in response to the `connectionavailable` event. 30 November 2016, 08:37:48 UTC
72f095b OffscreenCanvas 2d context conformance tests - part 1 Spec for OffscreenCanvas: https://html.spec.whatwg.org/multipage/scripting.html#the-offscreencanvas-interface This change adds conformance tests for OffscreenCanvas and its 2D context. Notice that in the spec for OffscreenCanvasRenderingContext2D, it looks like this: OffscreenCanvasRenderingContext2D implements CanvasState; which means that the tests for OffscreenCanvasRenderingContext2D can follow the tests for CanvasRenderingContext2D. Luckily we have a loooot of tests under 2dcontext/, and most of them are automatically generated by using the scripts in 2dcontext/tools/gentest.py This change modifies the existing generator scripts to create OffscreenCanvas variants of existing 2d context tests. The generated tests will land progressively in follow-up commits in such a way to avoid timing out the automated checks. 29 November 2016, 21:46:20 UTC
1a53659 make auto generation a util function 29 November 2016, 19:52:27 UTC
9220328 Reduced my number of notications 29 November 2016, 18:22:47 UTC
c62b427 remove trailing white space 29 November 2016, 15:47:44 UTC
449933c script is done 29 November 2016, 14:58:25 UTC
7326f8c Test for specific cross-origin object exceptions (#3699) This adds a new test to test for specific cross-origin object exceptions as discussed in https://github.com/whatwg/html/issues/1727. Once this test is more widely implemented the cross-origin-objects.html resource can be replaced by it (as indicated within the resource). 29 November 2016, 14:00:17 UTC
d3e80d6 [Presentation API] Fix typo in defaultRequest_success-manual (#4255) Test was incorrectly checking for the *absence* of a presentation identifier, instead of checking for its *presence*. 29 November 2016, 10:26:53 UTC
fc9d763 Add BroadcastChannel tests. 29 November 2016, 06:52:04 UTC
1625501 Mention Bash on Ubuntu on Windows in docs 29 November 2016, 02:36:44 UTC
778f2b4 Fetch: align multipart/form-data with HTML See https://github.com/whatwg/fetch/issues/422 for rationale. 25 November 2016, 09:30:51 UTC
4eee461 Update Firefox archive URL (#4249) 25 November 2016, 09:30:07 UTC
8efb671 Merge pull request #4219 from w3c/SVGUnitTypes Test SVGUnitTypes changes (no longer a mixin) 25 November 2016, 02:57:45 UTC
c723ea7 Move csswg-test-style manual tests to actually be manual (#4245) r=jdm 24 November 2016, 18:12:06 UTC
4c7c497 fixup! Check which node is returned in the xml_xpath_tests.xml test data (#2732) (#4244) r=Ms2ger 24 November 2016, 16:00:41 UTC
374f5e3 Check which node is returned in the xml_xpath_tests.xml test data (#2732) r=Ms2ger 24 November 2016, 15:23:44 UTC
08b5ff1 Test window.onerror when <script src> URL contains a hash See https://github.com/whatwg/html/pull/2075 24 November 2016, 10:53:20 UTC
79c0631 fixup! Test SVGUnitTypes changes (no longer a mixin) 24 November 2016, 09:45:46 UTC
f7cc6a4 Merge pull request #4240 from w3c/annevk/fetch-headersinit-idl-changes Reflect HeadersInit changes 24 November 2016, 07:36:56 UTC
3217584 Reflect HeadersInit changes This is a change for https://github.com/whatwg/fetch/pull/418 and also aligns with the recent IDL change to replace OpenEndedDictionary with record. 23 November 2016, 18:45:09 UTC
669cb2b Ensuring only-if-cached mode throws if not used with same-origin mode (#4239) 23 November 2016, 14:42:07 UTC
84ad754 Remove duplicated tests 23 November 2016, 12:37:30 UTC
a4c2b37 Make test setup resilient against buggy implementations (#4233) One test asserts that the cache name "unpaired\uD800" does not get mapped to "unpaired\uFFFD", but relies on a cache by that name not existing. If an implementation is buggy it will implicitly create the cache, causing the test to fail the setup checks on subsequent runs, as opposed to hitting the actual test assertions. Change the test to delete the caches so that it starts with a clean slate regardless of whether or it passes the test. 22 November 2016, 18:38:01 UTC
1e61b51 SW Cache Storage: use promise_rejects helper (#4235) Convert tests to use the standard testharness.js promise_rejects() helper and remove the legacy assert_promise_rejects() helper and the now unused resources/testharness-helpers.js file. Also renames credentials test with .https.html suffix since this is a [SecureContext] feature. 22 November 2016, 17:07:10 UTC
793c1d5 address comments 22 November 2016, 15:21:29 UTC
9cee794 elementFromPoint: fix scrolled out of view cases (#4217) 22 November 2016, 08:46:15 UTC
4a508c4 Remove gratuitous metadata and self-loop in reftest graph 22 November 2016, 01:59:38 UTC
b6676b2 [cc] Remove test that expects iframe with content to be valid See https://github.com/validator/validator/issues/403 22 November 2016, 01:58:37 UTC
447a589 Annotation vocabulary setup (#4231) * Created vocab space * Directory to hold context testing tools * Add python vocab testing implementation * Copied sample files over for test input. * Expected results for correct annotation samples in N-Triples. * Annotation tests in Ruby. * HTML results of running Ruby annotation tests, as Markdown. * Entail graphs before linting, which fixes some false negatives. * Added a README and a local version of the vocab * Update some expected test expectations for Annotation triples. Update Annotation test results for Ruby. * Updated vocabulary to match CR version. * Update some gem dependencies and don't test RDFa version of manifest. 22 November 2016, 01:28:10 UTC
93faa62 Tests modified 21 November 2016, 20:40:01 UTC
7f82950 Describe OWNERS file policy (#4227) 21 November 2016, 16:33:32 UTC
b5618c8 [Presentation API] Fix presentation reconnection test (#4173) The Presentation API reconnection test no longer uses "localStorage", is now as automated as possible, captures all possible exceptions to ensure a test results gets reported no matter what, and was re-written using promises to be more readable. This update fixes #4041. 21 November 2016, 09:42:36 UTC
fd841a4 [html] HTMLFieldSetElement.prototype.elements should return HTMLCollection. (#4229) Follow a specification change [1]. The test passes with Firefox, and fails with Google Chrome 56. Note that |children_outer instanceof HTMLCollection| doesn't work because HTMLFormControlsCollections inherits from HTMLCollection. [1] https://github.com/whatwg/html/commit/934887d313305448b7ba6dd3af6f7434e1b600c8 21 November 2016, 06:54:20 UTC
39cbd1f Add referrer policy test case for srcdoc iframes with own policy (#4226) This commit modifies the img-tag referrer policy tests to test a srcdoc iframe with its own referrer policy set via <meta> tag, adding on to the existing tests for srcdoc iframes that inherit the referrer policy of their parent document. The corresponding HTML change is https://github.com/whatwg/html/pull/1871. This also corrects a bug in https://github.com/w3c/web-platform-tests/pull/3700, which was comparing undefined to undefined (using the 'referrer' property of image data, when it should be headers.referer). 19 November 2016, 08:01:51 UTC
93900ad Merge pull request #4220 from pwnall/idb_tests2 Add test for IndexedDB name scoping. 19 November 2016, 00:40:22 UTC
d3840a2 Add test for IndexedDB name scoping. 18 November 2016, 23:12:09 UTC
5a1f188 Move URL origin tests to new file Origin differences cover up parser differences in the results. 18 November 2016, 22:52:21 UTC
d276a79 Indexed DB: Test for absence of historical types/attributes/consts 18 November 2016, 09:26:57 UTC
e77230f Indexed DB: Update IDL test logic and WebIDL files (#4223) Pick up the additions and refinements made in the "v2" spec: https://w3c.github.io/IndexedDB/ * Wrap XHR callback in step_func 17 November 2016, 20:56:18 UTC
f96b506 Make tests clear 17 November 2016, 01:56:07 UTC
1adc16c Test SVGUnitTypes changes (no longer a mixin) Tests for https://github.com/w3c/svgwg/issues/291 and https://github.com/w3c/fxtf-drafts/issues/90 16 November 2016, 22:32:13 UTC
ae27094 scrollingElement: fix test timeout (#4218) r=gsnedders 16 November 2016, 17:32:38 UTC
9d39ad8 Add requestIdleCallback tests. (#2163) * Add requestIdleCallback tests. 16 November 2016, 16:32:22 UTC
45068ff Fixed expectation relying on :last-child bug in Blink. Running querySelector inside an unclosed element like the snippet below would never return anything for :last-child in Blink due to https://crbug.com/662036 : <body> <div></div> <script> document.querySelector("div:last-child"); </script> </body> The test expectation here was relying on that bug. A fix is about to land in Blink: https://codereview.chromium.org/2505543004 16 November 2016, 13:21:25 UTC
back to top