aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Disable `/fetch/api/crashtests/huge-fetch.any.js` (#32188)Samson2024-04-302-0/+22
* fonts: Add support for more @font-face features (#32164)Martin Robinson2024-04-2942-171/+6
* layout: Ensure empty list items are at least as tall as outside markers (#32152)Martin Robinson2024-04-2910-16/+21
* script: implement autofocus IDL reflection (#32170)Nolan Lawson2024-04-2922-24192/+0
* Turn white-space into a shorthand (#32146)Oriol Brufau2024-04-2913-338/+0
* layout2020 (flexbox): Implement `start`, `end`, and `space-evenly` content al...Nico Burns2024-04-2823-159/+9
* feat: implement ARIA string reflection on Element (#32080)Nolan Lawson2024-04-274-708/+0
* Let legacy layout serialize shorthands in getComputedStyle (#32149)Oriol Brufau2024-04-2658-1901/+240
* Cleanup obsolete expectations for /css/css-values/round-function.html (#32151)Oriol Brufau2024-04-262-300/+0
* Implement special table sizing for floats (#32150)Oriol Brufau2024-04-261-2/+0
* Bump Stylo to servo/stylo#34 and upgrade html5ever and xml5ever (#32145)Oriol Brufau2024-04-2612-447/+0
* webgpu: Update wgpu to 0.19 (#31995)Samson2024-04-262-9186/+2767
* Upgrade Stylo to 2024-04-16 (#32128)Oriol Brufau2024-04-255-138/+0
* script: Prevent "scroll to fragment" from scrolling offscreen (#32129)Martin Robinson2024-04-254-0/+43
* layout: Add a basic support for `list-style-position: outside` (#32114)Martin Robinson2024-04-2224-209/+12
* fix(user-timing): fix clearing marks/measures by name (#32120)Nolan Lawson2024-04-2212-118/+0
* docs: update README instructions for updating WPT (#32124)Nolan Lawson2024-04-211-15/+13
* layout: Have `TextRun::glyph_run_is_preserved_newline` take into account `Tex...Martin Robinson2024-04-211-2/+0
* test: add WPT user-timing tests (#32123)Nolan Lawson2024-04-2145-0/+922
* Update web-platform-tests to revision b'015f19c5b653f51f2e38ebe97ec0ff62523f5...Servo WPT Sync2024-04-21626-5649/+18345
* layout: Have `current_block_direction_position` in `PlacementState` use `Au` ...Ekta Siwach2024-04-191-0/+2
* layout: Add support for `clear` on `<br>` elements (#32094)Martin Robinson2024-04-174-8/+0
* Upgrade Stylo to 2024-03-01 (#32089)Oriol Brufau2024-04-1618-169/+0
* layout: Add support for `background-attachment: fixed` (#32068)Martin Robinson2024-04-159-18/+0
* layout: Add support for `<object>` with image data URLs (#32069)Martin Robinson2024-04-152-2/+3
* Keep 1st collapsible space after a preserved one (#32037)Oriol Brufau2024-04-151-2/+0
* Update web-platform-tests to revision b'daa07cf3c47652ed67e637f2a39bbc34f91cf...Servo WPT Sync2024-04-14966-10377/+24921
* Upgrade Stylo to 2024-01-16 (#32066)Oriol Brufau2024-04-1360-9327/+53
* Element collapsing thru should collapse with its children (#32060)Oriol Brufau2024-04-123-0/+51
* Treat indefinite percentages as auto for margin collapse (#32059)Oriol Brufau2024-04-121-2/+0
* Obey min-height and max-height on floated elements (#32057)Oriol Brufau2024-04-122-4/+0
* Implement form-associated custom elements and their ElementInternals (#31980)cathiechen2024-04-1153-472/+519
* Upgrade Stylo to 2023-12-01 (#32032)Oriol Brufau2024-04-1013-240/+46
* fix: Handle table.deleteRow with no rows (#32009)shanehandley2024-04-072-8/+0
* Update web-platform-tests to revision b'b73a0a32890ff293961eb55bb90ba57a5a711...Servo WPT Sync2024-04-07765-3131/+19188
* layout: Add a `FontMetricsProvider` for resolving font-relative units (#31966)Martin Robinson2024-04-0488-167/+48
* Fixed some clippy warning by adding default implementations (#31989)komuhangi2024-04-041-6/+6
* webgpu: Implement onSubmittedWorkDone (#31772)Samson2024-04-043-3105/+1382
* script: Split style and layout data in DOM nodes (#31985)Martin Robinson2024-04-041-7/+7
* compositing: Send entire scene's scroll offsets when sending WebRender displa...Martin Robinson2024-04-034-0/+101
* Implementation of baseline-source (#31904)Munish Mummadi2024-04-028-225/+0
* Update webidl and implement setter for the files property of a file input (#3...shanehandley2024-04-014-12/+0
* Override timeout in WebGPU CTS to always be "long" (#31952)Samson2024-04-013-2506/+6496
* Update web-platform-tests to revision b'16f18d8135a80e89f2e910ca7548999fa2f79...Servo WPT Sync2024-03-311165-6815/+42906
* Update Stylo to 2023-10-16 (#31932)Oriol Brufau2024-03-3020-105/+12
* Obey `white-space: pre-wrap` when intrinsically sizing an IFC (#31930)Oriol Brufau2024-03-294-8/+0
* wpt: Enable tests in `/css/css-inline/baseline-source/` (#31913)Munish Mummadi2024-03-2933-0/+1265
* Update servo's testharnessreport (#31920)Samson2024-03-282-2/+7
* Ignore spaces before atomic inline for the min-content size (#31896)Oriol Brufau2024-03-273-6/+0
* layout: Allow transforming inline replaced elements (#31833)Martin Robinson2024-03-274-2/+51