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

sort by:
Revision Author Date Message Commit Date
5855741 Improve error message for failed wptserve 18 May 2018, 17:31:40 UTC
0bdaaf9 Merge pull request #10882 from kereliuk/d/testdriver-tut Documentation/Tutorial for adding a command to testdriver 18 May 2018, 17:06:51 UTC
13c3934 rm whitespace 18 May 2018, 15:40:40 UTC
cfd016a some foreignObject-related tests (#11065) * Test width/height:auto on foreignObject. * Merge foreignObject-related tests into the same directory. * Fix sizing issue. 18 May 2018, 15:29:36 UTC
d9a5af2 Worker: Add credentials tests for dedicated workers This CL adds web-platform-tests for the "credentials" option of WorkerOptions: https://html.spec.whatwg.org/multipage/workers.html#workeroptions The current spec defines that the default value of this option is "omit", but there is an ongoing spec discussion to change it to "same-origin": https://github.com/whatwg/html/pull/3656 This CL adds the tests based on the current spec, and a subsequent CL will update them based on the decision. Bug: 843875 Change-Id: I50eb0c7971587b9d84865498d67abef8ed2d8fc6 Reviewed-on: https://chromium-review.googlesource.com/1063524 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by: Matt Falkenhagen <falken@chromium.org> Reviewed-by: Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#559888} 18 May 2018, 15:17:02 UTC
770281c remove space 18 May 2018, 14:47:20 UTC
31116d5 fixed typos and paths 18 May 2018, 14:45:22 UTC
f57e356 Revert accidentally committed submodule change I.e., b8ef676615e230a09023e02ce4f0b0f8b1f6c2a1. 18 May 2018, 13:43:11 UTC
b8ef676 Implement standalone test suite and runner for structured clone algorithm 18 May 2018, 13:05:34 UTC
dc9c201 Enumerate aliases on CSSPropertyDeclaration. Currently, property aliases do not appear when enumerating CSSPropertyDeclaration. We generate CSSUnresolvedProperty-subclasses for alias properties, but these classes do not provide a GetJSPropertyName function, hence CSSPropertyDeclaration:: NamedPropertyEnumerator can't currently know which property names to write. This patch lifts CSSProperty::GetJSPropertyName/IsEnabled to CSSUnresolvedProperty and adds generation of these functions to alias properties. Notes on runtime flags: * The runtime_flag setting on aliased properties already propagate to the alias. (See css_properties.py:expand_aliases). * It turns out that we currently have no aliased property with a runtime flag. This means IsEnabled-generation is currently unused for aliases. I have manually tested a fake alias against a runtime_flag'd property to verify that the generated code works. R=foolip@chromium.org, futhark@chromium.org Bug: 768917 Change-Id: Ibde70b71416bdbe792d05cc21f31794f997cb968 Reviewed-on: https://chromium-review.googlesource.com/1059615 Commit-Queue: Anders Ruud <andruud@chromium.org> Reviewed-by: Rune Lillesveen <futhark@chromium.org> Reviewed-by: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#559848} 18 May 2018, 10:00:05 UTC
dfec0bc Remove racy-ness from some shape-outside web-platform tests. These tests use setTimeout to wait for shape-outside layout to hopefully complete. This is non-deterministic race condition and leads to intermittent failures. This change makes those tests instead trigger on the onload event and removes the setTimeout infrastructure and replaces it with an assert. Without this change, these tests have no guarantee about whether the rendering will be complete by the time the test's JS fires. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1454835 gecko-commit: 927fe2d0a4b9efd5e795534b8b612377de7ae50a gecko-integration-branch: autoland gecko-reviewers: dholbert 18 May 2018, 09:58:04 UTC
23436dc Merge pull request #11045 from csnardi/patch-6 Remove CSSStyleDeclaration#setPropertyPriority/setPropertyValue from CSSOM IDL 18 May 2018, 08:16:10 UTC
d8364dc Add more tests for Netinfo client hints The new tests are very similar to existing tests in https://cs.chromium.org/chromium/src/third_party/WebKit/LayoutTests/external/wpt/netinfo/netinfo-basics.html The new tests verify that the value of client hint headers is within the acceptable range. Bug: 835333 Change-Id: I4d7780c898ac9be93c7c3e88122ebc3557164618 Reviewed-on: https://chromium-review.googlesource.com/1065025 Reviewed-by: Robert Ma <robertma@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#559794} 18 May 2018, 04:20:23 UTC
b47939b Support adding Idlharness dependencies (#10381) 17 May 2018, 22:45:27 UTC
035b01a Re-land: [ForeignObject] Paint foreign objects during the foreground phase of normal-flow This reverts commit c9bd830453b2fb8dd5ac8f1a99ca01e3ead52df8. TBR=pdr@chromium.org Bug: 842668 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I0a81342c4d545c41af1ce48d442c26dd89f34902 Reviewed-on: https://chromium-review.googlesource.com/1064732 Reviewed-by: Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#559702} 17 May 2018, 22:43:29 UTC
11d24ee set movement value for pointer event while locked This CL changes Node::CreateAndDispatchPointerEvent to use SetCoordinatesFromWebPointerProperties to set DOM PE coordinates correctly. Bug: 836995 Change-Id: I157a312b37f70f0804edeee39d4c48796bb92ea2 Reviewed-on: https://chromium-review.googlesource.com/1040361 Reviewed-by: David Bokan <bokan@chromium.org> Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org> Commit-Queue: Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#559666} 17 May 2018, 21:02:00 UTC
f40b9f3 [intersection-observer] Test isIntersecting change events (#7215) 17 May 2018, 20:47:35 UTC
4f3d1a8 Navigate-to current implementation level. This feature is getting to big for a single code review so I'm splitting it up. This is all behind the experimental CSP features flag. What is covered: The 'navigate-to' directive is now parsed and understood The navigation relevant directives are passed as part of common params A navigation csp context is created out of the navigation relevant directives This navigation csp context is used to perform the 'navigate-to' checks What is not covered but I will cover in future CRs: securitypolicyviolation events are raised on the wrong host because we don't know what the initiator is CSP reports are sent using the current frame host as an intermediary which has negative security implications There are no WPT tests for the 'unsafe-allow-redirects' flag, only unit tests I2S: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/EJ4xF_DwZyk Spec: https://w3c.github.io/webappsec-csp/#directive-navigate-to Bug: 805886 Change-Id: Iaab324163dbe7389dcd440afa1ee51c0de215401 TBR=jochen@chromium.org Change-Id: Iaab324163dbe7389dcd440afa1ee51c0de215401 Reviewed-on: https://chromium-review.googlesource.com/957726 Commit-Queue: Andy Paicu <andypaicu@chromium.org> Reviewed-by: Jochen Eisinger <jochen@chromium.org> Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#559026} 17 May 2018, 20:30:36 UTC
c2c74c5 Add keyboard-lock/OWNERS 17 May 2018, 20:00:27 UTC
8360f4e Update sendBeacon test case array to include recently added test cases (#11053) 17 May 2018, 19:28:06 UTC
f049fe0 Move entry check before sendBeacon() call (#11052) Fixes w3c/beacon#58 See discussion there for details. 17 May 2018, 19:03:44 UTC
2eca7cd Add !important case to cssom-setProperty-shorthand.html (#11047) Add !important case to cssom-setProperty-shorthand.html to make sure the property is removed regardless [1]. [1] https://drafts.csswg.org/cssom/#dom-cssstyledeclaration-removeproperty Change-Id: Ia68d224fb78a13f51bfeda02860932d56b1a0fba 17 May 2018, 15:43:06 UTC
43d7898 Add worklets/OWNERS 17 May 2018, 15:20:14 UTC
a152a6c Handle the case where git is missing when using vcs.GitTree. 17 May 2018, 14:25:51 UTC
479cfef Remove CSSStyleDeclaration#setPropertyPriority/setPropertyValue from CSSOM IDL These were removed from the spec in https://github.com/w3c/csswg-drafts/commit/02daf7f7204d57b0034205e88d695592e821117e. 17 May 2018, 14:11:13 UTC
75a3ae0 [css-properties-values-api] add OWNERS 17 May 2018, 13:35:44 UTC
fe128bc [css-fill-stroke] add OWNERS 17 May 2018, 13:35:27 UTC
c0961fc [css-scroll-anchoring] add OWNERS 17 May 2018, 13:35:01 UTC
836c021 [css-scroll-snap] add OWNERS 17 May 2018, 13:34:29 UTC
8c5168c [css-content] add OWNERS 17 May 2018, 13:33:40 UTC
556e236 Add 2dcontext/OWNERS and offscreen-canvas/OWNERS 17 May 2018, 13:33:02 UTC
d57d685 Add mediacapture-image/OWNERS 17 May 2018, 13:23:16 UTC
ddb65c5 Add BackgroundSync/OWNERS 17 May 2018, 13:22:58 UTC
a7001d8 Add device-memory/OWNERS 17 May 2018, 13:22:14 UTC
837cb80 Add audio-output/OWNERS 17 May 2018, 13:21:30 UTC
32d65d4 Add webgl/OWNERS 17 May 2018, 13:20:33 UTC
6a4d82a Add apng/OWNERS 17 May 2018, 13:19:30 UTC
f3aa21e Add wasm/OWNERS 17 May 2018, 13:18:48 UTC
24beb53 Add server-timing/OWNERS 17 May 2018, 13:17:49 UTC
9d9ef55 Revert "[ForeignObject] Paint foreign objects during the foreground phase of normal-flow" This reverts commit 02a5799e0e02d7e7274d78833f897c81ae2cc434. Reason for revert: Consistent failure of zoom-foreignObject.svg test on Windows 7. See list: https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Win7/ Original change's description: > [ForeignObject] Paint foreign objects during the foreground phase of normal-flow > descendants. > > When <foreignObject> was made a stacking context, it also had the side-effect of > painting it at the same time as positioned elements. This is a change to painting > order and caused a regression. Instead, implement a new mechanism by which a > "replaced normal-flow stacking" element paints during the foreground phase > of the LayoutObject paint tree walk. > > This is used for now just for <foreignObject>, but may be applied to other > replaced elements such as iframes or embedded objects in the future. > > Bug:842668 > > Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > Change-Id: I450944986abfb6610084444abf2724e7406145cf > Reviewed-on: https://chromium-review.googlesource.com/1060333 > Commit-Queue: Chris Harrelson <chrishtr@chromium.org> > Reviewed-by: Tien-Ren Chen <trchen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#559401} TBR=trchen@chromium.org,pdr@chromium.org,chrishtr@chromium.org Change-Id: I6742e134dae28a31bcb80fd13eccbc83d03ef332 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 842668 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Reviewed-on: https://chromium-review.googlesource.com/1064150 Reviewed-by: Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#559496} 17 May 2018, 12:56:58 UTC
13df072 [css-font-loading] add OWNERS 17 May 2018, 12:35:23 UTC
37953e6 [css-shadow-parts] add OWNERS 17 May 2018, 12:33:29 UTC
4ad079d Add credential-management/OWNERS 17 May 2018, 12:18:48 UTC
8139e96 [ForeignObject] Paint foreign objects during the foreground phase of normal-flow descendants. When <foreignObject> was made a stacking context, it also had the side-effect of painting it at the same time as positioned elements. This is a change to painting order and caused a regression. Instead, implement a new mechanism by which a "replaced normal-flow stacking" element paints during the foreground phase of the LayoutObject paint tree walk. This is used for now just for <foreignObject>, but may be applied to other replaced elements such as iframes or embedded objects in the future. Bug:842668 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I450944986abfb6610084444abf2724e7406145cf Reviewed-on: https://chromium-review.googlesource.com/1060333 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by: Tien-Ren Chen <trchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#559401} 17 May 2018, 03:11:38 UTC
053e59f Update LayoutTests to use '%23' instead of '#' in data URIs This is a (very) partial reland of https://chromium-review.googlesource.com/c/chromium/src/+/738395, restoring only the changes to LayoutTests. This should be safe since '%23' always has been a correct encoding of '#' and so should work with the data URI code as it is today. It will also make any future re-land of the core original CL easier. Bug: 123004 Change-Id: I87126ea0e3fd39756e571a8e6cf966107e7f7209 Reviewed-on: https://chromium-review.googlesource.com/1048287 Reviewed-by: David Benjamin <davidben@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#559130} 16 May 2018, 22:30:51 UTC
a0bd72d Prevent GitTree logging errors if git fails. The errors logged when failing to get a git revision cause issues in the gecko infrastructure. Fix this by passing throught the log_error=False flag to suppress printing the error. 16 May 2018, 20:55:51 UTC
85e0c94 Update RTCPeerConnection-setRemoteDescription.html to spec, and avoid hang-prone test_state_change_event(). bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1461563 gecko-commit: 1d34216b7f19e85e28b52d5e900b5c0a0d9728bb gecko-integration-branch: autoland gecko-reviewers: bwc 16 May 2018, 20:19:41 UTC
b06b080 [LayoutNG] Fix min/max sizes during layout and intrinsic passes. Essentially this boils down to during min/max auto/percent/calc should be treated the same, either being border+padding or infinity. And during layout they should be taken into account. I added some tests which now match FF/Edge (004,005) which LayoutNG matches, but existing layout fails. The primary difference is change by passing kContent into ResolveBlockLength during the ComputeBlockSizeForFragment function. Bug: 635619 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I4e0c171a0e29ea5d85a742d85df001647813c1f3 Reviewed-on: https://chromium-review.googlesource.com/1056291 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#559171} 16 May 2018, 18:26:50 UTC
15f9e08 Add git revision to run_info (and wptreport) (#10971) 16 May 2018, 16:21:06 UTC
e9c44b8 Generalize subsetTest() in common/ and use for WebCryptoAPI tests (#11028) Fixes #10890. 16 May 2018, 15:36:18 UTC
d516217 Find Chrome binary on more platforms and fail gracefully (#11000) Also make similar changes to Opera. Fixes #10992. 16 May 2018, 14:45:00 UTC
a3a5824 [wptrunner] Recover from malformed test manifest If the process of updating the test manifest is interrupted unexpectedly, the file written to disk may not contain valid JSON. Update that WPT CLI to recognize this condition and recover by re-generating the manifest file. 16 May 2018, 13:31:53 UTC
4ae7daf [wptrunner] Add surface tests for `--list-tests` Ensure that the WPT CLI exits successfully when the `--list-tests` option is specified (including the case where no test manifest is present). 16 May 2018, 13:31:53 UTC
51ef063 Updated Edge config to have a default timeout (#11017) 16 May 2018, 13:31:15 UTC
12f9a22 Wait for the iframes to load before running test functions that use them. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1129091 gecko-commit: 0c4678b5ea533c2b83125cfece10cb2749ee5f5c gecko-integration-branch: autoland gecko-reviewers: jgraham 16 May 2018, 13:29:30 UTC
90f40cb [css-contain] Layout containment abspos and fixed descendants An element with "contain: layout" should be the containing block of any absolutely or fixed positioned descendants. The spec is very clear regarding this (https://drafts.csswg.org/css-contain/#containment-layout): "The element acts as a containing block for absolutely positioned and fixed positioned descendants." The patch just adds a new condition to ComputedStyle::CanContainFixedPositionObjects(). We already had the condition for paint containment before, so this takes advantage to add WPT tests to verify that case too. This patch causes that contain-layout-005.html starts to fail, but that's because of crbug.com/843329. There are more failing tests related to that bug, so TestExpectations is modified to reference it. BUG=785212 TEST=external/wpt/css/css-contain/contain-layout-006.html TEST=external/wpt/css/css-contain/contain-layout-007.html Change-Id: I8bb1d637bd7742961a414a5007b8ee8a8d3e66ea Reviewed-on: https://chromium-review.googlesource.com/1059557 Reviewed-by: Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#559045} 16 May 2018, 12:46:25 UTC
ad84337 Add test to verify a particular PeerConnection setup does not deadlock Does the connection setup in a specific sequence that historically triggered a deadlock (https://crbug.com/736725). The test simply verifies this specific sequence completes without errors or timeout. Verified it fails on the deadlock by running the test on the parent commit (2485344d4e8792bc4f9716deadda41fbc0d89ad9) of the original bug fix. BUG=chromium:840737 Change-Id: I93d9d8cb50cad9629268971520de489450d8649b Reviewed-on: https://chromium-review.googlesource.com/1057249 Reviewed-by: Henrik Boström <hbos@chromium.org> Reviewed-by: Patrik Höglund <phoglund@chromium.org> Commit-Queue: Kristoffer Erlandsson <kerl@google.com> Cr-Commit-Position: refs/heads/master@{#559022} 16 May 2018, 09:55:18 UTC
541c8ab Added dictionary WebGLContextAttributes to avoid no original dictionary error This PR fixed "Partial dictionary WebGLContextAttributes with no original dictionary" error in webxr idlharness test 16 May 2018, 07:17:14 UTC
32a1675 Test short regionCode (#11021) With https://github.com/w3c/payment-request/pull/690 the spec changed requiring `regionCode` to just be the "code element" of an [[!ISO3166-2]] country subdivision name (e.g., "CA" for California). 16 May 2018, 06:31:23 UTC
92a3d3d Worker: Throw an ErrorEvent on a failure of module loading This behavior is defined in the HTML spec: Step 13: "If the algorithm asynchronously completes with null, queue a task to fire an event named error at worker, and return." https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model An ErrorEvent is created on a worker thread, and passed to the main thread to dispatch it on a worker object in a document context. Bug: 843031 Change-Id: I1fd82cba1e02b1658bb2b556742f7a206ee754a7 Reviewed-on: https://chromium-review.googlesource.com/1058998 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by: Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#558903} 16 May 2018, 01:20:27 UTC
e7a9162 Change mojo manifest interface syntax from foo::mojom::Bar to foo.mojom.Bar. This updates the bindings generators and hard-coded interface names in tests and the service_manager. The remainder of the CL was generated by: for f in $(find . -name '*.json' -not \( -path './out/*' -o -path './third_party/*' -o -path '*.xcassets/*' \)); do grep interface_provider_spec "./$f" >/dev/null && gsed -i s/::/./g "$f"; done Tbr: jam@chromium.org Bug: 835446 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_mojo;master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I0bb22615b9c66824c6f95da66e3d7016809d63c7 Reviewed-on: https://chromium-review.googlesource.com/1026419 Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by: Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#558841} 15 May 2018, 22:00:24 UTC
5478850 Merge pull request #11013 from cvazac/master Server-Timing: clean up service-worker test 15 May 2018, 20:35:52 UTC
2d122f3 oh, linter 15 May 2018, 20:26:34 UTC
89090ce cleanup service-worker test 15 May 2018, 19:44:32 UTC
b395fb0 WebCryptoAPI: Use .any.js for generateKey tests and split up slow tests (#10984) Slow tests test 10 subtests at a time, using the `// META: variant=...` feature. Fixes #10794. 15 May 2018, 17:43:25 UTC
973caf5 webdriver: properly switching window focus after close of window (#10957) The test_handle_prompt_accept test for closing a window tests to see if an alert was handled. It does so by calling the Get Alert Text end point. However, the Get Alert Text end point requires an active, valid top-level browsing context to have the focus. The test now switches focus back to the previous window before checking that an alert was handled. In between checking the alert, confirm, and prompt cases, it recreates the new window required so it can be closed. 15 May 2018, 15:58:15 UTC
f2417cc Enable script attr-referrer tests 15 May 2018, 14:12:58 UTC
c16fdfb Async Cookies: Change events in service workers. While installing, a service worker may call cookieStore.subscribeToChanges() to express interest in observing the changes to the list of cookies sent in a request to a specific URL. After the service worker becomes active, it is notified of changes to the cookies it is interested in via "cookiechange" events, which are dispatched to the service worker's global scope. This CL lays the last piece in the foundation of the Async Cookies API, which is currently gated by the Experimental Web Platform Features flag. This CL focuses on the core functionality and plumbing. Follow-up CLs will add more tests, fix the handling of edge cases, and improve performance. Bug: 729800 Change-Id: I52f2e550d7901d746ed1a973426d3181ea091147 Reviewed-on: https://chromium-review.googlesource.com/979334 Reviewed-by: Jeremy Roman <jbroman@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Matt Falkenhagen <falken@chromium.org> Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by: Joshua Bell <jsbell@chromium.org> Reviewed-by: Mark Pearson <mpearson@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#558682} 15 May 2018, 13:41:52 UTC
927cd22 [infra] Rename nonexistent domain Contributors have expressed confusion over the term "nonexistent origin" to describe a domain that is not intended to exist. Rename the subdomain to "nonexistent" to clarify its role. 15 May 2018, 12:57:18 UTC
1361548 [wptserve] Correct domain configuration on *nix Because Windows and UNIX-like systems differ in how they interpret the IP address `0.0.0.0`, the hosts file contents generated for use with the WPT server must take the platform into account. Extend the hosts file generation logic and introduce "infrastructure assumptions" tests to assert the inavailibility of the domain. 15 May 2018, 12:57:18 UTC
d6b819d Fix typo in RTCPeerConnection-setDescription-transceiver.html bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1456706 gecko-commit: 4cc2050e05c40c21032b716ebd726ff971d0c914 gecko-integration-branch: autoland gecko-reviewers: drno 15 May 2018, 10:46:26 UTC
7f1de07 Rename *-expected.html to *-ref.html (#11004) While there is no rule or lint for the naming, *-expected.html is the convention in WebKit/Blink, and in WPT *-ref.html is the norm. (These were the only *-expected.html, and there are 3000+ *-ref.html.) 15 May 2018, 10:02:12 UTC
d811a47 Worklet: Remove outdated comment from WPT Worklets don't support dynamic import (see the issue) Bug: 782538 Change-Id: Iea9b4352122e78d1ff671ae09a9947f6a7f1ef3b TBR: nhiroki@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1058883 Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#558638} 15 May 2018, 08:17:51 UTC
d7f0944 Merge pull request #10964 from youennf/wpt-export-for-webkit-185549 WebKit export of https://bugs.webkit.org/show_bug.cgi?id=185549 15 May 2018, 05:06:35 UTC
b18d298 Merge pull request #10973 from csnardi/parsing-tests Use getPropertyValue in parsing-testcommon.js 14 May 2018, 23:35:17 UTC
7c88c99 Don't apply ToLowerCase to font feature identifiers used in @font-feature-values rules, as the spec says they're case sensitive. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1396450 gecko-commit: 4ee349d3078c7ef43e7ff31eafa9934f8d42c910 gecko-integration-branch: mozilla-inbound gecko-reviewers: xidorn 14 May 2018, 18:56:54 UTC
8043ae8 Merge pull request #10991 from cvazac/cvazac/tao Server-Timing: test TAO:* for cross-origin resource 14 May 2018, 18:12:18 UTC
ca59e95 include a TAO test 14 May 2018, 17:55:18 UTC
88b7588 Change how invalid base URLs are tested Fixes #8707. Supercedes #10917, which it is based on. This keeps the tests inside urltestdata.json, but adds a new requirement on consumers of that file that they should also test their base URL parsing logic by reusing the data in a different way. It also rearranges the various cases from 90efdbecfe3c457b36c71cf3e01a72cd5301c163 under several different headings. 14 May 2018, 17:48:17 UTC
d9a2c2d change to promise_test 14 May 2018, 17:06:50 UTC
a925a65 added explination about pending_promise and pending_resolve 14 May 2018, 17:00:51 UTC
da15f1b Added bit about testdriver-vendor 14 May 2018, 16:56:44 UTC
f473291 fix some wording 14 May 2018, 16:48:03 UTC
68f7ff0 Add clear-site-data/OWNERS 14 May 2018, 15:34:31 UTC
8a0f598 Add {upgrade-insecure-requests,secure-contexts,trusted-types}/OWNERS 14 May 2018, 15:34:04 UTC
1fdae86 Test document.write() on various documents See https://bugzilla.mozilla.org/show_bug.cgi?id=1444872 for context. 14 May 2018, 15:13:10 UTC
c4eab55 Stop making gsnedders glare at me 14 May 2018, 15:03:17 UTC
bd57e81 Teach the linter about // META: variant= 14 May 2018, 15:03:17 UTC
2be2bab Use getPropertyValue in parsing-testcommon.js If a property is entirely unsupported, setting style[property] will create a new attribute on style, and getting style[property] will return whatever value was just set. This can create false results as the test will report that parsing succeeded even when it did not, and that parsing failed even when it did not. Switch to getPropertyValue to remove this problem. Also switch to using assert_in_array instead of manually checking if an item is in the array with assert_true. Additionally, the latest version of parsing-testcommon.js was copied to all directories. 14 May 2018, 13:56:19 UTC
b22e127 [Squad] Get rid of MutableStyleRef() in list items. Clone and reset ComputedStyle When modifying the style of anonymous layout objects inside list items. Bug: 813068 Change-Id: Icd0d9d93d0e64fd130cfb5ba151bce7c34bfb234 Reviewed-on: https://chromium-review.googlesource.com/1053727 Reviewed-by: cathie chen <cathiechen@tencent.com> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#558257} 14 May 2018, 11:35:35 UTC
40d2e0d wdspec] Remove superfluous set_window_rect/resizing_and_positioning.py. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1460059 gecko-commit: 5cbb1c6750d154c208c98f3987882510431775b4 gecko-integration-branch: autoland gecko-reviewers: ato 14 May 2018, 09:26:25 UTC
fcb5082 Make fetch_tests_from_worker return a promise that resolves when the remote tests complete. 14 May 2018, 07:54:50 UTC
7baa334 [ServiceWorker] Propagate change for ServiceWorkerRegistration#updateViaCache This CL propagates change of registration's `updateViaCache` to corresponding registration objects in the renderer process to set their ServiceWorkerRegistration#updateViaCache attribute. BUG=675540 Change-Id: I6bb80dacbdd6a276f7ba8eb95f9f1e5379fbf03b Reviewed-on: https://chromium-review.googlesource.com/1002732 Reviewed-by: Makoto Shimazu <shimazu@chromium.org> Reviewed-by: Matt Falkenhagen <falken@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#558157} 13 May 2018, 20:26:03 UTC
f260ef9 Support x as a resolution unit. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1460655 gecko-commit: 30f281e6cd1f5641fe3f2bb468820916c1d8caf2 gecko-integration-branch: autoland gecko-reviewers: xidorn 12 May 2018, 13:41:27 UTC
a665e25 webdriver: correct string format for sending WebDriver command (#10965) 12 May 2018, 13:22:32 UTC
2e894de Add support for 'x' as a unit of resolution In https://drafts.csswg.org/css-values-4/#resolution, 'x' is defined as a synonym for dppx. Add support for parsing 'x' as dots per px. Intent to Implement and Ship: https://groups.google.com/a/chromium.org/d/topic/blink-dev/FsD97U77tss Bug: 630597, 807653 Change-Id: I70c440c89e42cd005a9c58fd89745a5603e0dee6 Reviewed-on: https://chromium-review.googlesource.com/892467 Commit-Queue: Chris Nardi <cnardi@chromium.org> Reviewed-by: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#558119} 12 May 2018, 06:30:05 UTC
099ece3 Test that unicode range syntax isn't a primitive token. bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1032034 gecko-commit: 85d3e5f022735230704ac89db5562addc65a6e6b gecko-integration-branch: autoland gecko-reviewers: bz 11 May 2018, 21:10:17 UTC
389b958 Fix XSS Auditor errors that prevent WebKit from running scripts loaded via inline.py. Sending 'X-XSS-Protection: 0' in the response headers for the main document will opt out of the XSS Auditor and allow inline event handlers (i.e., onmousemove) to run. 11 May 2018, 20:15:20 UTC
6a23e9d remove createTouch Removes document.createTouch and related tests createTouchList has relatively high UseCount(around 0.015%), see https://www.chromestatus.com/metrics/feature/timeline/popularity/2368 We need to address these use cases before remove it. Postpone createTouchList removal to M69 intent to deprecate and Remove: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/GLbUpUUnQzc PR to touch-events spec: https://github.com/w3c/touch-events/pull/96 Bug: 518868 Change-Id: If086b51b775e4be59320c4a1329988787ff6f870 Reviewed-on: https://chromium-review.googlesource.com/1041128 Commit-Queue: Ella Ge <eirage@chromium.org> Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by: David Bokan <bokan@chromium.org> Reviewed-by: Bo <boliu@chromium.org> Reviewed-by: Rick Byers <rbyers@chromium.org> Cr-Commit-Position: refs/heads/master@{#557907} 11 May 2018, 17:16:55 UTC
3676e24 Fix ignoring changes under resources in the stability checking script (#10929) It turns out that this uses different input for excludes than the wpt tests-affected script. The config file input is turned into a regexp that tries to match the entire path, so "resources" would just match a file called "resources" and "resources/**" is needed to match the entire path. 11 May 2018, 15:06:47 UTC
back to top