Automatic update from web-platform-tests
[wpt] enhanceents to check-layout-th.js (#23184)
There are 3 enhancements that I've found useful.
1. Warn if there are any unexpected data-* attributes
A common error is to have a typo in data-* attribute name.
When this happens, test will pass, because attribute is never read.
This enhancement prints a warning if unexpected attribute is found.
Running this over the entire test suite, I've found several errors:
css/css-grid/grid-definition/grid-auto-repeat-intrinsic-001.html
css/css-grid/grid-items/grid-items-percentage-margins-vertical-rl-001.html
css/css-grid/grid-items/grid-items-percentage-margins-vertical-rl-002.html
css/css-grid/grid-items/grid-items-relative-offsets-001.html
css/css-grid/grid-items/grid-items-relative-offsets-002.html
have data-expected-x, data-expected-y
Tried replacing some of these with data-offset-x, and tests fail.
css/css-grid/grid-definition/grid-percentage-rows-indefinite-height-002
has data-offset-top
2. highlight error on failure flag. Defaults to false.
If set, this flag will draw an outline around failed Element.
Useful when debugging pages with many elements.
3. toggle printing dom on error.
Sometimes, it is useful not to print dom on error for clarity.
Change-Id: I8424aa2dc002f63fde18d0fc54bdfe77666ce951
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161379
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Manuel Rego <rego@igalia.com>
Commit-Queue: Aleks Totic <atotic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#763069}
Co-authored-by: Aleks Totic <atotic@chromium.org>
--
wpt-commits: a5a3b7353c884ebcca0230818632a42ad2fbd9b2
wpt-pr: 23184
Automatic update from web-platform-tests
[css-grid] Migrate grid-automatic-minimum-for-auto-rows to WPT
Migrate this test out of web_tests/fast/css-grid-layout/ and into the
WPT-specific directory, adding links to the relevant specs and a test
assertion describing its purpose.
Bug: 1063749, 767015
Change-Id: Id3fe39a3ce2d81e8e378d55fc0b21bc74426670d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152791
Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760445}
--
wpt-commits: 2d81266d7fb3ce5cecbd01a8d8539bdb6990e092
wpt-pr: 23054
Automatic update from web-platform-tests
[css-grid] Migrate grid-automatic-minimum-intrinsic-aspect-ratio to WPT
Migrate this test out of web_tests/fast/css-grid-layout/ and into the
WPT-specific directory, adding links to the relevant specs and a test
assertion describing its purpose.
Bug: 1063749, 767015
Change-Id: I52c5fb0db32eacdfe338b4970dab7841875fe150
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152834
Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760444}
--
wpt-commits: 6d1019b5a1cae4263ed21e2097f9c259b498d89c
wpt-pr: 23058
Automatic update from web-platform-tests
[css-grid] Migrate grid-container-width-should-include-scroll-bar-width.html to WPT
This CL migrates
grid-container-width-should-include-scroll-bar-width.html
from fast/css-grid-layout to
external/wpt/css/css-grid/grid-model with WPT styles,
adding links to the relevant specs, and test description.
Additionally, this test is renamed to
grid-scrollbars-sizing-002.html to be align with existing
tests.
Bug: 1063749
Change-Id: Iec5c026bdcbf8d23cdef4a4789ee4c68c87e40ca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153456
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760443}
--
wpt-commits: 2a0ac4cc10a6c486756ed77e74bb2593f52a9bf9
wpt-pr: 23045
Automatic update from web-platform-tests
[css-grid] Migrate grid-self-baseline-* tests to WPT
Migrate all these tests out of blink/web_tests/fast/css-grid-layout
and into the WPT-specific directory, adding links to the relevant
specs and a test assertion describing its purpose.
This is a fairly big CL because it migrates 28 tests at once, but
we decided to do that since the changes done for all those tests
are pretty much the same, so both the elaboration of this patch
and the review might become easier this way, as changes are quite
mechanical in general.
Bug: 767015, 1063749
Change-Id: Ib19287254bf6aa70553ba805b2844e36884f52e7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154945
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Commit-Queue: Mario Sanchez Prada <mario@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760420}
--
wpt-commits: 05ec95b3c6277c773f8fc02fc93b8c088b7d01d9
wpt-pr: 23066
Automatic update from web-platform-tests
[css-grid] Migrate grid-dynamic-updates-relayout.html to WPT
This CL migrates grid-dynamic-updates-relayout.html to
external/wpt/css/css-grid/grid-definition, adding links to the relevant
specs and a test assertion describing its purpose, renaming it to
grid-template-columns-rows-changes-001.html.
Bug: 1063749
Change-Id: I077502f4b40d0c0744d775c9a0382097b8a31672
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154360
Reviewed-by: Manuel Rego <rego@igalia.com>
Commit-Queue: Julie Kim <jkim@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760349}
--
wpt-commits: c2826f6758784df10e7c84c75be74c283ac62ce3
wpt-pr: 23050
Automatic update from web-platform-tests
fixup! [css-grid] Migrate flex-sizing-columns-min-max-width.html to WPT
This CL updates the title and assert slightly to be aligned
with flex-sizing-rows-min-max-height-001.html.
Bug: 1063749
Change-Id: Ie16502fa396475e402a7649a74f1cfced215f478
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153177
Reviewed-by: Manuel Rego <rego@igalia.com>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#759990}
--
wpt-commits: 8d11959e5d2917a3e01471d2ee058a4b8c127297
wpt-pr: 23039
Automatic update from web-platform-tests
[css-grid] Migrate floating-not-effect-on-grid-items.html to WPT
This CL migrates floating-not-effect-on-grid-items.html
from fast/css-grid-layout to
external/wpt/css/css-grid/grid-model with WPT styles,
adding links to the relevant specs, and test description.
Additionally, this test is renamed to grid-float-002.html
to be aligned with existing tests.
Bug: 1063749
Change-Id: I1fe5a1a554ee2e2a15f526c8d1f18b8ba013ce6c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153446
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760297}
--
wpt-commits: 6c3bf3042bebd8c1b37ef8755267bdaaa8e38f32
wpt-pr: 23040
Automatic update from web-platform-tests
[css-grid] Migrate grid-container-scroll-accounts-for-sizing.html to WPT
This CL migrates grid-container-scroll-accounts-for-sizing.html
from fast/css-grid-layout to
external/wpt/css/css-grid/grid-model with WPT styles,
adding links to the relevant specs, and test description.
Additionally, this test is renamed to
grid-container-scrollbars-sizing-001.html to be aligned with
existing tests.
Bug: 1063749
Change-Id: I370f3a02a7d5aac8bcfad2544447e1fe046b7a13
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153453
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760294}
--
wpt-commits: b6da2c5d662df12d399685b3a0be79978b5479d2
wpt-pr: 23044
Automatic update from web-platform-tests
[css-grid] Migrate grid-container-scroll-accounts-for-auto-margin.html to WPT
This CL migrates grid-container-scroll-accounts-for-auto-margin.html
from fast/css-grid-layout to
external/wpt/css/css-grid/alignment with WPT styles,
adding links to the relevant specs, and test description.
Additionally, this test is renamed to
grid-container-auto-margin-scrollbars-001.html to be aligned
with existing tests.
Bug: 1063749
Change-Id: Ib44cdce4fc7c20121efd8cbf0af76cc325a90f1d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153449
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760293}
--
wpt-commits: 3c10aed1f63a9628e891b4c48c80f99055377821
wpt-pr: 23042
Automatic update from web-platform-tests
[css-grid] Migrate grid-content-alignment-with-span-vertical-rl.html to WPT
Migrate this test out of blink/web_tests/fast/css-grid-layout
and into the WPT-specific directory, adding links to the relevant
specs and a test assertion describing its purpose.
Bug: 767015, 1063749
Change-Id: Ibd15ce759845f954dea022aa9fca97dfbc89406f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152827
Commit-Queue: Mario Sanchez Prada <mario@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#760000}
--
wpt-commits: 2e1205f9760922c64539128ac90ccf793a6a759e
wpt-pr: 23019
Automatic update from web-platform-tests
[css-grid] Migrate grid-container-percentage-rows.html to WPT
Note: This test fails in Firefox (and EdgeHTML) but this is
expected as both haven't implemented the change on the spec yet.
This is the Firefox bug about [1].
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1481876
BUG=767015, 1063749
R=rego@igalia.com
Change-Id: I42392e66f6fabb3550907ad3309907f48e5fe18d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153268
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760048}
--
wpt-commits: 4296b184a6d3980cb2c0aefd5fc6ac880bc6a79b
wpt-pr: 23033
Automatic update from web-platform-tests
[css-grid] Migrate grid-automatic-minimum-for-auto-columns to WPT
Migrate this test out of web_tests/fast/css-grid-layout/ and into the
WPT-specific directory, adding links to the relevant specs and a test
assertion describing its purpose.
Bug: 1063749, 767015
Change-Id: Icdb180274b6d82ae02dc25461efa1b5819670195
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151512
Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760041}
--
wpt-commits: 94cf50595a7970d07e71a4274200482a844f6296
wpt-pr: 23034
Automatic update from web-platform-tests
[css-grid] Migrate grid-content-alignment-and-self-alignment-spanning.html to WPT
Migrate this test out of blink/web_tests/fast/css-grid-layout
and into the WPT-specific directory, adding links to the relevant
specs and a test assertion describing its purpose.
Bug: 767015, 1063749
Change-Id: I772e4c3651a35e0d47e945418aeb408250e50fa1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152450
Reviewed-by: Manuel Rego <rego@igalia.com>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Commit-Queue: Mario Sanchez Prada <mario@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760013}
--
wpt-commits: bd3da5cbeadc262585a9102005723153e42e4aca
wpt-pr: 23010
Automatic update from web-platform-tests
[css-grid] Migrate grid-element-shrink-to-fit.html to WPT
This CL migrates grid-element-shrink-to-fit.html to
external/wpt/css/css-grid/grid-model, adding links to the relevant
specs and a test assertion describing its purpose, renaming it to
grid-size-shrink-to-fit-001.html.
Bug: 1063749
Change-Id: Ie09d20498f7add1792cdcfc7342778c53b99662a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154431
Commit-Queue: Julie Kim <jkim@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760021}
--
wpt-commits: 1ab0f90bff15877f3749687d615f4ec34053e840
wpt-pr: 23053
Automatic update from web-platform-tests
[css-grid] Migrate grid-element-min-max-height.html to WPT
This CL migrates grid-element-min-max-height.html to
external/wpt/css/css-grid/grid-model, adding links to the relevant
specs and a test assertion describing its purpose, renaming it to
grid-min-max-height-001.html.
Bug: 1063749
Change-Id: I883f37b92e69daf841f47eb3d93983c5c1ad7a48
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154363
Commit-Queue: Julie Kim <jkim@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760020}
--
wpt-commits: d6956cea8aecfa02ce08af2607b8420bcc061ee6
wpt-pr: 23055
Automatic update from web-platform-tests
[css-grid] Relocate grid-content-alignment-and-self-alignment-001.html
This should have been added to wpt/css/css-grid/alignment already, but
we missed that during review, so relocating it now.
Bug: 767015, 1063749
Change-Id: Ie3219f191764db93915a8a3b76ccff5137366cba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153113
Reviewed-by: Manuel Rego <rego@igalia.com>
Commit-Queue: Mario Sanchez Prada <mario@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760012}
--
wpt-commits: cf3451a6e5abbca52d4c99f013595edc80012033
wpt-pr: 23048
Automatic update from web-platform-tests
[css-grid] Migrate grid-content-alignment-with-span.html to WPT
Migrate this test out of blink/web_tests/fast/css-grid-layout
and into the WPT-specific directory, adding links to the relevant
specs and a test assertion describing its purpose.
Bug: 767015, 1063749
Change-Id: I105f12a6e5b5ea414fdca1b9b127ba859d8c47af
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153145
Commit-Queue: Mario Sanchez Prada <mario@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#759995}
--
wpt-commits: c376626b534fae3c50fc02059be795689fc9bc7a
wpt-pr: 23018
Automatic update from web-platform-tests
[css-grid] Migrate grid-content-alignment-with-span-vertical-lr.html to WPT
Migrate this test out of blink/web_tests/fast/css-grid-layout
and into the WPT-specific directory, adding links to the relevant
specs and a test assertion describing its purpose.
Bug: 767015, 1063749
Change-Id: I4d4ba98c67f82e5d82da46b3aa783c264c5a35c3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153026
Commit-Queue: Mario Sanchez Prada <mario@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#759993}
--
wpt-commits: 10a3cc8a6d030fee6bcf3ac273507bd995ea5afb
wpt-pr: 23017
Automatic update from web-platform-tests
[css-grid] Migrate grid-content-alignment-overflow-001.html to WPT
Migrate this test out of blink/web_tests/fast/css-grid-layout
and into the WPT-specific directory, adding links to the relevant
specs and a test assertion describing its purpose.
Bug: 767015, 1063749
Change-Id: Ia38587567a787bf9b625c64fe3422fca82a6603e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152826
Commit-Queue: Mario Sanchez Prada <mario@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#759989}
--
wpt-commits: 2282acdb75722d9b95354c9c40979c079c99834d
wpt-pr: 23013
Automatic update from web-platform-tests
[css-grid] Migrate grid-content-alignment-stretch-only-valid-for-auto-sized-tracks.html to WPT
Migrate this test out of blink/web_tests/fast/css-grid-layout
and into the WPT-specific directory, adding links to the relevant
specs and a test assertion describing its purpose.
Bug: 767015, 1063749
Change-Id: Id6caed5736d59505cf4144e4fcf55e8669383a6e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153065
Commit-Queue: Mario Sanchez Prada <mario@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#759987}
--
wpt-commits: 30119fb68412dd8f98cbd8925e2542914b01f3ea
wpt-pr: 23016
Automatic update from web-platform-tests
[wpt] enhanceents to check-layout-th.js (#23184)
There are 3 enhancements that I've found useful.
1. Warn if there are any unexpected data-* attributes
A common error is to have a typo in data-* attribute name.
When this happens, test will pass, because attribute is never read.
This enhancement prints a warning if unexpected attribute is found.
Running this over the entire test suite, I've found several errors:
css/css-grid/grid-definition/grid-auto-repeat-intrinsic-001.html
css/css-grid/grid-items/grid-items-percentage-margins-vertical-rl-001.html
css/css-grid/grid-items/grid-items-percentage-margins-vertical-rl-002.html
css/css-grid/grid-items/grid-items-relative-offsets-001.html
css/css-grid/grid-items/grid-items-relative-offsets-002.html
have data-expected-x, data-expected-y
Tried replacing some of these with data-offset-x, and tests fail.
css/css-grid/grid-definition/grid-percentage-rows-indefinite-height-002
has data-offset-top
2. highlight error on failure flag. Defaults to false.
If set, this flag will draw an outline around failed Element.
Useful when debugging pages with many elements.
3. toggle printing dom on error.
Sometimes, it is useful not to print dom on error for clarity.
Change-Id: I8424aa2dc002f63fde18d0fc54bdfe77666ce951
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161379
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Manuel Rego <rego@igalia.com>
Commit-Queue: Aleks Totic <atotic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#763069}
Co-authored-by: Aleks Totic <atotic@chromium.org>
--
wpt-commits: a5a3b7353c884ebcca0230818632a42ad2fbd9b2
wpt-pr: 23184
Automatic update from web-platform-tests
[css-grid] Migrate grid-automatic-minimum-for-auto-rows to WPT
Migrate this test out of web_tests/fast/css-grid-layout/ and into the
WPT-specific directory, adding links to the relevant specs and a test
assertion describing its purpose.
Bug: 1063749, 767015
Change-Id: Id3fe39a3ce2d81e8e378d55fc0b21bc74426670d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152791
Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760445}
--
wpt-commits: 2d81266d7fb3ce5cecbd01a8d8539bdb6990e092
wpt-pr: 23054
Automatic update from web-platform-tests
[css-grid] Migrate grid-automatic-minimum-intrinsic-aspect-ratio to WPT
Migrate this test out of web_tests/fast/css-grid-layout/ and into the
WPT-specific directory, adding links to the relevant specs and a test
assertion describing its purpose.
Bug: 1063749, 767015
Change-Id: I52c5fb0db32eacdfe338b4970dab7841875fe150
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152834
Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760444}
--
wpt-commits: 6d1019b5a1cae4263ed21e2097f9c259b498d89c
wpt-pr: 23058
Automatic update from web-platform-tests
[css-grid] Migrate grid-container-width-should-include-scroll-bar-width.html to WPT
This CL migrates
grid-container-width-should-include-scroll-bar-width.html
from fast/css-grid-layout to
external/wpt/css/css-grid/grid-model with WPT styles,
adding links to the relevant specs, and test description.
Additionally, this test is renamed to
grid-scrollbars-sizing-002.html to be align with existing
tests.
Bug: 1063749
Change-Id: Iec5c026bdcbf8d23cdef4a4789ee4c68c87e40ca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153456
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760443}
--
wpt-commits: 2a0ac4cc10a6c486756ed77e74bb2593f52a9bf9
wpt-pr: 23045
Automatic update from web-platform-tests
[css-grid] Migrate grid-self-baseline-* tests to WPT
Migrate all these tests out of blink/web_tests/fast/css-grid-layout
and into the WPT-specific directory, adding links to the relevant
specs and a test assertion describing its purpose.
This is a fairly big CL because it migrates 28 tests at once, but
we decided to do that since the changes done for all those tests
are pretty much the same, so both the elaboration of this patch
and the review might become easier this way, as changes are quite
mechanical in general.
Bug: 767015, 1063749
Change-Id: Ib19287254bf6aa70553ba805b2844e36884f52e7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154945
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Commit-Queue: Mario Sanchez Prada <mario@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760420}
--
wpt-commits: 05ec95b3c6277c773f8fc02fc93b8c088b7d01d9
wpt-pr: 23066
Automatic update from web-platform-tests
[css-grid] Migrate grid-dynamic-updates-relayout.html to WPT
This CL migrates grid-dynamic-updates-relayout.html to
external/wpt/css/css-grid/grid-definition, adding links to the relevant
specs and a test assertion describing its purpose, renaming it to
grid-template-columns-rows-changes-001.html.
Bug: 1063749
Change-Id: I077502f4b40d0c0744d775c9a0382097b8a31672
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154360
Reviewed-by: Manuel Rego <rego@igalia.com>
Commit-Queue: Julie Kim <jkim@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760349}
--
wpt-commits: c2826f6758784df10e7c84c75be74c283ac62ce3
wpt-pr: 23050
Automatic update from web-platform-tests
fixup! [css-grid] Migrate flex-sizing-columns-min-max-width.html to WPT
This CL updates the title and assert slightly to be aligned
with flex-sizing-rows-min-max-height-001.html.
Bug: 1063749
Change-Id: Ie16502fa396475e402a7649a74f1cfced215f478
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153177
Reviewed-by: Manuel Rego <rego@igalia.com>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#759990}
--
wpt-commits: 8d11959e5d2917a3e01471d2ee058a4b8c127297
wpt-pr: 23039
Automatic update from web-platform-tests
[css-grid] Migrate floating-not-effect-on-grid-items.html to WPT
This CL migrates floating-not-effect-on-grid-items.html
from fast/css-grid-layout to
external/wpt/css/css-grid/grid-model with WPT styles,
adding links to the relevant specs, and test description.
Additionally, this test is renamed to grid-float-002.html
to be aligned with existing tests.
Bug: 1063749
Change-Id: I1fe5a1a554ee2e2a15f526c8d1f18b8ba013ce6c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153446
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760297}
--
wpt-commits: 6c3bf3042bebd8c1b37ef8755267bdaaa8e38f32
wpt-pr: 23040
Automatic update from web-platform-tests
[css-grid] Migrate grid-container-scroll-accounts-for-sizing.html to WPT
This CL migrates grid-container-scroll-accounts-for-sizing.html
from fast/css-grid-layout to
external/wpt/css/css-grid/grid-model with WPT styles,
adding links to the relevant specs, and test description.
Additionally, this test is renamed to
grid-container-scrollbars-sizing-001.html to be aligned with
existing tests.
Bug: 1063749
Change-Id: I370f3a02a7d5aac8bcfad2544447e1fe046b7a13
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153453
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760294}
--
wpt-commits: b6da2c5d662df12d399685b3a0be79978b5479d2
wpt-pr: 23044
Automatic update from web-platform-tests
[css-grid] Migrate grid-container-scroll-accounts-for-auto-margin.html to WPT
This CL migrates grid-container-scroll-accounts-for-auto-margin.html
from fast/css-grid-layout to
external/wpt/css/css-grid/alignment with WPT styles,
adding links to the relevant specs, and test description.
Additionally, this test is renamed to
grid-container-auto-margin-scrollbars-001.html to be aligned
with existing tests.
Bug: 1063749
Change-Id: Ib44cdce4fc7c20121efd8cbf0af76cc325a90f1d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153449
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760293}
--
wpt-commits: 3c10aed1f63a9628e891b4c48c80f99055377821
wpt-pr: 23042
Automatic update from web-platform-tests
[css-grid] Migrate grid-content-alignment-with-span-vertical-rl.html to WPT
Migrate this test out of blink/web_tests/fast/css-grid-layout
and into the WPT-specific directory, adding links to the relevant
specs and a test assertion describing its purpose.
Bug: 767015, 1063749
Change-Id: Ibd15ce759845f954dea022aa9fca97dfbc89406f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152827
Commit-Queue: Mario Sanchez Prada <mario@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#760000}
--
wpt-commits: 2e1205f9760922c64539128ac90ccf793a6a759e
wpt-pr: 23019
Automatic update from web-platform-tests
[css-grid] Migrate grid-container-percentage-rows.html to WPT
Note: This test fails in Firefox (and EdgeHTML) but this is
expected as both haven't implemented the change on the spec yet.
This is the Firefox bug about [1].
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1481876
BUG=767015, 1063749
R=rego@igalia.com
Change-Id: I42392e66f6fabb3550907ad3309907f48e5fe18d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153268
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760048}
--
wpt-commits: 4296b184a6d3980cb2c0aefd5fc6ac880bc6a79b
wpt-pr: 23033
Automatic update from web-platform-tests
[css-grid] Migrate grid-automatic-minimum-for-auto-columns to WPT
Migrate this test out of web_tests/fast/css-grid-layout/ and into the
WPT-specific directory, adding links to the relevant specs and a test
assertion describing its purpose.
Bug: 1063749, 767015
Change-Id: Icdb180274b6d82ae02dc25461efa1b5819670195
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151512
Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760041}
--
wpt-commits: 94cf50595a7970d07e71a4274200482a844f6296
wpt-pr: 23034
Automatic update from web-platform-tests
[css-grid] Migrate grid-content-alignment-and-self-alignment-spanning.html to WPT
Migrate this test out of blink/web_tests/fast/css-grid-layout
and into the WPT-specific directory, adding links to the relevant
specs and a test assertion describing its purpose.
Bug: 767015, 1063749
Change-Id: I772e4c3651a35e0d47e945418aeb408250e50fa1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152450
Reviewed-by: Manuel Rego <rego@igalia.com>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Commit-Queue: Mario Sanchez Prada <mario@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760013}
--
wpt-commits: bd3da5cbeadc262585a9102005723153e42e4aca
wpt-pr: 23010
Automatic update from web-platform-tests
[css-grid] Migrate grid-element-shrink-to-fit.html to WPT
This CL migrates grid-element-shrink-to-fit.html to
external/wpt/css/css-grid/grid-model, adding links to the relevant
specs and a test assertion describing its purpose, renaming it to
grid-size-shrink-to-fit-001.html.
Bug: 1063749
Change-Id: Ie09d20498f7add1792cdcfc7342778c53b99662a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154431
Commit-Queue: Julie Kim <jkim@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760021}
--
wpt-commits: 1ab0f90bff15877f3749687d615f4ec34053e840
wpt-pr: 23053
Automatic update from web-platform-tests
[css-grid] Migrate grid-element-min-max-height.html to WPT
This CL migrates grid-element-min-max-height.html to
external/wpt/css/css-grid/grid-model, adding links to the relevant
specs and a test assertion describing its purpose, renaming it to
grid-min-max-height-001.html.
Bug: 1063749
Change-Id: I883f37b92e69daf841f47eb3d93983c5c1ad7a48
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154363
Commit-Queue: Julie Kim <jkim@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760020}
--
wpt-commits: d6956cea8aecfa02ce08af2607b8420bcc061ee6
wpt-pr: 23055
Automatic update from web-platform-tests
[css-grid] Relocate grid-content-alignment-and-self-alignment-001.html
This should have been added to wpt/css/css-grid/alignment already, but
we missed that during review, so relocating it now.
Bug: 767015, 1063749
Change-Id: Ie3219f191764db93915a8a3b76ccff5137366cba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153113
Reviewed-by: Manuel Rego <rego@igalia.com>
Commit-Queue: Mario Sanchez Prada <mario@igalia.com>
Cr-Commit-Position: refs/heads/master@{#760012}
--
wpt-commits: cf3451a6e5abbca52d4c99f013595edc80012033
wpt-pr: 23048
Automatic update from web-platform-tests
[css-grid] Migrate grid-content-alignment-with-span.html to WPT
Migrate this test out of blink/web_tests/fast/css-grid-layout
and into the WPT-specific directory, adding links to the relevant
specs and a test assertion describing its purpose.
Bug: 767015, 1063749
Change-Id: I105f12a6e5b5ea414fdca1b9b127ba859d8c47af
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153145
Commit-Queue: Mario Sanchez Prada <mario@igalia.com>
Reviewed-by: Manuel Rego <rego@igalia.com>
Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#759995}
--
wpt-commits: c376626b534fae3c50fc02059be795689fc9bc7a
wpt-pr: 23018