Skip to content

Tags: rwlbuis/wpt

Tags

merge_pr_12631

Toggle merge_pr_12631's commit message
Add WPT tests for canvas TextMetrics.

Currently WPT tests only covers width for canvas TextMetrics. This change
adds basic tests for all the other metrics:
-advances
-actualBoundingBoxLeft, actualBoundingBoxRight, actualBoundingBoxAscent,
 actualBoundingBoxDescent
-emHeightAscent, emHeightDescent
-fontBoundingBoxAscent, fontBoundingBoxDescent
-getBaselines()

Bug: 277215,853376
Change-Id: Ieba242e583bc98e747f35b1dc799bea7b55e3c24
Reviewed-on: https://chromium-review.googlesource.com/1185784
Commit-Queue: David Quiroz Marin <davidqu@chromium.org>
Reviewed-by: Fernando Serboncini <fserb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585961}

merge_pr_12622

Toggle merge_pr_12622's commit message
[BackgroundFetch] Part 2: Implement BackgroundFetchFailureReason.

This is the second part, the plumbing on the blink side.

Bug: 876691, 869918
Change-Id: I62fe4aaf37f41b5ebd341ce4731f7fda1d486feb
Reviewed-on: https://chromium-review.googlesource.com/1185015
Commit-Queue: Mugdha Lakhani <nator@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
Reviewed-by: Peter Beverloo <peter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585906}

merge_pr_12610

Toggle merge_pr_12610's commit message
WPT: service worker: Refactor and format navigation-redirect.https.html.

In preparation for extending or modifying the test to test Client.url
and resultingClientId for whatwg/html#3891.

Bug: 876223
Change-Id: I50e8b8c21c5f8639a24a9c2ec00df3ccafdc8ac8
Reviewed-on: https://chromium-review.googlesource.com/1184656
Commit-Queue: Matt Falkenhagen <falken@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Makoto Shimazu <shimazu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585738}

merge_pr_12582

Toggle merge_pr_12582's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add romandev (web-platform-tests#12582)

merge_pr_12498

Toggle merge_pr_12498's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
HTML: fieldset legend should inherit alignment

See whatwg/html#3913.

merge_pr_12365

Toggle merge_pr_12365's commit message
Add RTCQuicTransport IDL + binding skeleton

Bug: 868068
Change-Id: I55bed5a6a35bec88b76066eb477914eb571104c7
Reviewed-on: https://chromium-review.googlesource.com/1167902
Commit-Queue: Steve Anton <steveanton@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Harald Alvestrand <hta@chromium.org>
Reviewed-by: Guido Urdaneta <guidou@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585997}

merge_pr_5302

Toggle merge_pr_5302's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request web-platform-tests#5302 from gsnedders/built-selec…

…tors

Get the CSS 3 Selectors testsuite included

merge_pr_12653

Toggle merge_pr_12653's commit message
Correctly spell XREnvironmentIntegrationProvider

Change spelling of XREnviromentIntegrationProvider to
XREnvironmentIntegrationProvider. Because apparently it's spelled
environ not enviro.

Cq-Include-Trybots: luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: I001157b168e325aeab03ec9e1bb22532b8c25b45
Reviewed-on: https://chromium-review.googlesource.com/1186963
Reviewed-by: Michael Thiessen <mthiesse@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Anna Offenwanger <offenwanger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585532}

merge_pr_12651

Toggle merge_pr_12651's commit message
DOM: do initEvent() before a returnValue test

merge_pr_12650

Toggle merge_pr_12650's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
HTML: add test for history.state after document.open() (web-platform-…

…tests#12650)

For whatwg/html#3946.