Tags: anttijk/wpt
Tags
[css-masking] Migrate clip-path-reference-box-3 to WPT Migrate this test out of third_party/blink/web_tests/css3/masking/ and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose. Bug: 1063749 Change-Id: I1870b644bf10b10947e897027aeb5765aac388a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143821 Reviewed-by: Luke Z <lpz@chromium.org> Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#758080}
[css-masking] Migrate clip-path-reference-box-1 to WPT Migrate this test out of third_party/blink/web_tests/css3/masking/ and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose. Bug: 1063749 Change-Id: I02f8b56439403ebb0c0f70743649434816b99fc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142116 Reviewed-by: Robert Ma <robertma@chromium.org> Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#758046}
[css-masking] Migrate clip-path-css-tranform-mutated.html to WPT This CL migrates clip-path-css-transform-mutated[-expected].html tests from css3/masking to external/wpt/css/css-masking/clip-path with WPT styles, adding links to the relevant specs, and test description. Additionally, this test is renamed to clip-path-transform-mutated-001[-ref].html to be align with existing test naming style. Bug: 1063749 Change-Id: Ibf032f065eefdbc6300255aa7a6a0e58066acd15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143420 Reviewed-by: Stephen Chenney <schenney@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#758096}
[css-flexbox] Update assert and issue number of percentage-size-quirk… …s-001.html This CL is a follow-up CL of crrev.com/c/2134466. This TC has an issue number[1] that introduced it. But, since Chromium changed the behavior at [2], it should be updated with the latter. It also updates "assert" to deliver clear messages. [1]https://bugs.webkit.org/show_bug.cgi?id=81809 [2]crbug.com/531783 Bug: 1063749 Change-Id: If3b1c761cab29e351e337eda4f3797f12679140c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143094 Commit-Queue: Julie Kim <jkim@igalia.com> Reviewed-by: David Grogan <dgrogan@chromium.org> Reviewed-by: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#758144}
[css-masking] Migrate clip-path-columns-shape.html to WPT This CL migrates clip-path-columns-shape[-expected].html tests from css3/masking to external/wpt/css/css-masking/clip-path with WPT styles, adding links to the relevant specs, and test description. Additionally, this test is renamed to clip-path-columns-shape-001[-ref].html to be align with existing test naming style. Bug: 1063749 Change-Id: I146b61e8f0a841e71a05e7f93d823939e1a11ea7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143055 Reviewed-by: Stephen Chenney <schenney@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#758097}
[css-filters] Move drop-shadow-clipped.html to WPT This CL migrates drop-shadow-clipped[-expected].html tests from paint/filters to external/wpt/css/filter-effects with WPT styles, adding links to the relevant specs, and test description. Additionally, this test is renamed to drop-shadow-clipped-001[-ref].html to be align with existing test naming style. Bug: 1063749 Change-Id: I503b5833769e7563bae92e2777dc9e2280a76ccc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141496 Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#758093}
[css-text] Following up on web-platform-tests#22309 (web-platform-tes… …ts#22458) As per web-platform-tests#22309 (comment)
Update interfaces/event-timing.idl (web-platform-tests#22827) Source: https://github.com/tidoust/reffy-reports/blob/c6cca11/ed/idl/event-timing.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/673117178
[css-filters] Migrate feimage-reference-foreign-object-crash.html to WPT This test moves feimage-reference-foreign-object-crash.html to wpt/. It also migrates the test into a regular crash test that waits long enough to check that the crash does not really happen using class="test-wait" (hence dropping the use of testharness.js and testharnessreport.js). Differently from [1], circular reference isn't used. [1] https://crrev.com/c/2144511 R=fs@opera.com, smcgruer@chromium.org Bug: 1063749 Change-Id: I936649812fb546265f9e278a8b42ed60a1fe5363 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144512 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by: Stephen McGruer <smcgruer@chromium.org> Reviewed-by: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#757953}
[css-filters] Migrate feimage-circular-reference-foreign-object-crash… ….html to WPT This test moves feimage-circular-reference-foreign-object-crash.html to wpt/. It also migrates the test into a regular crash test that waits long enough to check that the crash does not really happen using class="test-wait" (hence dropping the use of testharness.js and testharnessreport.js). R=fs@opera.com, smcgruer@chromium.org Bug: 1063749 Change-Id: I59eb6495c307d760e8969d37f72c17870b0d24bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144511 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by: Stephen McGruer <smcgruer@chromium.org> Reviewed-by: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#757969}
PreviousNext