aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css/cssom-view
Commit message (Collapse)AuthorAgeFilesLines
* Sync WPT with upstream (12-11-2023) (#30724)Servo WPT Sync2023-11-151-0/+3
| | | | | | | | | | | | * Update web-platform-tests to revision b'46476776fdbf0a62522621002ba8af68e4d478b6' * wpt import: update expectation Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
* Sync WPT with upstream (24-10-2023) (#30607)Servo WPT Sync2023-10-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * wpt sync: adapt code for new TestRoot class Fixes #30558 Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> * temp change to allow wpt sync build to pass Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> * Update web-platform-tests to revision b'0d5028f200c8651b17bb224657d6e1065adcff37' * Revert "temp change to allow wpt sync build to pass" This reverts commit bad72c7f87c0df16085763ee15ebe63a53462ab3. * revert metadata update for intermittent timeouts Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
* Allow raising FloatContext ceiling after processing box with overflow (#30539)Martin Robinson2023-10-171-9/+0
| | | | | | | | | | | | | | | When a box has overflow, any floats placed in that box will lower the float ceiling into the overflow. If no float is placed in the box though, the ceiling should be the block position where the overflow starts. We already know where this is, because we might be passing a negative value for the new block position after processing a box (content_size - actual_size would be negative). This negative value never raises the ceiling though since a maximum is used. In the case that there is overflow, this change allows raising the ceiling, but never passed the lowest float. This necessitates keeping two values for the ceiling: one for floats and one for non-floats. Fixes #30304.
* Sync WPT with upstream (20-08-2023) (#30143)Servo WPT Sync2023-08-221-3/+0
| | | | | | | | | | | | | * Update web-platform-tests to revision b'50e91f3cfd1140cafc188516488f2dca289239af' * Delete flaky result for css2/linebox/vertical-align-baseline-002 * Delete flaky result for html/rendering/bindings/the-textarea-element-0/cols-default.html.ini * Delete flaky result for CSS2/lists/list-style-applies-to-001.xht.ini --------- Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
* Run same tests for layout-2020 and layout-2013 (#30092)Oriol Brufau2023-08-151-0/+3
| | | | | | | | | | Most tests were only being run for layout-2013, not for layout-2020. This wasn't great since layout-2020 is now the default. So this patch unifies the lists of included tests for both layouts. For layout-2013 this implies adding css/css-content/, css/css-logical/ and css/css-masking/clip/. For layout-2020 this implies adding several additional css tests, and also tests like dom/, js/, html/, etc.
* Update web-platform-tests to revision ↵Servo WPT Sync2023-08-011-3/+0
| | | | b'dcf353e2846063d4b9e62ec75545d0ea857ef765' (#30045)
* Update web-platform-tests to revision ↵Servo WPT Sync2023-07-251-0/+6
| | | | b'b6cddc4617fedeed0db493b3ba9283148797447f' (#30021)
* Sync WPT with upstream (18-07-2023) (#30006)Servo WPT Sync2023-07-191-3/+0
| | | | | | | | | * Update web-platform-tests to revision b'e16853520ae70ba309108ccff87a7816f74be4dd' * Remove new spurious result --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* Make the choice of layout runtime settingMartin Robinson2023-07-063-66/+0
| | | | Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
* Rename metadata directoriesMartin Robinson2023-06-2296-0/+2164
This renames: - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout` - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta` - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout` - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`