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

sort by:
Revision Author Date Message Commit Date
9b6e516 Adding basic tests for the CSS.supports API as part of the CSS Conditional Rules Module L3. 31 March 2017, 12:32:11 UTC
775e510 XMLHttpRequest: update Document serialization test Serialization can never fail: https://github.com/whatwg/xhr/issues/120. 31 March 2017, 11:41:05 UTC
d67cc7d Implement Categorization for WebVTT Implement rudimentary categorization system and add a README. 31 March 2017, 07:17:13 UTC
59b635d Streams: pipeTo a writable stream with HWM > 1 31 March 2017, 06:41:54 UTC
182a98c Merge pull request #5273 from w3c/chromium-export-85bab14c83 [Reland #1] Don't create layout objects for children of display-none iframes. 30 March 2017, 18:28:44 UTC
9db855d [Reland #1] Don't create layout objects for children of display-none iframes. The initial CL leaked DOM objects by calling documentElement()->lazyReattachIfAttached() during Document::shutdown(). This reland advances m_lifecycle to DocumentLifecycle::Stopping slightly earlier in Document::shutdown(), and then only triggers documentElement()->lazyReattachIfAttached() if the state is earlier than DocumentLifecycle::Stopping. Partial stack of the DOM leak: ... documentElement()->lazyReattachIfAttached(); blink::Document::willChangeFrameOwnerProperties()\n blink::HTMLFrameOwnerElement::setWidget()\n blink::FrameView::dispose()\n blink::Document::shutdown()\n blink::FrameLoader::prepareForCommit()\n blink::FrameLoader::commitProvisionalLoad()\n blink::DocumentLoader::commitIfReady()\n blink::DocumentLoader::processData() > Most of this CL is plumbing for FrameOwnerProperties. Interesting changes: > * LayoutView can no longer have children if its FrameOwner is "DisplayNone". > * A local frame is "DisplayNone" if and only if it has no widget [which should > correspond to the actual display:none style]. > * The DisplayNone property is propagated to remote frames via > FrameOwnerProperties. > > Spec discussion: https://github.com/whatwg/html/issues/1813 BUG=650433 Review-Url: https://codereview.chromium.org/2743053003 Cr-Commit-Position: refs/heads/master@{#460646} 30 March 2017, 18:05:24 UTC
550cc20 Document .window.js tests 30 March 2017, 15:33:01 UTC
9cba588 Merge pull request #5094 from beverloo/background-fetch 30 March 2017, 12:57:10 UTC
cc95ccf XMLHttpRequest: fix broken authentication test (#5156) Fixes #3429 and fixes #4547. 30 March 2017, 12:29:00 UTC
e6a4a97 XMLHttpRequest: about:blank and bogus blob URLs are cross-origin (#5155) * XMLHttpRequest: about:blank and bogus blob URLs are cross-origin Fixes #3124. * also remove bogus links 30 March 2017, 12:20:26 UTC
180b023 XMLHttpRequest: minor cleanup of URLSearchParams test (#5154) 30 March 2017, 12:17:46 UTC
902276d Meta: make GitHub intro doc read a little better 30 March 2017, 10:33:34 UTC
40ffaec Meta: update docs related to CSS tests Fixes part of #5264. 30 March 2017, 07:50:02 UTC
eae7681 Add console timeline timelineEnd historical tests 30 March 2017, 02:31:19 UTC
2ade855 Merge pull request #5258 from w3c/chromium-export-68b9ec68fc Upstream service worker `controller` tests to WPT 29 March 2017, 20:35:00 UTC
e39841d Merge pull request #5257 from w3c/chromium-export-011484c541 Fixed wpt content-security-policy/style-src tests 29 March 2017, 20:01:56 UTC
b0b8deb Merge pull request #4756 from jugglinmike/webdriver-update-existing webdriver: update tests 29 March 2017, 19:05:37 UTC
ce02efc Merge pull request #5256 from w3c/chromium-export-57c4423dce Use Referrer-Policy headers for CSS stylesheets 29 March 2017, 18:23:39 UTC
7489e9f Merge pull request #5255 from w3c/chromium-export-d392fbe723 Fixed and un-skipped csp/font-src wpt tests 29 March 2017, 17:57:15 UTC
305749e Merge pull request #5253 from w3c/chromium-export-e6fbe05029 SVGStringList update tests. 29 March 2017, 17:19:10 UTC
91b01db Upstream service worker `controller` tests to WPT The Web Platform Tests project includes equivalent versions of these tests. Those copies have since been extended with additional assertions, rendering the Chromium versions obsolve. Remove the Chromium tests in favor of the more rigorous WPT versions. Correct a small formatting error introduced by the extension to the WPT tests. BUG=688116 R=falken@chromium.org Review-Url: https://codereview.chromium.org/2778223003 Cr-Commit-Position: refs/heads/master@{#460405} 29 March 2017, 17:00:01 UTC
7043fa7 Fixed wpt content-security-policy/style-src tests Fixed existing tests to use testharness Ported and deleted relevant tests from contentSecurityPolicy BUG=694525 Review-Url: https://codereview.chromium.org/2784543003 Cr-Commit-Position: refs/heads/master@{#460353} 29 March 2017, 16:59:55 UTC
445cf62 Use Referrer-Policy headers for CSS stylesheets Link to intent to ship: https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/YkXg6ZkW2Bs/6aDLAs0qBwAJ BUG=676645 R=estark@chromium.org Review-Url: https://codereview.chromium.org/2780533002 Cr-Commit-Position: refs/heads/master@{#460344} 29 March 2017, 16:59:50 UTC
3a9a92f Fixed and un-skipped csp/font-src wpt tests Modified existing tests to use testharness instead. Added more tests. Moved fonts.css into content-security-policy/support BUG=694525 Review-Url: https://codereview.chromium.org/2777823003 Cr-Commit-Position: refs/heads/master@{#460333} 29 March 2017, 16:59:44 UTC
927d2a7 SVGStringList update tests. Update the SVGStringList tests to use a SVGStringList other than requiredFeatures, as we need to remove requiredFeatures. Fix SVGStringList-basics. Make SVGStringList.js use requiredExtensions instead of requiredFeatures. BUG=635420 Review-Url: https://codereview.chromium.org/2780443002 Cr-Commit-Position: refs/heads/master@{#460120} 29 March 2017, 16:59:33 UTC
d701c51 [selectors4] Update :focus-within Shadow DOM tests to the latest spec (#5250) Use attachShadow() instead of createShadowRoot(). 29 March 2017, 15:27:41 UTC
e6dfabf Fix a comment in editing tests (#5246) gentest.html is no more, so the comment isn't helpful. I resurrected the comment from logs and updated it for #4759. 29 March 2017, 14:47:38 UTC
e1083e6 [eventsource] Do not send invalid HTTP response HTTP responses bearing status codes 204 and 205 MUST NOT include a body [1] [2]. In violating this restriction, the previous implementation of this test triggered unspecified behavior, which led to instability in the Chromium web browser. Update the test's request handler to omit a body for such responses. [1] https://tools.ietf.org/html/rfc7231#section-6.3.5 reads: > A 204 response is terminated by the first empty line after the header > fields because it cannot contain a message body. [2] https://tools.ietf.org/html/rfc7231#section-6.3.6 reads > Since the 205 status code implies that no additional content will be > provided, a server MUST NOT generate a payload in a 205 response. 29 March 2017, 14:32:11 UTC
58a6467 [presentation-api] Rename each file by adding '.https' (#5238) Moved all tests to 'https' test only, due to the use of `[SecureContext]` in the Presentation API specification. 29 March 2017, 13:35:59 UTC
98363ab Cleanup resource-timing tests (#4780) 29 March 2017, 12:02:49 UTC
aead619 Cleanup user timing tests (#5247) * Cleaned up the tests * secureConnectionStart is no longer optional * Removed trailing space * Removed trailing space 29 March 2017, 11:52:01 UTC
3eff1bd URL: file URLs and path (back) slashes Closes #4762 by superseding it. URL Standard: https://github.com/whatwg/url/issues/232. 29 March 2017, 10:03:08 UTC
cd04edc Indexed DB: do not use window.event window.event is not standardized. 29 March 2017, 05:58:28 UTC
8dc2b1c Add coverage for abort/error during an in-flight close Closes https://github.com/whatwg/streams/issues/693. Also cleans up nearby files in response to some post-merge review feedback in https://github.com/w3c/web-platform-tests/pull/5242 and https://github.com/w3c/web-platform-tests/pull/5224. 29 March 2017, 05:04:50 UTC
4dbd46c Fix lint breakage r=breakage 28 March 2017, 22:01:01 UTC
707edd6 Add myself as an OWNER of all of css Because this is obviously a good idea. 28 March 2017, 21:16:20 UTC
9210207 [service-workers] Correct test cleanup logic (#4944) * [service-workers] Correct test cleanup logic Because the test may complete before the generated frame's `load` event is triggered, the frame element may not necessarily be available to the calling script once the assertions have been executed. Account for this detail by deferring removal until the element is known to be available. * fixup! [service-workers] Correct test cleanup logic 28 March 2017, 17:08:54 UTC
ca2958d OWNERS changes (#5245) 28 March 2017, 16:17:57 UTC
3006d80 Merge csswg-test into web-platform-tests (aka: doing the damned thing) 28 March 2017, 15:23:42 UTC
4a38a39 Move everything to css/ in preparation for merge 28 March 2017, 15:22:57 UTC
3f336ba Move a bunch of CSS testsuites around to match their shortnames (#1246) 28 March 2017, 15:22:53 UTC
0132290 Fix the first header in the license file (#5244) 28 March 2017, 15:01:16 UTC
8346b7f Add coverage for various aspects of writable stream aborting This ports the still-applicable test modifications from https://github.com/whatwg/streams/commit/33773df16229cdc99147b4d5ad29a0493fe6c41a#diff-4c7e8a1ce50d6c68c3d24df6461fcfd6; some of them are different now as we ended up going in a different direction than that branch, but the overall principle of adding more asserts surrounding the events here and using recordingWritableStream more is a good one. Closes https://github.com/whatwg/streams/issues/694. 28 March 2017, 11:34:57 UTC
50a6d41 Make writer.write() expect rejection with the stored error Follows https://github.com/whatwg/streams/issues/700 and https://github.com/whatwg/streams/pulls/712. 28 March 2017, 09:22:44 UTC
4588012 Update to latest wpt-tools 28 March 2017, 09:18:52 UTC
a4da30b Add basic DataTransfer constructor test See: - https://github.com/whatwg/html/issues/2190 - https://github.com/whatwg/html/pull/2372 28 March 2017, 05:39:06 UTC
2514199 Merge pull request #5237 from w3c/chromium-export-6d5c31a047 Fixed external wpt csp img-src/* tests. 27 March 2017, 23:06:46 UTC
be536a8 Merge pull request #5236 from w3c/chromium-export-9de6f24edf Ensure correctness for interleaved IndexedDB cursor iteration. 27 March 2017, 23:01:10 UTC
f0c0674 Merge pull request #5235 from w3c/chromium-export-420b56c73f Upstream service worker `claim` tests to WPT 27 March 2017, 22:49:02 UTC
c2f2f15 Merge pull request #5234 from w3c/chromium-export-73f6c4b838 Fixed and improved content-security-policy/media-src tests 27 March 2017, 22:43:30 UTC
ac571b7 Fixed external wpt csp img-src/* tests. Fixed flaky test that caused the patch to need to be reverted Fixed the existing test Moved over some tests from http/test/security/contentSecurityPolicy Un-skipped the img-src folder This is a re-land of https://codereview.chromium.org/2763253002. BUG=694525 Review-Url: https://codereview.chromium.org/2772583004 Cr-Commit-Position: refs/heads/master@{#459751} 27 March 2017, 21:42:12 UTC
93b510a Ensure correctness for interleaved IndexedDB cursor iteration. BUG=702787 Review-Url: https://codereview.chromium.org/2763813002 Cr-Commit-Position: refs/heads/master@{#459613} 27 March 2017, 21:42:07 UTC
23b2c9e Upstream service worker `claim` tests to WPT BUG=688116, 675540 R=falken@chromium.org Review-Url: https://codereview.chromium.org/2763123002 Cr-Commit-Position: refs/heads/master@{#459538} 27 March 2017, 21:42:01 UTC
f69c719 Fixed and improved content-security-policy/media-src tests Removed duplicated blink tests Added new tests from the blink tests Using oga/ogv instead of mp3/mp4 because content_shell can't do mp3/mp4 BUG=694525 Review-Url: https://codereview.chromium.org/2766913003 Cr-Commit-Position: refs/heads/master@{#459400} 27 March 2017, 21:41:55 UTC
c62fc24 Remove unused bluetooth-helpers.js (#5220) This was accidentally upstreamed from Servo. 27 March 2017, 19:26:17 UTC
4b2e026 Fetch: getAll() was removed from Headers (#5140) See https://github.com/whatwg/fetch/issues/506. 27 March 2017, 17:24:24 UTC
e27e750 Merge pull request #5150 from lyzadanger/browsing-context-names-parent HTML: Extend Test Coverage for _parent named browsing context (7.1.5) 27 March 2017, 16:54:40 UTC
0508311 CORS: change userinfo tests due to URL parser changes (#5121) In particular empty string password is now the same as not having a password. 27 March 2017, 16:23:00 UTC
2c544f0 Fetch: add return statement to cors-preflight-status.any.js (#5230) Supersedes #5228. 27 March 2017, 16:20:34 UTC
070a1f4 HTML: Extend test coverage for named contexts: _parent - Add tests for reused `parent` context - Add tests for case-sensitivity - Organize supporting files 27 March 2017, 16:06:47 UTC
f6100de Fetch: use .any.js syntax 27 March 2017, 16:03:48 UTC
e4e0c6f WebSocket: don't throw for bad ports This changed in https://github.com/whatwg/html/pull/840 to improve the security architecture. Fixes https://github.com/whatwg/html/issues/2460. 27 March 2017, 15:54:22 UTC
8eced53 [css-ui-3] Add a bunch of tests for the outline-* properties (#1192) 27 March 2017, 15:49:42 UTC
b3c6e08 [geometry-1] Add DOMPoint test for Editor’s Draft https://drafts.fxtf.org/geometry/#dompointreadonly https://drafts.fxtf.org/geometry/#dompoint 27 March 2017, 14:15:37 UTC
1e77980 Tweak streams test expectations around errors Follows whatwg/streams#705. 27 March 2017, 12:06:54 UTC
14f3997 WebVTT: Update parser and tests for spec changes Update parser for https://github.com/w3c/webvtt/pull/337 Update parser to drop `line:1,` and update tests 27 March 2017, 08:48:40 UTC
ddeab94 Add idlharness.js tests for WebUSB This patch creates idlharness.js-based tests for WebUSB using a copy of the IDL index from the most recent Editor's Draft of the specification. IDL definitions related to Permissions API support are not included because they are currently unstable. 27 March 2017, 06:59:31 UTC
1353eab cc Update messages.json 26 March 2017, 13:16:45 UTC
f9ba227 Merge pull request #1002 from Ms2ger/jikai Submit Ji Kai's transforms test. 25 March 2017, 17:25:57 UTC
cdc7898 Merge pull request #1218 from frivoal/box-sizing-tests [css-ui-3] Add missing box-sizing tests 25 March 2017, 17:03:38 UTC
a38bee3 [css-ui-3] Change descriptions from "used" to "resolved" values 25 March 2017, 07:40:57 UTC
6491cbc Merge pull request #1106 from gsnedders/flex-grow-007 Add test for flex-grow being less than one 25 March 2017, 06:19:19 UTC
a891e42 Merge pull request #1145 from Manishearth/cascading [css-logical-props-1] Add test for cascading of logical and physical properties 25 March 2017, 03:54:50 UTC
231aaae [css-color-4] Add some decimals to ensure <number> parsing, not just <integer> 25 March 2017, 03:35:07 UTC
853e481 [css-color-4] Fix typo. 25 March 2017, 03:12:09 UTC
161d427 Add a similar test for flex-shrink 25 March 2017, 02:54:36 UTC
7cdfc5a Add test for flex-grow being less than one This was accidentally tested prior to #1104. 25 March 2017, 02:54:36 UTC
eceee56 Fix 'page-container-009': Add page margins (#776) 25 March 2017, 01:54:06 UTC
931294b Improve page-container-010 (#778) 25 March 2017, 01:46:38 UTC
83b4219 Add console.count manual test 25 March 2017, 01:45:40 UTC
2403ba8 Fix trailing whitespace 25 March 2017, 01:07:53 UTC
b747088 Fix ref-filled-green-100px-square mismatch again 25 March 2017, 01:07:53 UTC
f604146 Remove unbuilt CSS1 testsuite (#1254) Per the README, all the build system does is convert the XML source files to XHTML 1.1 and adds link elements. Given we're building into a single format and nobody is ever going to use the source files for anything else, we can just get rid of the unbuilt files and the build system entirely and allow people to edit the built files. 25 March 2017, 01:06:35 UTC
e8091af Support for getPropertyValue to return empty string (#815) getPropertyValue returns en empty string in both IE. In chrome there is a proposed changed to update getPropertyValue with an empty string instead of returning null. 25 March 2017, 00:20:56 UTC
277cc24 [css1] Fix reference to resolve vertical-align problem reported in https://github.com/w3c/csswg-test/pull/1090 and to only use CSS1 features. 25 March 2017, 00:13:30 UTC
8ce9445 Merge pull request #1067 from cvrebert/display-revert [css-cascade] Add simple test for 'revert' keyword value 24 March 2017, 22:27:40 UTC
0e1ec64 Merge pull request #990 from Ms2ger/namedFlows Improve regions-om-NamedFlow tests. 24 March 2017, 22:15:55 UTC
82a11bc Merge pull request #985 from Ms2ger/multicol Submit multicol-basic tests. 24 March 2017, 21:45:08 UTC
42f0ca8 Use multiple global scopes (aka any.js) (#5203) 24 March 2017, 20:13:33 UTC
881b369 Stop the stability checker running on multiple commits on master. The stability checker tried to work out which commits to test by looking at all the commits on the current branch that aren't on another branch. But if the current branch is e.g. master then this will produce many more commits than intended. To fix this use the merge-base with master when it's closer to HEAD than the last commit not on another branch. 24 March 2017, 19:49:02 UTC
e2e5b0c Use references in reference/ rather than css21/reference/ (#1253) 24 March 2017, 16:11:43 UTC
309b9ea Update to latest tools submodule 24 March 2017, 15:54:03 UTC
079f031 WebSocket: use t.step_timeout and t.unreached_func Closes #4966. 24 March 2017, 10:33:25 UTC
3033434 Merge pull request #1252 from mrego/selectors-filled-green-square [selectors-4] Remove custom reference file for :dir() tests 24 March 2017, 09:12:49 UTC
af0fff8 Test default style for <dialog> without small screen breakpoint Follows https://github.com/whatwg/html/pull/2459 24 March 2017, 08:31:08 UTC
cb40d4c [selectors-4] Remove custom reference file for :dir() tests The results of the tests are a 100x100 filled green square, the generic css21/reference/ref-filled-green-100px-square.xht fits perfectly. 24 March 2017, 08:24:32 UTC
7541d0b Merge pull request #1251 from mrego/selectors-focus-within-markup [selectors-4] Fix markup on several :focus-within tests 24 March 2017, 08:11:26 UTC
ba02914 [selectors-4] Fix markup on several :focus-within tests 24 March 2017, 06:10:12 UTC
21bb48d Add a test for default 'display' for <dialog> Follows https://github.com/whatwg/html/pull/2458. 24 March 2017, 04:12:37 UTC
1a1d57f Merge pull request #5216 from w3c/revert-5214-chromium-export-ad1bc7494f Revert "Revert of Remove |remote| and |readonly| members of MediaStreamTrack. (patchset #5 id:80001 of https://codereview.chromium.org/2723433002/ )" 24 March 2017, 00:02:45 UTC
back to top