swh:1:snp:b37d435721bbd450624165f334724e3585346499

sort by:
Revision Author Date Message Commit Date
a1e68e5 fixup drop flaky bit of the test. 07 April 2017, 15:54:58 UTC
c7d506e fixup getcomputedstyle 07 April 2017, 13:54:47 UTC
53ba945 Test nonce-hiding behavior. As specified in whatwg/html#2373. 07 April 2017, 11:24:23 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
83b4219 Add console.count manual test 25 March 2017, 01:45:40 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
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
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
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
10a70b7 Merge pull request #5215 from w3c/chromium-export-7d998666c3 Upstream service worker message event tests to WPT 23 March 2017, 23:57:07 UTC
9c7c118 Revert "Revert of Remove |remote| and |readonly| members of MediaStreamTrack. (patchset #5 id:80001 of https://codereview.chromium.org/2723433002/ ) " 23 March 2017, 23:50:31 UTC
063235b Merge pull request #5214 from w3c/chromium-export-ad1bc7494f Revert of Remove |remote| and |readonly| members of MediaStreamTrack. (patchset #5 id:80001 of https://codereview.chromium.org/2723433002/ ) 23 March 2017, 23:49:53 UTC
a8baffe Upstream service worker message event tests to WPT This patch corrects invalid assertions relating to the `ports` property described by the ExtendableMessageEvent API (see crbug.com/702352 and crbug.com/702361). It also re-formats the tests to improve test precision (by reducing reliance on the `toString` operation) and more closely align with the patterns used within the Web Platform Tests project. BUG=688116,702352,702361 R=falken@chromium.org Review-Url: https://codereview.chromium.org/2751113005 Cr-Commit-Position: refs/heads/master@{#459099} 23 March 2017, 23:36:42 UTC
5a391c7 Revert of Remove |remote| and |readonly| members of MediaStreamTrack. (patchset #5 id:80001 of https://codereview.chromium.org/2723433002/ ) Reason for revert: Temporarily reverting this CL because it causes a perf regression. See http://crbug.com/703605. Will reland once we understand why the regression occurred. Original issue's description: > Remove |remote| and |readonly| members of MediaStreamTrack. > > Spec reference: > http://w3c.github.io/mediacapture-main/getusermedia.html#attributes-1 > > removal was in the February 22, 2016'. > [#321] Remove track attributes "remote" and "readonly" : > https://github.com/w3c/mediacapture-main/pull/321 > > Intent to Deprecate and Remove : > https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/d20ECb2sWzI > > BUG=598704 > > Review-Url: https://codereview.chromium.org/2723433002 > Cr-Commit-Position: refs/heads/master@{#456639} > Committed: https://chromium.googlesource.com/chromium/src/+/27c39dbef0b07b7cd62fb2476d0f0836115fe672 TBR=tkent@chromium.org,aelias@chromium.org,alexmos@chromium.org,bbudge@chromium.org,dpranke@chromium.org,drott@chromium.org,esprehn@chromium.org,haraken@chromium.org,hongchan@chromium.org,hta@chromium.org,mcasas@chromium.org,mkwst@chromium.org,peter@chromium.org,rdevlin.cronin@chromium.org,sergeyu@chromium.org,peary2@gmail.com # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=598704 Review-Url: https://codereview.chromium.org/2767963002 Cr-Commit-Position: refs/heads/master@{#459096} 23 March 2017, 23:36:37 UTC
8bb0b76 Use any.js approach to simplify testing (#5199) * Use any.js approach to simplify testing * Move monotonic-clock to any.js 23 March 2017, 17:36:24 UTC
13062c6 Fetch: HTTP cache tests Related Fetch change: https://github.com/whatwg/fetch/pull/496. 23 March 2017, 13:47:20 UTC
63d40d1 orientation-event: Update idlharness.js tests Updates the embedded WebIDL for orientation-event/idlharness.html to match the change made to DeviceMotionEvent(Init).interval. See https://github.com/w3c/deviceorientation/pull/40. 23 March 2017, 08:33:44 UTC
bb66394 Merge pull request #5207 from w3c/chromium-export-4f03d87332 Upstream service worker postMessage tests to WPT 23 March 2017, 00:23:31 UTC
acff031 Upstream service worker postMessage tests to WPT BUG=688116 R=falken@chromium.org Review-Url: https://codereview.chromium.org/2763113002 Cr-Commit-Position: refs/heads/master@{#458941} 23 March 2017, 00:12:19 UTC
787af0f Use <script> tag for IDL in orientation-event/idlharness.html. This test used <pre> tags to hold the IDL definitions needed to generate test cases however it also used CSS to hide these tags which also hid the tag containing the test results. Instead I've switched the <pre> tags to <script type="text/plain"> tags which are recommended by the idlharness documentation. 23 March 2017, 00:08:12 UTC
6ae3985 Merge pull request #5205 from w3c/chromium-export-manual CSP: 'connect-src' should not cause exceptions. 22 March 2017, 21:39:14 UTC
3c8e645 Remove console.log 22 March 2017, 21:16:14 UTC
6d9c0f2 Merge pull request #5198 from youennf/webkit-169958 WebKit export of https://bugs.webkit.org/show_bug.cgi?id=169958 22 March 2017, 21:07:37 UTC
94fe25e CSP: 'connect-src' should not cause exceptions. 22 March 2017, 20:59:40 UTC
fc5b882 Improving style 22 March 2017, 16:50:34 UTC
e9fc3cf Re-apply submodule updates In 7649b7796e4f75085d2910dfb9ce38fd9b76f7bf, the `resources` and `tools` submodules were unintentionally reverted to a previous state. Re-apply the updates. 22 March 2017, 16:34:46 UTC
eec8b23 WebKit export of https://bugs.webkit.org/show_bug.cgi?id=169958 22 March 2017, 16:19:32 UTC
631c0d4 Fetch: additional CORS preflight test WebKit export of https://bugs.webkit.org/show_bug.cgi?id=169851. 22 March 2017, 15:54:44 UTC
1420736 Fetch: more Access-Control-Allow-Method/Header: * tests WebKit export of https://bugs.webkit.org/show_bug.cgi?id=169194. 22 March 2017, 15:15:42 UTC
f282e9d Merge pull request #5184 from w3c/chromium-export-try CSP: Upstream worker tests to WPT repository. 22 March 2017, 10:06:58 UTC
cba257d fixup less flake. 22 March 2017, 09:40:06 UTC
ca6d3ae Merge pull request #5194 from dontcallmedom/agouaillard-webrtc Add @agouaillard as reviewer for webrtc tests 22 March 2017, 08:51:05 UTC
30883a3 fixup missed a file. 22 March 2017, 08:43:36 UTC
124fbaa fixup drop 'explicit_done', fix typo. 22 March 2017, 08:42:12 UTC
f4bece9 Add @agouaillard as reviewer for webrtc tests 22 March 2017, 08:26:42 UTC
0eefdfd CORS: make preflight-failure run in more environments and also test non-failure WebKit export of https://bugs.webkit.org/show_bug.cgi?id=169680. 22 March 2017, 07:56:53 UTC
28c13b6 2D context: set up tests for new signature of ImageData methods {get,put,create}imageData() functions are reverting from double to long. Added/cleaned up tests for dealing with float inputs. Relevant discussion: https://github.com/whatwg/html/issues/2433. 22 March 2017, 07:41:24 UTC
51916ef Merge pull request #5189 from fippo/sld-test webrtc: add setLocalDescription test for icegatheringstatechange 21 March 2017, 19:29:03 UTC
bdc0267 webrtc: add test for icegatheringstatechange passes in Firefox 54 as least. Needs to wait for https://bugs.chromium.org/p/chromium/issues/detail?id=681083 to land in chrome-unstable. 21 March 2017, 19:14:22 UTC
8196377 Don't use env lists in .travis.yml except for secure This follows the recommendation of Travis CI, and is necessary for allow_failures to work (whether by design or bug is currently an open issue there). 21 March 2017, 12:49:44 UTC
b16a0c3 Replace usage of setTimeout with step_timeout in navigation-timing (#4983) This is expected to help test stability on slow configurations, as the timeouts will be multiplied by the timeout multiplier. 21 March 2017, 12:46:31 UTC
f478e2d Add tests for auxiliary-browsing-contexts - Add tests for `window.opener` via `<a>`, `window.open` - Add tests for multiple-spawned openers - Add tests for `window.opener` when opener context discarded - Add tests for `window.opener` with `a[rel="noreferrer"]` - Add tests for `window.opener` with `noopener` on `window.open` 21 March 2017, 09:56:15 UTC
836381b Add reusable resource for managing common localStorage in tests 21 March 2017, 09:56:15 UTC
2d1d5d7 DOM: createEvent() should not support ProgressEvent See https://github.com/whatwg/dom/issues/289. 21 March 2017, 09:10:14 UTC
97a1fde Added myself to OWNERS of WebVTT. 21 March 2017, 08:57:13 UTC
29e2998 Fix formatting of web-animations/README.md (#5183) 21 March 2017, 07:47:45 UTC
d3ce487 CSP: Upstream worker tests to WPT repository. https://codereview.chromium.org/2540983003 touched a number of tests that should have landed in the upstream repository. This patch rewrites those tests, and dedupes them against a number of existing tests that we don't need anymore. BUG=694525 Review-Url: https://codereview.chromium.org/2765443003 Cr-Commit-Position: refs/heads/master@{#458346} 21 March 2017, 07:46:49 UTC
09f88c1 Encoding: update IDL to fix expose syntax (Doesn’t appear to influence results. Probably not supported yet.) 21 March 2017, 05:49:42 UTC
e7fd028 Merge pull request #5179 from w3c/chromium-export-try Capture from DOM elements: WPT idl tests 20 March 2017, 20:59:04 UTC
3127af8 Capture from DOM elements: WPT idl tests I just found the power-of-idlharness-tests; this CL uses them for mediacapture-fromelement (now that WebKit has landed capture from canvas, it's even more widespread). (Inspired by https://crrev.com/2752383002/ WebUSB idlharness tests) BUG=702862 Review-Url: https://codereview.chromium.org/2755293002 Cr-Commit-Position: refs/heads/master@{#458172} 20 March 2017, 20:48:04 UTC
317fa3b IndexedDB Auto-Increment Test (#5152) Test that auto-increment primary keys used in compound indices are handled properly. 20 March 2017, 18:37:42 UTC
40b8f72 Meta: most PRs are mirrored and stop mentioning TR/ 20 March 2017, 18:29:38 UTC
5e69292 Meta: stop mentioning the Test Runner It’s a trap. 20 March 2017, 18:03:40 UTC
dd671b9 Meta: point out other DOMTokenList tests Fixes #4703. 20 March 2017, 09:42:33 UTC
d708ee6 Merge pull request #5175 from w3c/chromium-export-try CSP: Move 'worker-src' onto 'script-src' 20 March 2017, 09:12:31 UTC
4f0a760 CSP: Move 'worker-src' onto 'script-src' Based on the discussion in https://github.com/w3c/webappsec-csp/issues/146, we're deprecating 'child-src' and moving 'worker-src' onto 'script-src'. Intent to Ship: https://groups.google.com/a/chromium.org/d/msg/blink-dev/npKDoKVOUAs/ogtlIFmLBAAJ BUG=662930,694525 Review-Url: https://codereview.chromium.org/2533313002 Cr-Commit-Position: refs/heads/master@{#458026} 20 March 2017, 09:01:38 UTC
2be566b Encoding: align with upstream encodings.json 20 March 2017, 07:47:44 UTC
792be1e Encoding: add koi8-ru label Fixes #3695. 20 March 2017, 07:47:44 UTC
e40affe Encoding: ensure buffer modifications do not affect results See https://github.com/whatwg/encoding/issues/92. 20 March 2017, 07:18:50 UTC
f516968 Merge pull request #5170 from w3c/chromium-export-try MediaRecoder: add idlharness WPT 19 March 2017, 05:05:57 UTC
e91c167 MediaRecoder: add idlharness WPT I just found the power-of-idlharness-tests; this CL uses them for MediaRecorder. The idl structures are a verbatim copy of https://w3c.github.io/mediacapture-record/MediaRecorder.html#idl-index (Inspired by https://crrev.com/2752383002/ WebUSB idlharness tests) BUG=702858 Review-Url: https://codereview.chromium.org/2758103002 Cr-Commit-Position: refs/heads/master@{#457991} 19 March 2017, 04:56:41 UTC
faf0d42 Merge pull request #5166 from w3c/chromium-export-try Report nav timing 2 instance as soon as it's requested. 17 March 2017, 20:48:32 UTC
e24907d Fix lint errors 17 March 2017, 20:30:50 UTC
b406803 Report nav timing 2 instance as soon as it's requested. Currently NT2 instance is not available until loadEventEnd happens. However, this new feature contradicts with the way current clients use NT1 which is available as soon as it gets requested. In order to align with NT1's usage behavior, we need to also make NT2 available as soon as clients request for it. Doc: https://docs.google.com/a/chromium.org/document/d/1QX2zVcYpuFTsq0MEZH9J8ZUT4CCBezXKE--eX2ctOhw/edit?usp=sharing BUG=687398 Review-Url: https://codereview.chromium.org/2647643004 Cr-Commit-Position: refs/heads/master@{#457871} 17 March 2017, 20:17:24 UTC
42f4cf1 Tests for navigating window.opener across origins 17 March 2017, 14:35:35 UTC
8c4d49b WritableStream: Add tests for abort() during start() (#5157) Underlying sink abort() method should not be called during sink start() method. Add test: * 'sink abort() should not be called until sink start() is done' Other tests for the interaction of abort() and start(): * 'abort() promise should reject if start() errors the controller' * 'stream abort() promise should reject if sink start() rejects' * 'writer abort() during sink start() should replace the writer.ready promise synchronously' * 'promises returned from other writer methods should be rejected when writer abort() happens during sink start()' Other tests to verify the correctness of the associated changes to the implementation in https://github.com/whatwg/streams/pull/688 : * 'controller.error() during start should cause writes to fail' * 'controller.error() during async start should cause existing writes to fail' * 'when start() rejects, writer promises should reject in standard order' 17 March 2017, 13:22:56 UTC
fd661ba Merge pull request #5165 from w3c/chromium-export-try [ServiceWorker] Introduce the new security restriction of redirected response. 17 March 2017, 11:43:35 UTC
30892eb [ServiceWorker] Introduce the new security restriction of redirected response. This CL blocks responding to requests which redirect mode is not 'follow' with redirected responses. BUG=669363,658249 Review-Url: https://codereview.chromium.org/2755643004 Cr-Commit-Position: refs/heads/master@{#457736} 17 March 2017, 11:31:54 UTC
ee94762 Update IDL for Payment Request and add a historical.html Test update for https://github.com/w3c/browser-payment-api/pull/419 https://github.com/w3c/browser-payment-api/pull/426 https://github.com/w3c/browser-payment-api/pull/453 17 March 2017, 09:18:34 UTC
cccdbe1 Upstream animation-play-after-finish-restarts.html from Blink (#3335) Import https://chromium.googlesource.com/chromium/src/+/f9c8bd86683623176fb87b8cdc84bac594c46176/third_party/WebKit/LayoutTests/web-animations-api/animation-play-after-finish-restarts.html 17 March 2017, 06:29:55 UTC
10d0d5a Upstream animation-update-effect.html from Blink (#3336) Import https://chromium.googlesource.com/chromium/src/+/f9c8bd86683623176fb87b8cdc84bac594c46176/third_party/WebKit/LayoutTests/web-animations-api/animation-update-effect.html 17 March 2017, 05:04:31 UTC
58a942f Upstream timeline-time.html from Blink (#3340) Import https://chromium.googlesource.com/chromium/src/+/f92b62a5dd9fa3ce8cb57c6711f52bb14dccd758/third_party/WebKit/LayoutTests/web-animations-api/timeline-time.html 17 March 2017, 04:49:18 UTC
06f938b Meta: make CONTRIBUTING.md point to documentation Fixes #969. 16 March 2017, 22:49:41 UTC
7f8ae02 Stop running manifest diff job in CI. No one looks at the results and it's mostly redundant with the stability checker output. 16 March 2017, 22:05:02 UTC
b3c30ec Use travis-provided branch range as commit base, where possible. This fixes a problem where PRs not against master included all the commits in their branch in the stability check, rather than just the changes since the base branch. 16 March 2017, 22:05:02 UTC
b54f0a6 Fix tests for error type of __proto__ on cross-domain objects This is a follow-up to #5015 which corrects a problem noted by Boris in https://bugzilla.mozilla.org/show_bug.cgi?id=1347706#c2. 16 March 2017, 21:47:45 UTC
c8405a8 Merge pull request #5162 from w3c/chromium-export-try Upstream service worker nav. preload tests to WPT 16 March 2017, 21:05:11 UTC
ae9398b Upstream service worker nav. preload tests to WPT BUG=688116 R=falken@chromium.org Review-Url: https://codereview.chromium.org/2735443002 Cr-Commit-Position: refs/heads/master@{#457537} 16 March 2017, 20:45:11 UTC
ae1a27a Meta: tell folks they can file an issue in README.md Fixes #474. 16 March 2017, 18:35:47 UTC
5db343c Add test to ensure FileReaderSync isn't supported in service workers. (#4766) This was removed from the spec in https://github.com/w3c/FileAPI/issues/16. 16 March 2017, 09:30:52 UTC
15b8e94 Editorial: fix typo in beforeunload test description 16 March 2017, 07:49:31 UTC
259511e Test more precisely setting window/location's [[Prototype]] This expands the existing tests for Location to also cover WindowProxy, and to test the newly-introduced logic of allowing [[SetPrototypeOf]] if the value is the same as before: see https://github.com/whatwg/html/pull/2400. It also expands coverage to include cross origin versions of the tests. The cross-origin tests here are slightly redundant with those under the name "cross-origin-objects", but their additional test coverage of all the vagaries of prototype-setting and different cross-origin situations argues for keeping them as well. 15 March 2017, 20:53:59 UTC
d43ffe4 Test a few more cases in the event handler processing algorithm Follows https://github.com/whatwg/html/pull/2428. This also fixes beforeunload-canceling.html to use promise_test instead of async_test to avoid running two tests concurrently. 15 March 2017, 20:16:26 UTC
a9c4939 HTML: expand test coverage: default, `_blank` browsing context names - Extend test coverage for default browsing context names - Add test coverage for `_blank` browsing context keyword 15 March 2017, 16:46:56 UTC
24d0d39 WritableStream: Add tests for changes in whatwg/streams#672 (#5136) Test the following changes: - abort() should be rejected with the error passed to controller.error() called during a pending write()/close(). Not the rejection reason of the write()/close() (fix in WritableStreamFinishInFlightCloseWithError()) Promise resolution order change: - Moved [[readyPromise]] resolution in WritableStreamDefaultWriterRelease() to be consistent with the other places These were introduced in https://github.com/whatwg/streams/pull/672 Other changes from that commit were tested in https://github.com/w3c/web-platform-tests/pull/5101. 15 March 2017, 09:06:39 UTC
e48dd15 URL: protocol needs to be more restrictive around "file" See https://github.com/whatwg/url/issues/259 and https://github.com/whatwg/url/issues/270. 15 March 2017, 08:31:42 UTC
01173e9 Make sure CORS is enforced when 304 is handed to JavaScript Follow up to #1740. 15 March 2017, 07:03:38 UTC
634175d File URL's parsing tests for path state Tests windows drive letter quirk in the path state: https://url.spec.whatwg.org/#path-state Fixes whatwg/url#272 (https://github.com/whatwg/url/pull/260#issuecomment-286502916) 14 March 2017, 22:56:11 UTC
251aeda Stability script: strip backticks in markdown_adjust It doesn't work to escape backticks inside backticks, so instead just remove them. 14 March 2017, 19:13:45 UTC
5de931e URL: test port overflow for non-special URLs Fixes https://github.com/whatwg/url/issues/257. 14 March 2017, 17:32:07 UTC
dfa0c69 Correct // META instructions Also make it clearer you can have multiple. 14 March 2017, 16:00:17 UTC
52d497a [CSP] Test for base-uri and sandboxed iframes. (#4915) * Test for base-uri and sandboxed iframes. * Remove unnecessary nonces. * Check that base-uri 'self' blocks foreign-origin sandboxed iframes. Rename headers file. * Fixes. * Use requestAnimationFrame, fix race conditions 14 March 2017, 15:50:25 UTC
c60a7f7 Label some tests as UTF-8 Fixes #2747. 14 March 2017, 15:04:44 UTC
a83d826 Remove confusing JSON.stringify(errorEvent) The JSON serialization of the error event is `{"isTrusted":true}` which is more confusing than helpful. 14 March 2017, 14:44:05 UTC
3c82cc2 WebVTT: Test the extremes for parsing line: setting Follows https://github.com/w3c/webvtt/pull/339. The test already expected double precision float representation with the "10000000000000000000000000000000000" test. The "Greater than Number.MAX_VALUE" test tests the case where the rules for parsing floating-point number values algorithm returns an error. 14 March 2017, 14:44:05 UTC
back to top