Tags: anttijk/wpt
Tags
Reject portal activation when the portal is showing an error page Bug: 1058496 Change-Id: I425c7e02b05fef6378fc30ad2ffa9bc2cb6b16ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142483 Reviewed-by: Jeremy Roman <jbroman@chromium.org> Reviewed-by: Nasko Oskov <nasko@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#758040}
[css-filters] Migrate effect-reference-image-hw.html to WPT CL adds <title>, <link>s and <meta name=assert> entries to the original test, and moves it to external/wpt/css/filter-effects/. Target location/name: external/wpt/css/filter-effects/effect-reference-feimage-002.html Associated TestExpectations entries are also updated. BUG=968791,1063749 R=fs@opera.com Change-Id: I5f386156497b891abbd46dd8b4c600274de316a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141595 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#757592}
[css-filters] Move multiple-references-id-mutate-crash-2.html to WPT Migrate this test out of third_party/blink/web_tests/css3/filters and into a WPT-specific directory for crashtests, adding links to the relevant specs and a test assertion describing its purpose. This CL also migrates usage of runAfterLayoutAndPaint(), which is based on Chromium's testRunner, to WPT's waitForAtLeastOneFrame() and uses it along with class="test-wait" to make sure we provide the test with enough time to check for potential crashes. Bug: 1063749 Change-Id: I2b0c1ee2f7b63c79b02ef320c969d474df37e395 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144157 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#757964}
[css-filters] Move multiple-references-id-mutate-crash.html test to WPT Migrate this test out of third_party/blink/web_tests/css3/filters and into a WPT-specific directory for crashtests, adding links to the relevant specs and a test assertion describing its purpose. This CL also creates a external/wpt/css/filter-effects/crashtests directory to place the new crashtest, in order to be able to add a multiple-references-id-crash-002.html in a follow-up CL, since otherwise (i.e. no crashtest dir) we would have to move the '-crash' substring after the '-001/-002' one part, right before the extension, or otherwise the test would not run (see the relevant RFC[1]). Besides, having a crashtest directory will be convenient to migrate more crash tests into css/filter-effects in the future. [1] https://github.com/web-platform-tests/rfcs/blob/master/rfcs/load_test.md Bug: 1063749 Change-Id: I997fba360058d604698fab74ae84ee3b9893cb49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144035 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#757925}
Align crashtests documentation with the RFC and code (web-platform-te… …sts#22816) There was a slight mismatch in the documentation, which implied that '-crash' anywhere in the file name would make it a crashtest. This is not the case; the '-crash' must be right before the extension.
[css-filters] Migrate effect-reference-on-transparent-element.htm to WPT Migrate this test out of third_party/blink/web_tests/css3/filters and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose. Bug: 1063749 Change-Id: Ic36568e1ad9bcbe98ac851ed4cc3a8d9d4c857e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144033 Reviewed-by: Stephen Chenney <schenney@chromium.org> Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#757840}
WPT: service-worker/sandboxed-iframe-fetch-event.https.html is slow. The test is evidently slow. Add long timeout. Bug: 1068289 Change-Id: I8fb1ec3d749bd2ff07153ec9ee178b8d1f8f55b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142874 Auto-Submit: Matt Falkenhagen <falken@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#757775}
Update interfaces/video-raf.idl (web-platform-tests#22800) Source: https://github.com/tidoust/reffy-reports/blob/04407cd/ed/idl/video-raf.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/672766535
Mark canvas drawImage orientation tests as tentative. Per web-platform-tests#18549 (comment). Differential Revision: https://phabricator.services.mozilla.com/D67936 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1616169 gecko-commit: 23d1f2dbee27a56124f6d1a817933500afc7af40 gecko-integration-branch: autoland gecko-reviewers: tnikkel
Check IsReplaced instead of HasAspectRatio
Also make sure to include the border and padding in the minimum
size of a replaced element.
Checking IsReplaced instead of HasAspectRatio is the right thing here
because what this code cares about is the presence of an intrinsic size
Just changing that check exposed the bug that this branch did not add
the border and padding, leading to failed DCHECKs in:
external/wpt/css/vendor-imports/mozilla/mozilla-central-reftests/flexbox/flexbox-min-height-auto-002{a,b,c}.html
Change-Id: Id6f4bf8e600ee15aed98a3d92098dc0bd0e50fa2