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

sort by:
Revision Author Date Message Commit Date
6c62c5b DOM: fix test for Event.returnValue The test requires the event to be cancelable. See https://github.com/jsdom/jsdom/pull/2197. 25 April 2018, 15:05:06 UTC
6d7173c Process, but do not enforce X-Frame-Options on redirects. In order to make a reasonable decision about the reasonable-sounding feature request in https://crbug.com/835465, this patch starts processing XFO headers on redirect responses in order to collect metrics about how many requests we'd impact by tightening our enforcement. Bug: 835465 Change-Id: Ieb4571aae10e31fb61f1ccc245da5eb5dab791ae Reviewed-on: https://chromium-review.googlesource.com/1023393 Commit-Queue: Mike West <mkwst@chromium.org> Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#553520} 25 April 2018, 12:59:05 UTC
170bf83 Ensure event handlers are not garbage collected in ImageBitmap tests on WebKit. 25 April 2018, 10:07:34 UTC
3826cfb Add cookie attribute tests This CL imports all attribute tests from https://github.com/abarth/http-state/tree/master/tests/data/parser. There are small changes that ensure the tests also clean up when they are run via the debug path. Change-Id: I5cf30824091471e7f65aceb19ad03bd07cfb91d1 Reviewed-on: https://chromium-review.googlesource.com/977923 Commit-Queue: Friedrich Horschig <fhorschig@chromium.org> Reviewed-by: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#553497} 25 April 2018, 10:05:38 UTC
9abffa9 Set easing member in result of getComputedTiming() The test added in this patch fails without the corresponding code changes (specifically the second gGetComputedTimingTests test fails the comparison of the 'easing' member). bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1456688 gecko-commit: e786f1edbbefa7dadbb2e0ba5b7939f2bf4f1273 gecko-integration-branch: central gecko-reviewers: hiro 25 April 2018, 10:03:11 UTC
e3cd92d Fix parent module import in serviceworker tests The previous setup was altering sys.path in the wrong way and falling foul of the module cache. It's easier just to import the parent module using the underlying import functions directly than try to fix up the paths. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1456481 gecko-commit: bc95f676ecde3a0fc26c67fd95f8c21db1a23353 gecko-integration-branch: autoland gecko-reviewers: bkelly 25 April 2018, 09:42:41 UTC
5adab93 Encoding: test IDL in all globals 25 April 2018, 09:11:20 UTC
0ffac8f refactor to use test_driver (#10500) 25 April 2018, 03:12:40 UTC
63757de test incremental updates with updateWith() (#10488) * test incremental updates with updateWith() 25 April 2018, 03:00:11 UTC
1727489 Merge pull request #10549 from frivoal/css-contain Css contain 25 April 2018, 01:07:03 UTC
bc25019 Remove ArrayClass from MediaList in Gecko, and other CSSOM bits too in WPT. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1456256 gecko-commit: f43cf565796e9aa7d2a9c463d8afd69c97941086 gecko-integration-branch: autoland gecko-reviewers: bz 24 April 2018, 21:59:33 UTC
a39e034 Add Ms2ger to css/vendor-imports/mozilla/OWNERS (#10584) 24 April 2018, 20:32:47 UTC
ff863cd Add AudioParam.automationRate to WebAudio IDL Update WebAudio interface to include the very recently added automationRate attribute for an AudioParam. Also remove idlharness time expectation (suggested by Robert Ma). And this doesn't actually resolve any of failures in the bug, but it's a convenient place to update the IDL that should have been done earlier. Bug: 836051 Test: webaudio/idlharness.https.html Change-Id: Icd535ee63f0a5f8772cb3445c762c89154fbda88 Reviewed-on: https://chromium-review.googlesource.com/1026199 Reviewed-by: Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#553218} 24 April 2018, 19:12:10 UTC
672248f [FileAPI] Synchronously terminate loader when abort is called(). Otherwise loads started right after calling abort() won't work. Also simplify the watching logic in MojoBlobReader, to prevent hitting DCHECKs in OnResponseBodyStreamReady. Bug: 835928 Change-Id: I45eec517ccaf5f830101b6a02fce2fdcf696d17b Reviewed-on: https://chromium-review.googlesource.com/1024315 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#553204} 24 April 2018, 18:43:43 UTC
12a2ed1 Fix and update other WPT expectations in css-fonts-4 tests. The test adjustments are: A subtest of variable-presentation-attribute.html is marked as failure, pending resolution of https://github.com/w3c/csswg-drafts/issues/2605. font-parse-numeric-stretch-style-weight.html is updated to: * handle calc per spec (invalid at computed-value time), see https://github.com/w3c/csswg-drafts/issues/2590 * Accept 0% in font-stretch: https://github.com/w3c/csswg-drafts/issues/2591 * Accept font-weight descriptor ranges where the start is greater than the end, per https://drafts.csswg.org/css-fonts-4/#descdef-font-face-font-weight, which says: > User agents must swap the computed value of the startpoint and endpoint > of the range in order to forbid decreasing ranges. font-shorthand.html is updated to presumably fix a copy-paste error, where "oblique 45deg" was expected to compute to "oblique", which is wrong. The rest is removing failure annotations. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1436048 gecko-commit: b61541f85293fa3fddd7edfe9863624f9a56e92b gecko-integration-branch: mozilla-inbound gecko-reviewers: jwatt 24 April 2018, 17:58:14 UTC
507af0c Fetch: expand Response.redirect() assertions Needed for https://github.com/whatwg/fetch/issues/664 and https://github.com/whatwg/fetch/pull/600. 24 April 2018, 16:17:22 UTC
d885b07 Link to some PR filters to encourage review (#10540) 24 April 2018, 15:38:57 UTC
77250b5 [Gecko Bug 1453415] Handle marionette returning None for content process crash (#10479) * Handle marionette returning None for content process crash If the content process crashes, marionette can return None rather than a valid result. In this case we want the test status to end up as crash, which happens if we just propogate the None upwards. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1453415 gecko-commit: 0d55caa97d7e28528e59b3c4c41335d78d77a60c gecko-integration-branch: mozilla-inbound gecko-reviewers: ato * Don't try to pause after a crashed test bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1453415 gecko-commit: ebfad4be630db7aa060c7d27a3724945e994d63a gecko-integration-branch: mozilla-inbound gecko-reviewers: ato 24 April 2018, 15:21:16 UTC
28b62c1 Convert WebSocket tests to .any.js format (#10598) Take 2 (see #5148 for take 1), fixes #2557. 24 April 2018, 14:43:09 UTC
a8a8898 Fetch: use new any.js for general abort test 24 April 2018, 14:38:35 UTC
f000b6b Correct any.js documentation Bit of ".any" got lost. 24 April 2018, 14:32:20 UTC
f80c6be Add support for test variants in .any.js tests. Fixes #7210. 24 April 2018, 14:03:48 UTC
cbc8242 Increase a timeout in unstable navigation test, a=testonly bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1402081 gecko-commit: fffac38eef6db38d09c65964109c80c172422fa8 gecko-integration-branch: mozilla-inbound gecko-reviewers: testonly 24 April 2018, 13:40:28 UTC
cb36320 [css-position] add OWNERS 24 April 2018, 13:28:38 UTC
5e8ee10 Add alternate reference for z-index-020 24 April 2018, 12:45:45 UTC
8a4c843 Update DOMPoint and DOMQuad tests Per https://drafts.fxtf.org/geometry/#DOMPoint, DOMPoint's constructor accepts zero to four values, and DOMPointReadOnly has the exact same constructor. Additionally, DOMQuad no longer has a live bounds attribute per https://drafts.fxtf.org/geometry/#domquad, instead replacing it with getBounds() which cannot be set. Fix tests of DOMPoint and DOMQuad to reflect these changes. Also add a historical test to make sure that DOMQuad.bounds is removed. 24 April 2018, 12:41:31 UTC
541f655 Meta: remove old-tests/submission/migration.txt It's not helpful anymore. 24 April 2018, 12:40:48 UTC
89f9a29 XMLHttpRequest: cleanup some tests 24 April 2018, 11:23:10 UTC
75133c2 Extend the multi-global test (.any.js) infrastructure to support other scopes. This commit is based on ideas and code by Anne van Kesteren and James Graham. The infrastructure is extended to allow tests to opt-in to being run in shared workers and service workers, while the default remains as window and dedicated worker scopes. (This default may be changed in the future.) 24 April 2018, 11:17:15 UTC
85f9d70 Streams: Constructors property lookup order (#10461) ReadableStream, WritableStream and TransformStream look up and validate properties on their arguments. Add tests to verify that these lookups and validations happen in the order specified by the standard. https://github.com/whatwg/streams/pull/922 adjusts some of the ordering of these operations. These tests correspond to that change. A new utility file streams/resources/constructor-ordering.js contains functions to construct objects which track property lookups and validations and can cause them to fail. For each constructor the constructor.js file contains a list of the expected operations in order, and a test case to verify it. A test in streams/transform-streams/properties.js already detected the ordering of property accesses by the TransformStream constructor. writableStrategy is now accessed before readableStrategy to match the order of the constructor arguments, and so the expectations of this test are changed to match. 24 April 2018, 09:55:23 UTC
7a199e9 XMLHttpRequest: align username/password test with the standard Fixes https://github.com/whatwg/xhr/issues/191. 24 April 2018, 09:44:42 UTC
0d56422 Move innerText/* to html/dom/elements/the-innertext-idl-attribute/ 24 April 2018, 06:27:27 UTC
b1cb30d Implement selectable AudioParam rate AudioParam has a new attribute, automationRate, to allow the user to choose whether the AudioParam is "a-rate" or "k-rate". Add support for setting and getting the attribute. Update all AudioParams to support a-rate and k-rate when allowed. Spec: https://webaudio.github.io/web-audio-api/#dom-audioparam-automationrate Intent: https://groups.google.com/a/chromium.org/d/msg/blink-dev/extLjVzLw7s/9XUZvQqcBQAJ Bug: 828947 Change-Id: Ibb9fe8bc0dedf3cfdcf33727734b5d66e5a7ca2f Reviewed-on: https://chromium-review.googlesource.com/945076 Commit-Queue: Raymond Toy <rtoy@chromium.org> Reviewed-by: Hongchan Choi <hongchan@chromium.org> Reviewed-by: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#552965} 24 April 2018, 02:55:31 UTC
2512c2b Fix animation tests to account for font-stretch animating as percentage. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1454883 gecko-commit: 46996fb339f8990b708598813e66394330baa385 gecko-integration-branch: mozilla-inbound gecko-reviewers: hiro 24 April 2018, 01:46:36 UTC
4a52235 Merge pull request #10581 from w3c/zcorpan/css-motion-owners [css-motion] add OWNERS 23 April 2018, 23:38:28 UTC
0c9986c [css-sizing] add OWNERS 23 April 2018, 20:33:02 UTC
3a2abb9 Allow column-width:0. The spec recently changed from disallowing this to allowing it. Removed a test that expected it to be disallowed, and wrote new tests for the new expected behavior. Bug: 832085 Change-Id: Id6fa0a311fe3f50414c68658d807b99e92acc226 Reviewed-on: https://chromium-review.googlesource.com/1023409 Reviewed-by: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#552770} 23 April 2018, 19:07:57 UTC
231665b Add acid/OWNERS and js/OWNERS 23 April 2018, 18:03:53 UTC
e0ea063 [wptserve] Add substitution to calculate file hash Additionally, update the two Web Platform Tests which previously specified static values for the expected hash of shared resource files. 23 April 2018, 17:11:42 UTC
dd3f718 [wptserve] Expand syntax to support fn invocation 23 April 2018, 17:11:42 UTC
18ee2b4 [wptserve] Correct typo in documentation 23 April 2018, 17:11:42 UTC
cc236aa [wptserve] Add tests 23 April 2018, 17:11:42 UTC
c873caf Fix some layout tests that calls createPseudo In my previous CL I changed createPseudo function to getPseudoElement without updating some of the callers. This CL fixes that. NOTRY=true Bug: None Change-Id: I7a1f4bcc83736234e8bec2f16656cd72c39fd51d Reviewed-on: https://chromium-review.googlesource.com/1023974 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#552709} 23 April 2018, 16:07:07 UTC
d858d20 [innerText] add OWNERS 23 April 2018, 15:03:28 UTC
51a30a7 Sync Mozilla tests as of https://hg.mozilla.org/mozilla-central/rev/dd0e54d786743974a50a338059bcd68a09b6d5b2 . 23 April 2018, 14:52:50 UTC
133d71d Do not check type of a pseudo element in layout tests Currently the createPseudo checks the type of a pseudo element and that is not yet defined in the spec. This CL drops that to pass two tests. Bug: None Change-Id: Ib623b5f7ad2ff9059400a12aa12c459d6a7ddcb5 Reviewed-on: https://chromium-review.googlesource.com/1018538 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#552680} 23 April 2018, 14:21:24 UTC
f96b1eb [css-motion] add OWNERS 23 April 2018, 13:56:01 UTC
5ac29d8 Fetch: handling bad gzip content For https://github.com/whatwg/fetch/pull/710. 23 April 2018, 13:13:35 UTC
7827e00 Correct serialization in css-flexbox getComputedStyle tests 2 getComputedStyle tests in the css-flexbox testsuite were failing, as the default values of align-items and align-self were incorrect. Fix the default values so the tests pass. Bug: 467127 Change-Id: I4a23563d523d3da0201db591e51e1375dfa0d44f Reviewed-on: https://chromium-review.googlesource.com/1023342 Reviewed-by: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Chris Nardi <cnardi@chromium.org> Cr-Commit-Position: refs/heads/master@{#552670} 23 April 2018, 12:11:06 UTC
4adba42 Add wss port to wptrunner environment config bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1455566 gecko-commit: 1ed16f971ff0eaca7035dcfe35e6489d00778ec3 gecko-integration-branch: mozilla-inbound gecko-reviewers: gsnedders 23 April 2018, 11:59:37 UTC
a8a8377 service worker: Upstream Service-Worker-Allowed test to WPT. Also add test cases for Service-Worker-Allowed header values that are absolute URLs. Currently Chrome accepts SWA header values that are cross-origin to the script URL since it seems to only care about the path of the URL. It seems strange but that seems to agree with the spec: https://github.com/w3c/ServiceWorker/issues/1307 Bug: 688116 Change-Id: I6dca55ea8525803efd2e55bf4166c863d62d31fa Reviewed-on: https://chromium-review.googlesource.com/1023672 Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#552639} 23 April 2018, 05:34:39 UTC
d187735 service worker: Add importScripts() to worker interception test. Also remove the Firefox-specific comment as they fixed the mentioned bug. Bug: 829720 Change-Id: I76727361ff9c7d61931fbf018035917ac5aa71d8 Reviewed-on: https://chromium-review.googlesource.com/1023616 Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#552629} 23 April 2018, 04:07:56 UTC
f6d0423 Merge pull request #10535 from csnardi/font-variation-settings-serialization Flip serialization of two font-variation-settings tests 21 April 2018, 19:26:17 UTC
899579b Merge pull request #10538 from jfkthame/patch-1 Fix a couple of typos in test messages 21 April 2018, 19:25:22 UTC
1c36217 Test active script, via import(), in promise jobs Follows https://github.com/whatwg/html/pull/3163. 21 April 2018, 19:25:01 UTC
aa55fee Increase timeout in unstable-in-debug onload test, a=testonly bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1455532 gecko-commit: 0605371779f857836f6900435720db4444f64996 gecko-integration-branch: mozilla-inbound gecko-reviewers: testonly 21 April 2018, 09:35:51 UTC
738b52f Give link-upgrade test a long timeout This test was frequently timing out in debug due to a short timeout in the test. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1454390 gecko-commit: fdb7b761a45a2fa3f154126cb5418f9dcd0e29bd gecko-integration-branch: central gecko-reviewers: ato 21 April 2018, 01:46:34 UTC
0628e2e Add Console historical test for markTimeline ...and also generalize the file already containing historical tests to house any future historical tests asserting the non-existence of certain legacy Console methods. Part of whatwg/console#27. 20 April 2018, 21:22:39 UTC
26bb715 Unbreak external reftests on wpt The (fast) internal reftest runner wasn't affected by this, so we didn't notice the breakage since it only happened on platforms still using the older broken runner. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1454471 gecko-commit: 16bb3f3c01cbaf2ec6990cb4499dfbe096d994fc gecko-integration-branch: autoland gecko-reviewers: ato 20 April 2018, 19:56:31 UTC
24fc87c Move BiquadFilter tests to WPT Move the BiquadFilter tests to WPT. The tail-time-*.html tests can't be moved because they test Chrome's implementation of tail time and is thus specific to Chrome. Firefox fails biquad-automation.html because Firefox hasn't implemented a-rate parameters for the filters. Firefox also fails biquad-basic.html because it doesn't throw errors if the array lengths for getFrequencyResponse have different lengths. Bug: 745778 Change-Id: I0c729038670931d4a47f6c28ae0b688c89320f49 Reviewed-on: https://chromium-review.googlesource.com/994056 Reviewed-by: Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#552399} 20 April 2018, 18:52:40 UTC
43cf85f Add an infrastructure test for wdspec. This just tries to load a file to check things aren't totally broken. In theory we could test each fixture this way. 20 April 2018, 15:53:08 UTC
564cfb3 Fix WebDriverProtocol to have a base ProtocolPart. Without this we error when trying to wait(). In practice we could improve this to checkc if there's a current session and use that, but this minimally unbreaks things. 20 April 2018, 15:53:08 UTC
8261946 Allow wdspec tests in infrastructure/webdriver 20 April 2018, 15:53:08 UTC
536f74e [css-contain] Fragmentation tests Cover the spec changes from https://github.com/w3c/csswg-drafts/issues/2527 20 April 2018, 14:22:25 UTC
a9b3bb7 PaymentHandler: Add [SameObject] to paymentManager and instruments attr Related spec change: https://github.com/w3c/payment-handler/pull/293 Bug: 833535 Change-Id: Id7d0cad0f150a73e2932bd8f81f9e5650830a2c0 Reviewed-on: https://chromium-review.googlesource.com/1013660 Reviewed-by: Ganggui Tang <gogerald@chromium.org> Commit-Queue: Jinho Bang <jinho.bang@samsung.com> Cr-Commit-Position: refs/heads/master@{#552319} 20 April 2018, 14:16:42 UTC
1aa52b3 Clear font-variation-settings before testing This caused some tests to fail before the first commit simply due to font-variation-settings having already been set when the value shouldn't have been parsed. 20 April 2018, 14:07:04 UTC
55d647f Fetch: update default Request credentials mode See https://github.com/whatwg/fetch/pull/585. 20 April 2018, 14:02:36 UTC
ff8a559 Flip serialization of two font-variation-settings tests The expected computed valid of two font variation settings tests was opposite to the specified order (and per https://drafts.csswg.org/css-fonts-4/#propdef-font-variation-settings, the computed value is "as specified"). Reverse the two axis in order to match the specified order. 20 April 2018, 13:58:14 UTC
ba5a04e [css-contain] Layout, size, paint containment don't apply to internal ruby boxes These tests correspond to the spec changes from https://github.com/w3c/csswg-drafts/issues/2512 20 April 2018, 13:10:10 UTC
f56ee9d Make border-image use real initial values for its longhands Make border-image use real initial values for its longhands, instead of just "initial". Note that this fixes the problems left by r551310. Behavior matches Firefox. Bug: 825568, 772772 Change-Id: Ic4eda9db5ec370059578ca87e1512fae5b373cbd Reviewed-on: https://chromium-review.googlesource.com/1013806 Commit-Queue: Rob Buis <rob.buis@samsung.com> Reviewed-by: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#552306} 20 April 2018, 12:33:00 UTC
5b92ee3 [css-contain] Paint containment test Covers the spec changes from https://github.com/w3c/csswg-drafts/issues/1809 20 April 2018, 12:23:03 UTC
402a19b [css-contain] layout and paint containment do not apply to non-atomic inline Reflects the spec changes from https://github.com/w3c/csswg-drafts/issues/1457 20 April 2018, 12:23:03 UTC
4736f3f [css-align] Simple syntax for the Alignment shorthands Now that the issue [1] about the syntax ambiguity has been resolved we don´t need to use the custom syntax anymore. The Alignment shorthands use now the simple syntax, defined based on the longhands' syntax. Since we allow all the values valid for each longhand, we'll update in this CL the corresponding web platform tests. Additionally, this CL updates also the shorthand serialization tests [2], which didn't consider the new value 'legacy' for justify-items (and place-items) due to the bug [3] Firefox still has pending to be fixed. [1] https://github.com/w3c/csswg-drafts/issues/1001 [2] css/css-align/default-alignment/shorthand-serialization-001.html [3] https://bugzilla.mozilla.org/show_bug.cgi?id=1363875 Bug: 832503, 829806 Change-Id: I53f803b384cc55b0b38292540262e54f803586da Reviewed-on: https://chromium-review.googlesource.com/1013710 Commit-Queue: Javier Fernandez <jfernandez@igalia.com> Reviewed-by: Rune Lillesveen <futhark@chromium.org> Reviewed-by: Manuel Rego Casasnovas <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#552293} 20 April 2018, 10:40:09 UTC
69b5681 [css-contain] size containment test Corresponds to the spec changes from https://github.com/w3c/csswg-drafts/issues/2510 20 April 2018, 10:17:40 UTC
e2f8447 [css-contain] Paint containment test Checks the spec change resolved on in https://github.com/w3c/csswg-drafts/issues/2223 20 April 2018, 09:56:59 UTC
7f19b63 Fix ssl_config 20 April 2018, 09:45:18 UTC
d6a4f60 [css-contain] Check no effect of style containment on break properties Corresponds to the spec changes of https://github.com/w3c/csswg-drafts/issues/1872 20 April 2018, 09:36:34 UTC
50ba192 Update fetch and service worker tests to allow same-origin no-cors redirects #9039 wasn't quite aligned with the specification. 20 April 2018, 09:06:34 UTC
f6efd2f [css-contain] style containment tests for the [no-]?[open|close]-quote Relates to the spec changes from: https://github.com/w3c/csswg-drafts/issues/2483 20 April 2018, 08:56:05 UTC
7aad64a [css-contain] test for the root of property scoped to a subtree Tests the spec changes/clarification from https://github.com/w3c/csswg-drafts/issues/2349 20 April 2018, 08:55:46 UTC
7d0018e Update font-weight property and descriptor to css-fonts-4. Need to change the tests still, but that should be trivial. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1454596 gecko-commit: 3330e2fce16d05eaad1e28101ed843b2383adcb8 gecko-integration-branch: mozilla-inbound gecko-reviewers: xidorn 20 April 2018, 08:53:12 UTC
d7fbc47 [css-contain] tests for style containment and counters Test the spec changes / clarifications from https://github.com/w3c/csswg-drafts/issues/1887 https://github.com/w3c/csswg-drafts/issues/2483 20 April 2018, 08:21:51 UTC
19aab25 [Resource Timing] Align TAO parsing to spec TAO parsing had two issues: * It was splitting the host values on whitespace rather than a comma. This used to be the specified behavior, but changed in https://github.com/w3c/resource-timing/pull/68 * When it was checking the different hosts in the host list, it was not checking for "*" as a possible value. This CL fixes those two issues and aligns the test expectations accordingly. Bug: 651861, 833032, 626703 Change-Id: I8a3b7e705ed7089719ad0f52607363392c7de934 Reviewed-on: https://chromium-review.googlesource.com/1013409 Reviewed-by: Nicolás Peña Moreno <npm@chromium.org> Commit-Queue: Yoav Weiss <yoav@yoav.ws> Cr-Commit-Position: refs/heads/master@{#552127} 19 April 2018, 20:13:18 UTC
9824114 Fix incorrect unreachable_func in CSP layout tests. Credit goes to nick@ for spotting it in https://chromium-review.googlesource.com/c/chromium/src/+/999182 Change-Id: I278234762e4ca8ced592c0b63636c6dc6b981e6f Reviewed-on: https://chromium-review.googlesource.com/1010473 Reviewed-by: Nick Carter <nick@chromium.org> Commit-Queue: Nick Carter <nick@chromium.org> Cr-Commit-Position: refs/heads/master@{#552077} 19 April 2018, 18:07:05 UTC
d71db90 Fix a couple of typos in test messages 19 April 2018, 17:33:23 UTC
d516af2 fetch()'s redirect feature combined with "no-cors" For https://github.com/whatwg/fetch/pull/663. (WebKit export of https://bugs.webkit.org/show_bug.cgi?id=180347.) 19 April 2018, 13:38:00 UTC
1b8ef0c Merge pull request #10533 from w3c/sync_9baf12e103c9b77498c9869cc666aa063f6e3237 Merge pull request #10533 from sync_9baf12e103c9b77498c9869cc666aa063f6e3237 19 April 2018, 13:24:15 UTC
9baf12e Remove entries for removed iframes Notify history changed after a navigation Add history drop test Upstreamed from https://github.com/servo/servo/pull/20629 [ci skip] 19 April 2018, 13:23:08 UTC
c51dc5e Remove duplicate CSS tests that exist in WPT For css-style-attribute-modifications.html and child-indexed-pseudo-class.html, copy our local modifications over to the shared WPT copy. For the others, they are exact duplicates of tests in external/wpt/css/css-logical. Remove these duplicate tests. Change-Id: I1c5b461315efd8f75ed1a636328b877550eeac25 Reviewed-on: https://chromium-review.googlesource.com/1016163 Reviewed-by: Robert Ma <robertma@chromium.org> Reviewed-by: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Chris Nardi <cnardi@chromium.org> Cr-Commit-Position: refs/heads/master@{#551978} 19 April 2018, 11:44:20 UTC
faf4c1d Add reftest bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1451724 gecko-commit: a993e6e8d14c75545a59b18ba32c821801d6f124 gecko-integration-branch: central gecko-reviewers: emilio 19 April 2018, 10:20:29 UTC
f78410b Cleanup several idlharness tests Change-Id: I388e2a9605096886291fafdae428b78bfe21dea9 Reviewed-on: https://chromium-review.googlesource.com/992880 Reviewed-by: Philip Jägenstedt <foolip@chromium.org> Reviewed-by: Joshua Bell <jsbell@chromium.org> Commit-Queue: Luke Bj <lukebjerring@chromium.org> Cr-Commit-Position: refs/heads/master@{#551840} 18 April 2018, 22:32:51 UTC
0a537e6 Merge pull request #10527 from youennf/wpt-export-for-webkit-184746 WebKit export of https://bugs.webkit.org/show_bug.cgi?id=184746 18 April 2018, 21:09:58 UTC
a4c4257 DOM: test composed/composedPath via IDL (#9968) 18 April 2018, 18:58:15 UTC
a42f9ee WebKit export of https://bugs.webkit.org/show_bug.cgi?id=184746 18 April 2018, 18:50:32 UTC
4a7f047 Avoid FutureWarnings in test_sourcefile.py. (#10518) These lines of code triggered the following warning: > FutureWarning: The behavior of this method will change in future versions. > Use specific 'len(elem)' or 'elem is not None' test instead. 18 April 2018, 17:53:25 UTC
e2c839d Fetch: MediaSource blob: URLs For https://github.com/whatwg/fetch/pull/708. 18 April 2018, 11:59:14 UTC
f70fcac Add WPT test for white space between adjacent elements in the same anonymous table cell. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1452870 gecko-commit: b06fe2f80ddfc8baa9af24ac5ad5a9e4b98940a8 gecko-integration-branch: central gecko-reviewers: dholbert 18 April 2018, 11:03:48 UTC
53d666c WorkerRef should make APIs able to work until the worker is completely terminated - part 2 - BroadcastChannel bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1450644 gecko-commit: f2341e59a4b58d36766806dab967a24526a35368 gecko-integration-branch: mozilla-inbound gecko-reviewers: asuth 18 April 2018, 10:54:25 UTC
b4e3ffb URL.createObjectURL should not work with MediaStream (#10515) Change the one existing test to no longer rely on it (and clearly mark it as manual) and add an entry to historical.html for it. 18 April 2018, 09:55:48 UTC
13f0fff nit 18 April 2018, 09:48:50 UTC
back to top