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

sort by:
Revision Author Date Message Commit Date
cf94be3 CSS Motion Path: support <size> for ray paths The length of the ray depends on the distance from offset-position to the boundary of the containing box. Spec: https://drafts.fxtf.org/motion-1/#valdef-offsetpath-ray BUG=641245 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I05157521c98b50fc3816932045a13f6b0eefc9f0 03 October 2017, 02:38:14 UTC
85a1716 Fix Afghanistan phone and language code. (#7542) 03 October 2017, 00:54:25 UTC
fb91c34 Storage.idl: Drop [NotEnumerable], remove anonymous getter/setter/deleter. Fix a few TODO items by making our IDL closer to the spec: * There is nothing in the spec saying the operations declared in the Storage interface should not be enumerable. Since the default according to WebIDL is for operations to be enumerable, drop the non-standard [NotEnumerable] extended attribute. This is a user-visible behavior change that matches the spec, as well as Gecko (since Firefox 34) and WebKit (since r195760, Safari 10.1). * Merge the anonymous getter, setter and deleter into the existing getItem, setItem and removeItem operations as mandated by the spec. One visible difference is that the anonymous getter returned a DOMString, whereas getItem() returns a DOMString? (i.e. null is valid return value). Adjust a few tests in the process: * external/wpt/webstorage/storage_enumerate.html: the first test did not make a lot of sense; now that Storage's operations are enumerable, looping with a for-in would add them to |enumeratedArray| unless we add a hasOwnProperty() check. Adding that check no longer adds "prototypeTestKey" to |enumeratedArray| though, but that is working as expected since it is not really a key but rather something inherited from Storage's prototype. Add a test for that as well. * Drop a few Blink-only tests from storage/domstorage that were duplicating the same checks done by the test above. It makes sense to rely on WPT instead of fixing them as well. Bug: 651774 Change-Id: Ibf90700eb3d472f66b4ff2dc6ab9b6e6a4b2f211 Reviewed-on: https://chromium-review.googlesource.com/691974 Commit-Queue: Raphael Kubo da Costa (rakuco) <raphael.kubo.da.costa@intel.com> Reviewed-by: Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#505745} 02 October 2017, 20:25:45 UTC
6063e33 Merge pull request #7474 from w3c/perf-timeline/observe/typeerr observing an empty sequence of entryTypes is a no-op 02 October 2017, 19:48:58 UTC
4bab598 Merge pull request #7489 from w3c/performance-timeline/webidl-update Update IDL with performance timeline L2 02 October 2017, 19:33:00 UTC
5255b77 Merge pull request #7487 from w3c/hr-time/webidl-update Update IDL with HR time L2 02 October 2017, 19:30:32 UTC
956bca5 Add a lint for LayoutTests APIs eventSender/testRunner/window.internals Part of https://github.com/w3c/web-platform-tests/issues/7541. 02 October 2017, 18:59:31 UTC
0b191ca Remove testRunner references in wpt tests These references have no effect, so remove them. Bug: 761391 Change-Id: I85df5d4520f9d6b4719c86a903a22360df3ae421 Reviewed-on: https://chromium-review.googlesource.com/665338 Reviewed-by: Philip Jägenstedt <foolip@chromium.org> Reviewed-by: Robert Ma <robertma@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#505666} 02 October 2017, 18:17:42 UTC
022f6d9 Tests for ResizeObserver (#6878) Also includes new OWNERS file. 02 October 2017, 17:48:04 UTC
217f457 [ES6 modules] import should not crash when used inside inline event handler Before this CL, dynamic import from non-script tag has failed DCHECK(). This CL fixes the crash and makes it refer document.URL for resolving relative URLs. Bug: 711706 Change-Id: Ibb862c99054a30c054d3b2eb35799f76d52b56bd Reviewed-on: https://chromium-review.googlesource.com/689357 Commit-Queue: Kouhei Ueno <kouhei@chromium.org> Reviewed-by: Yutaka Hirano <yhirano@chromium.org> Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#505641} 02 October 2017, 17:02:10 UTC
a56041f Implement the detailed progress values for Background Fetch This updates our implementation with the recent spec changes. Notably: * BackgroundFetchRegistration gets an `onprogress` event. * `totalDownloadSize` has been renamed to `downloadTotal`. * `uploadTotal`, `uploaded` and `downloaded` were added to BGReg. The old `totalDownloadSize` property has been kept as-is because there are a few demos out there that depend on it. They'll be removed soon. This CL only adjusts the Web exposed properties. In the next CL I'll add the observer mechanism that will power the progress events, after which we can make BackgroundFetchRegistration a live object and ensure that there's only one instance of it for a given execution context. BUG=768273 Change-Id: I9a31f69441909e6cf41a63a3a50b6e31a8a1c574 Reviewed-on: https://chromium-review.googlesource.com/690160 Commit-Queue: Peter Beverloo <peter@chromium.org> Reviewed-by: John Mellor <johnme@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#505604} 02 October 2017, 15:44:03 UTC
ffa20bd wai-aria: Fix bug in test generator and regenerate tests (#7540) * wai-aria/tools Handle unspecified API row count in make_tests.pl make_tests.pl assumed that a row count would proceed each accessibility API in the assertion table. Because it is not necessary to specify the row count when there is only one row, some test writers failed to do so. As a result, we were winding up with one API's assertions becoming part of the previous API's. In order to make generation a bit more reliable, match on the presence of the API name at the end of the string and then look for a row count, defaulting to 1. * wai-aria: Fix errors in tests for IAccessible2 and MSAA 02 October 2017, 14:30:29 UTC
e2a208e webdriver: write Get Alert Text tests (#7409) 02 October 2017, 14:00:41 UTC
1f67db8 webdriver: fix boolean assertion in accept alert test (#7515) 02 October 2017, 12:30:46 UTC
21d81d7 webdriver: correct imports on active element tests (#7537) 02 October 2017, 12:29:11 UTC
9b8b054 Merge pull request #7533 from w3c/Improve_instructions Make tests more user friendly (closes #7377) 02 October 2017, 06:13:31 UTC
0bbd533 Remove redundant test aspect (closes #7300) (#7532) 02 October 2017, 06:10:42 UTC
ea2f521 Make tests more user friendly (closes #7377) 02 October 2017, 05:44:14 UTC
b09697c Test that 'prevent immediate propagation' is set (#7517) * Use t.unreached_func for second listener 02 October 2017, 04:16:16 UTC
0cbf990 Remove invalid payment method identifiers from canMakePayment tests. (#7502) 02 October 2017, 03:52:59 UTC
ab65a60 Merge pull request #7348 from w3c/updateWith-call-immediate-manual test that updateWith() is called immediately 02 October 2017, 02:20:53 UTC
87d16a5 XMLHttpRequest: ensure documentXML is not available in a worker And that setting responseType to "document" is no-op in a worker. 01 October 2017, 16:08:36 UTC
de6ce4a Merge pull request #7488 from w3c/resource-timing/webidl-update Update IDL with resource timing L3 30 September 2017, 05:35:13 UTC
3caadd3 Add some dynamic import string compilation tests Part of #7446. 29 September 2017, 15:42:05 UTC
4efe9f5 Get rid of /common/vendor-prefix.js Tests should follow what the specs say, and unless the specs define the prefixed APIs [1] the right this is to assume the per-spec names and to add historical.html tests asserting the absense of prefixed APIs that have existed somewhere. Based on web-confluence.appspot.com, navigator.vibrate was never prefixed, but mozSrcObject is in Firefox. A test is added for mozSrcObject, and the others APIs are already covered by existing tests, or one of these: https://github.com/w3c/web-platform-tests/pull/7507 https://github.com/w3c/web-platform-tests/pull/7508 [1] https://dom.spec.whatwg.org/#dom-element-webkitmatchesselector https://url.spec.whatwg.org/#url-class and others 29 September 2017, 11:42:20 UTC
71f11e7 Remove vendor prefix support in webaudio/; assert their absense See the many other historical.html in the repo for precedence. Of course, if they are added to some standard, then it would be appropriate to instead assert that they exist. (Prefixes are not the problem, lack of standardization is.) 29 September 2017, 11:21:37 UTC
005818a Make event timestamp minimum resolution more robust. Old test was too specific to Blink implementation and assumed a resolution is a multiple of 5 microseconds. The new test takes multiple samples and uses a GCD estimator for min resolution. See relevant discussion here: https://bugzilla.mozilla.org/show_bug.cgi?id=1381492#c10 Bug: Change-Id: Id67f76511ec55c6e94c4dcfab07b95777b10425d Reviewed-on: https://chromium-review.googlesource.com/677981 Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#505262} 29 September 2017, 02:53:00 UTC
37f4e33 Disallow dialog.requestFullscreen() (includes web-platform-tests) Follows https://github.com/whatwg/fullscreen/pull/104 The compat risk is virtually none given how rarely this happens: https://www.chromestatus.com/metrics/feature/timeline/popularity/1998 https://www.chromestatus.com/metrics/feature/timeline/popularity/1999 Bug: 240576 Change-Id: Ifcd793251d50cd40fc2fc5ef5ee50343f0aac35f Reviewed-on: https://chromium-review.googlesource.com/684435 Reviewed-by: Takayoshi Kochi <kochi@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#505007} 28 September 2017, 14:24:18 UTC
0f1ee41 Upstream LayoutTests/html/dialog/dialog-autofocus* to WPT. Convert the tests from js-test to testharness based tests and upstream the tests to WPT. Bug: 761790 Change-Id: I114f33f56bb79130574a84e6ba6d793991afcf06 Reviewed-on: https://chromium-review.googlesource.com/662886 Commit-Queue: Shanmuga Pandi <shanmuga.m@samsung.com> Reviewed-by: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#504980} 28 September 2017, 12:57:18 UTC
d4ccae0 Fix template content check in host-including inclusive ancestor algorithm ContainerNode::IsHostIncludingInclusiveAncestorOfThis() implements https://dom.spec.whatwg.org/#concept-tree-host-including-inclusive-ancestor The function checks if a node (as a context object) is in a template document by using |GetDocument().IsTemplateDocument()| which doesn't work if |template.content| (a DocumentFragment) is adopted to some other document. This could make it possible for template.content to make circular DOM tree. Bug: 765562 Change-Id: I69a637f6d115265029f852b9847ea4e421599c2e Reviewed-on: https://chromium-review.googlesource.com/683857 Reviewed-by: Kent Tamura <tkent@chromium.org> Reviewed-by: Hayato Ito <hayato@chromium.org> Commit-Queue: Takayoshi Kochi <kochi@chromium.org> Cr-Commit-Position: refs/heads/master@{#504964} 28 September 2017, 11:34:12 UTC
8580382 Clean up last-event-id.py - replace the U+2026 in UTF-8 with escape sequences, and remove the "coding" magic comment so that it's easier to edit - align indentation - define a variable where it's used Bug: Change-Id: I73245bcadfd29bd666315d3f2931dfb67f6c82e7 Reviewed-on: https://chromium-review.googlesource.com/683854 Commit-Queue: Takeshi Yoshino <tyoshino@chromium.org> Reviewed-by: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#504914} 28 September 2017, 05:45:48 UTC
28ae9db Review feeback + bug fix 28 September 2017, 04:58:05 UTC
6dd9684 Easy fixes 28 September 2017, 04:20:22 UTC
9b7d7ec Refactor: just let .toJSON() throw (#7501) 28 September 2017, 03:55:57 UTC
92f545a Worklet: Upstream http/tests/worklet to WPT This CL upstreams http/tests/worklet to external/wpt/worklets on the WPT repository. Bug: 724907 Change-Id: I0928ea9bd7f615b84cf138a8682816c68a779ed5 Reviewed-on: https://chromium-review.googlesource.com/683714 Reviewed-by: Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#504833} 28 September 2017, 01:10:20 UTC
f38b775 Add negative tests for prefixed variants of MediaStream, Speech and WebRTC (#7507) 27 September 2017, 22:06:00 UTC
02ce380 Fixed variable name typo Always throws an error because the variable 'result' doesn't exist 27 September 2017, 21:50:53 UTC
d31bf6a webdriver: add Dismiss Alert tests (#7353) 27 September 2017, 19:58:35 UTC
26d2e72 webdriver: get_window_rect inaccurately calls Set Window Rect (#7512) Changed POST to a GET. 27 September 2017, 19:55:38 UTC
95e9780 fetch: Add tests for attributes with [SameObject]. Check that Request.headers and Response.headers always return the same object. 27 September 2017, 18:17:39 UTC
1a4049a Teach LinkLoader about the 'nonce' attribute This patch makes LinkLoader propagate the 'nonce' parameter from link rel=preload, both from element and header. This matches the standard [1], and consistent with HTMLPreloadScanner's behavior. [1] https://html.spec.whatwg.org/#obtaining-a-resource-from-a-link-element Bug: 702612 Change-Id: Ib28e88c49754d427abe96c3bf0145621132592a7 Reviewed-on: https://chromium-review.googlesource.com/676769 Reviewed-by: Yoav Weiss <yoav@yoav.ws> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#504613} 27 September 2017, 15:10:14 UTC
f08cc69 webdriver: add Accept Alert tests (#7354) 27 September 2017, 13:33:22 UTC
261368e Test 'abort the update' algorithm (#7347) 27 September 2017, 08:49:23 UTC
717bb8e wai-aria/tools Have make_tests.pl strip out colons from file names (#7499) Replace ":" with "_" when generating tests. See related pull request #7497. 27 September 2017, 03:30:07 UTC
a104e10 Rename core-aam files w/ colon (Windows disallows) Fixes #7496 27 September 2017, 03:14:03 UTC
ce22571 Regression fix: Unbreak html/dom/interfaces.html (#7493) This regressed in https://github.com/w3c/web-platform-tests/pull/6982. 26 September 2017, 22:56:01 UTC
a06364a img-decodes: Rework image decodes to align with the reworded spec. This patch does the following: - Moves the decode implementation to ImageLoader - Adds the decode functionality to SVGImageElement - Reworks the decode functionality to use microtasks to align with the proposed spec changes: https://github.com/whatwg/html/pull/2965 This patch also cleans up some tests and adds <picture> tests. R=fs@opera.com, domenic@chromium.org Bug: 705669 Change-Id: I736f44c59cc173bda9f89000eaea309ddfbbeb85 Reviewed-on: https://chromium-review.googlesource.com/665381 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by: Chris Harrelson <chrishtr@chromium.org> Reviewed-by: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#504436} 26 September 2017, 19:31:01 UTC
77d2769 Update IDL with performance timeline L2 26 September 2017, 14:09:01 UTC
e193688 Update IDL with resource timing L3 26 September 2017, 13:55:11 UTC
081f5d4 Update IDL with HR time L2 26 September 2017, 13:36:01 UTC
09ee065 HTML: setTransform and addPath ignore infinite and NaN values Follows https://github.com/whatwg/html/pull/2975. 26 September 2017, 08:58:32 UTC
7258b70 Add the :fullscreen psuedo-class (behind REF:FullscreenUnprefixed) fullscreen-pseudo-class-manual.html is written in such a way that the failure message still prove that it works, except that like :-webkit-full-screen it doesn't match an inner fullscreen element when nested. This will be fixed separately. Bug: 402378 Change-Id: I556d0dbd868119da309456cce6c9b3a08cf7b40f Reviewed-on: https://chromium-review.googlesource.com/681356 Reviewed-by: Takayoshi Kochi <kochi@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#504316} 26 September 2017, 08:49:37 UTC
e369389 Trusted Types: First stab at TrustedScriptURL. koto@ added [`TrustedScriptURL`][1] to the explainer as a mechanism to distinguish URLs that directly lead to script execution (e.g. via assignment to `<script>`'s `src` attribute). This patch is a first pass at an implementation, along with restrictions on `script.src` so we can test it out. [1]: https://github.com/mikewest/trusted-types/commit/834163e519b579e5566908cafcedb2efe24be6da Bug: 739170 Change-Id: Ie784ff3992dbcf750521fd55710befe3ed26036c Reviewed-on: https://chromium-review.googlesource.com/677390 Commit-Queue: Mike West <mkwst@chromium.org> Reviewed-by: Yoav Weiss <yoav@yoav.ws> Cr-Commit-Position: refs/heads/master@{#504306} 26 September 2017, 08:22:03 UTC
df7076c [ES6 modules] Add virtual test suite which run w/ dynamic imports enabled This CL also fixes propagate-nonce-inline-module.html, which was actually testing classic scripts to test inline module scripts. Bug: 711706 Change-Id: I4d7b16aed2710a6508dc3403518b320727eba504 Reviewed-on: https://chromium-review.googlesource.com/674844 Commit-Queue: Kouhei Ueno <kouhei@chromium.org> Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#504273} 26 September 2017, 03:47:32 UTC
6efe009 Moving URL bar fires visualViewport resize event This CL makes it so that hiding or showing the URL bar continually fires visualViewport resize events. Previously, the resize event would be fired only once the user lifts their finger. Bug: 762518 Change-Id: I09470b980d09b16d5cd7b60e98e7ec3653fdaa40 Reviewed-on: https://chromium-review.googlesource.com/666600 Commit-Queue: David Bokan <bokan@chromium.org> Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#504230} 26 September 2017, 01:30:49 UTC
599f47a [Media Router] Update Cast Presentation URL logic - tests only - Update various tests that uses https://google.com/cast... to Cast URLs Should be landed only after the extension-side patch lands + sticks. Bug: 757358 Change-Id: I58a7635872cb4880fed9a3ba2539c01271d3ba01 Reviewed-on: https://chromium-review.googlesource.com/623040 Commit-Queue: Derek Cheng <imcheng@chromium.org> Reviewed-by: Anton Vayvod <avayvod@chromium.org> Reviewed-by: mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#504167} 26 September 2017, 01:23:05 UTC
b992a43 Refactor wpt/2dcontext/drawing-images-to-the-canvas/ layout tests: This change refactors wpt/2dcontext/drawing-images-to-the-canvas/ layout tests: - Merge the similar layout tests where the only difference is the color space of the source image (generic RGB vs sRGB) - Replace reference tests with proper testharness tests - Investigate the layout tests that are failing on Chromium Bug: 766019, 765270, 765312, 763933 Change-Id: Icd995d7c2752ea42440147cca1d1921ef3c797d9 Reviewed-on: https://chromium-review.googlesource.com/670023 Reviewed-by: Xida Chen <xidachen@chromium.org> Commit-Queue: Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Cr-Commit-Position: refs/heads/master@{#504057} 26 September 2017, 01:15:57 UTC
fe54596 Fix ref path in clip-path-precision-001.svg (#7466) 26 September 2017, 01:11:09 UTC
016ed94 Fix bad reference paths in css/mediaqueries-3 (#7464) 26 September 2017, 00:45:14 UTC
fde3d4d Fix css/css-shapes-1 test to not have reftest <link> (#7467) This is fallout from 3137b884e178d57919bcada6913d644e669c6624 which removed <link rel=match> links from every other test it touched 26 September 2017, 00:44:40 UTC
7344ff9 Merge pull request #7477 from w3c/nav-timing/webidl/exposed Synchronize the WebILD definition 25 September 2017, 23:19:55 UTC
d2c1a19 Fix issues in wai-aria-tools/make_tests.pl and regenerate tests (#7476) * wai-aria/tools: Remove obsolete code from make_tests.pl The code block intended to "massage the data to make it more sensible" is no longer needed. It was only being applied to ATK and was a means to work around some test-author errors. The correct solution is to fix the assertions prior to generating the test files. Furthermore, removing this code and regenerating the tests is resulting in no changes to the test files. * wai-aria/tools: Don't include empty assertions in test steps When empty assertions appear in a test step, it can result in a FAIL ("No results reported from ATTA; expected true got false"). When a particular platform has no assertions associated with a particular step, the result should be NOTRUN. Removing the empty assertions fixes the erroneous FAILs. * Core-AAM: Regenerate tests after fixing the empty-assertion bug in make_tests.pl * WAI-ARIA: Regenerate tests after fixing the empty-assertion bug in make_tests.pl 25 September 2017, 20:29:17 UTC
8963e7a Synchronize the WebILD definition 25 September 2017, 19:31:32 UTC
fbfb057 Fetch: reduce flakiness in integrity.html Commit 96adf8a1a0cd ("P4: Modify wpt test to verify only the opaque response with the empty string will pass the SRI check") stored the promise returned by fetch() in a separate variable, fetchPromise, which is later used in calls to promise_test() and promise_rejects(). In the test cases where a fetch failure is expected there is a window between fetch() returning a rejected promise and promise_rejects() being called to connect a proper handler for the rejection. While everything still works correctly, when this happens testharness' "unhandlederror" event handler will log a non-existent failure which can be included in the test's output and cause flakiness (it happens at least with Blink). Fix it by dropping fetchPromise in favor of two separate calls to fetch(), just like the code did in the past. 25 September 2017, 18:12:20 UTC
4f84851 Fix for https://github.com/w3c/performance-timeline/issues/87 25 September 2017, 18:09:08 UTC
08e02fe webdriver: fix test_title_handle_prompt_missing_value test (#7460) It's checking the value of the wrong variable accept1, it should be dismiss1 instead. 25 September 2017, 13:43:04 UTC
cdcb657 Merge pull request #7462 from gsnedders/multicol-same-file-ref Fix #5501: multicol test linking to self as reference 25 September 2017, 12:54:13 UTC
1c388d6 Wrap a function in test.step_func to avoid harness error Drive-by: simplify the failed() helper a bit. 25 September 2017, 12:48:57 UTC
92f4082 Fix non-existent-ref errors due to incorrect path (#7463) 25 September 2017, 12:12:30 UTC
5b857bf Fix #5501: multicol test linking to self as reference The reference here is pulled from presto-testo (from revision b5d5d519321bb6da4bc825f92c3f4e84db31be6f). 25 September 2017, 11:09:52 UTC
48149a4 Merge pull request #7450 from rwaldron/typo-RTCPeerConnection-getStats RTCPeerConnection-getStats.html: fix typo, missing var 25 September 2017, 07:27:09 UTC
dcc401b Fix file-names.md to render correctly 24 September 2017, 16:44:09 UTC
82d83b1 Core-AAM: New and updated tests (#7456) * Add tests for inclusion/exclusion from accessibility tree * Add some missing required attributes to a few existing tests 24 September 2017, 16:03:21 UTC
b47289f Link to all HTML-related tests from html/README.md Part of https://github.com/whatwg/html/issues/3014. 24 September 2017, 11:30:39 UTC
79b10e6 Indexed DB Test: Don't test buffer's length after detaching Per ECMAScript spec, the byteLength property on a detached ArrayBuffer should throw[1]. V8 doesn't implement this [2] and Firefox doesn't either[3] but we should not have a test depend on the behavior. Testing the byteLength of a TypedArray that wraps the buffer doesn't throw[4], so that is used instead. [1] https://www.ecma-international.org/ecma-262/8.0/index.html#sec-get-arraybuffer.prototype.bytelength [2] https://bugs.chromium.org/p/v8/issues/detail?id=6854 [3] https://bugzilla.mozilla.org/show_bug.cgi?id=1317395 [4] https://www.ecma-international.org/ecma-262/8.0/index.html#sec-get-%typedarray%.prototype.buffer Change-Id: I692af7c209b82a531a4928cc6810a6f6bde8dfc6 Reviewed-on: https://chromium-review.googlesource.com/679199 Commit-Queue: Joshua Bell <jsbell@chromium.org> Reviewed-by: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#503848} 22 September 2017, 21:12:52 UTC
4d2232b RTCPeerConnection-getStats.html: fix typo, missing var - transciever1 => transceiver1 - track => transceiver1.receiver.track 22 September 2017, 17:44:45 UTC
6667388 <form> submission checks Simple tests for #3109 and https://github.com/whatwg/html/issues/2615. 22 September 2017, 12:00:41 UTC
055df51 Disconnected <a> should not navigate Follow-up tests for https://github.com/whatwg/html/pull/2613. 22 September 2017, 11:59:47 UTC
31fdb1c Streams: test always transferring the ArrayBuffer for BYOB reads Follows https://github.com/whatwg/streams/pull/753. 22 September 2017, 11:33:54 UTC
2020f55 Merge pull request #7361 from qyearsley/update-docs Minor proofreading in docs about running/writing tests. 22 September 2017, 04:57:40 UTC
870a989 [ES6 modules] WPT: dynamically imported modules from valid nonce should eval This CL adds web-platform-tests that verify dynamically imported modules from {out-of-line,inline} {classic,module} script w/ a valid nonce should eval. Bug: 711706 Change-Id: Ifff153f2da31163eb8f74f0493fa7594d6ebdc4f Reviewed-on: https://chromium-review.googlesource.com/674471 Commit-Queue: Kouhei Ueno <kouhei@chromium.org> Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#503644} 22 September 2017, 04:05:30 UTC
ef25d49 Merge pull request #7438 from frivoal/line-break-anywhere [css-text-3] Add tests for line-break:anywhere 21 September 2017, 23:34:34 UTC
2d40276 Indexed DB web-platform-test: Make mutated variable non-const In a code path that shouldn't be triggered in conforming implementations, a test modifies a JavaScript variable declared with `const`. This would confuse the output from a non-conforming implementation. Make it `let` instead. Noticed via code inspection when trying to narrow down a Safari bug. Change-Id: Ia8950e16a9c00352085886f0d5fb1f1ce5d663e1 Reviewed-on: https://chromium-review.googlesource.com/675597 Reviewed-by: Victor Costan <pwnall@chromium.org> Commit-Queue: Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#503471} 21 September 2017, 17:12:26 UTC
a440a21 core-aam: Remove some duplicate tests (#7440) The tests being removed have a duplicate with a slightly different name. They should have been removed as part of the most recent set of changes to the core-aam test files. 21 September 2017, 17:03:32 UTC
53008fe [css-grid] fit-content() tracks shouldn't stretch The spec is pretty clear regarding this (https://drafts.csswg.org/css-grid/#algo-stretch): "This step sizes expands tracks that have an auto max track sizing function by dividing any remaining positive, definite free space equally amongst them." The fit-content() tracks don't have an auto max track sizing function, so they shouldn't be considered in this step of the algorithm. The patch modifies GridTrackSizingAlgorithm::InitializeTrackSizes() so it doesn't consider fit-content() tracks as auto sized ones (which are the ones later stretched in the last step of the algorithm). Added new case to an existent test and also modified the expected result in another one. On top of that add a new test in WPT covering more cases. BUG=755994 TEST=fast/css-grid-layout/grid-content-alignment-stretch-only-valid-for-auto-sized-tracks.html TEST=external/wpt/css/css-grid-1/alignment/grid-fit-content-tracks-dont-stretch-001.html Change-Id: Ic4ffb83518f0e0ca879196c5bb4dd997c373c66b Reviewed-on: https://chromium-review.googlesource.com/618707 Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com> Reviewed-by: Sergio Villar <svillar@igalia.com> Reviewed-by: Javier Fernandez <jfernandez@igalia.com> Cr-Commit-Position: refs/heads/master@{#503437} 21 September 2017, 14:39:04 UTC
6e3d833 [css-text-3] Add tests for line-break:anywhere 21 September 2017, 14:33:11 UTC
1e241d8 Get rid of most duplicate copies of Ahem (#7372) This PR leaves us with just fonts/Ahem.ttf and css/vendor-imports/mozilla/mozilla-central-reftests/*/support/Ahem.ttf, and the latter of those is maintained in mozilla-central and one-way sync'd to here (so any attempt to get rid of it here will just be overwritten). Fixes #7321, fixes #7352. 21 September 2017, 11:57:39 UTC
4f7b860 [css-grid] Upstream tests related to absolute positioning This patch moves the tests related to absolute positioning in CSS Grid Layout to the WPT repository. The tests are reformatted to follow the rules of WPT. BUG=767015 Change-Id: Ib8a278d44ad4bb6436b5e908fe7de7b2fd34dc68 Reviewed-on: https://chromium-review.googlesource.com/674931 Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com> Reviewed-by: Javier Fernandez <jfernandez@igalia.com> Cr-Commit-Position: refs/heads/master@{#503416} 21 September 2017, 11:31:37 UTC
21a7c2e Add [Exposed] to PaymentInstruments interface. (#7371) Test for https://github.com/w3c/payment-handler/pull/216 21 September 2017, 09:18:24 UTC
961d065 PaymentResponse.details attribute toJSON() (#7368) 21 September 2017, 09:17:05 UTC
f3807e8 Add a lint to stop adding further copies of Ahem 21 September 2017, 09:15:54 UTC
9514023 Test updateWith() state machine (#7367) 21 September 2017, 09:15:32 UTC
986881a Update Ahem to latest from AhemMaker Built from https://github.com/litherum/AhemMaker revision d06af356353 21 September 2017, 09:07:06 UTC
fbf0fe1 Link to GitHub repo copy of Ahem from docs 21 September 2017, 09:07:06 UTC
edad655 Get rid of CSP copies of Ahem 21 September 2017, 09:07:06 UTC
8bfc8f0 Move the latest copy of Ahem into fonts/ 21 September 2017, 09:07:06 UTC
ef5ee17 Fix #7321: just use trickle pipe and not custom Python script 21 September 2017, 09:07:05 UTC
dd7bb46 Manually test user accepts payment request algo (#7332) 21 September 2017, 08:16:24 UTC
92770f6 [css-ui-3] Mark support for non fixed size svg as optional (#7430) This is to match the following spec change: https://github.com/w3c/csswg-drafts/commit/5dcad3014735dbe9828273d952e2eb3115f33d5b 21 September 2017, 06:54:46 UTC
fd44cda idl_parser: Support annotated types in IDL files This CL's intention is to adapt IDL files to the change of WebIDL's specifications, to support annotated types. Before this CL, sometimes types which are applicable to types ([Clamp], [EnforceRange], [TreatNullAs]) applied to non-types, even when specifications say otherwise. After this CL, however, such types got to apply to types. Actually there are still types in specifications which are applicable to types but apply to non-types, and we'll report those bugs to the specifications. Bug: 714866 Change-Id: I1c8a234f6ffc0c8b02681c46b32867d9f30f2097 Reviewed-on: https://chromium-review.googlesource.com/674473 Commit-Queue: Lisa Suzuki <lisabelle@google.com> Reviewed-by: Yuki Shiino <yukishiino@chromium.org> Reviewed-by: Hitoshi Yoshida <peria@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#503327} 21 September 2017, 03:02:24 UTC
back to top