aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* dependencies: Upgrade to WebRender 0.64 (#31486)Martin Robinson2024-03-1471-120/+26
* layout: Properly parent table-row and table-row-group (#31619)Martin Robinson2024-03-1418-24/+17
* Allow finishing anonymous inline-table at the end of inline elements (#31650)Oriol Brufau2024-03-144-0/+48
* End ongoing IFC when inserting anonymous block-level table (#31606)Oriol Brufau2024-03-133-0/+44
* Fix vertical alignment at the root of an IFC (#31636)Oriol Brufau2024-03-134-2/+166
* layout: Propagate overflow values from `<body>` to root element (#31618)Martin Robinson2024-03-1310-20/+0
* Gamepad: Align closer to spec and implement missing slots (#31385)Daniel Adams2024-03-122-6/+0
* font_cache: Handle filtering `@font-face` rules in Servo (#31601)Martin Robinson2024-03-1110-98/+61
* layout: Enable rendering of `conical-gradient` and `repeating-conical-gradien...Martin Robinson2024-03-1129-362/+12
* Take spaces into account in the max-content size of an IFC (#31613)Oriol Brufau2024-03-115-10/+3
* Use get_desired_proto in htmlconstructor (#31600)Samson2024-03-104-64/+0
* Update web-platform-tests to revision b'd9a5cc25fc5f520bde022cee67e9e6a6f0b58...Servo WPT Sync2024-03-10757-6272/+21626
* wpt: Start running the WOFF2 tests (#31595)Martin Robinson2024-03-0969-2/+136
* Align table cell measures in the block axis to Gecko/Blink/WebKit (#31596)Oriol Brufau2024-03-091-3/+0
* Obey table cell's box-sizing (#31536)Oriol Brufau2024-03-083-21/+0
* layout: Fix the pseudo for anonymous tables (#31578)Martin Robinson2024-03-0815-34/+0
* Fix inheritance.sub.html WPT to work on Servo (#31534)Azhar Ismagulova2024-03-084-29/+2
* clippy: fix warnings on modules outside components (#31567)eri2024-03-073-8/+8
* layout: Add support for box-shadow to Layout 2020 (#31453)Martin Robinson2024-03-0727-891/+6
* Enable CSS Tables by default (#31470)Oriol Brufau2024-03-07522-788/+484
* Add basic support for enumerating computed styles (#31499)Oriol Brufau2024-03-0622-224/+123
* Fix the measures of a table cell (#31513)Oriol Brufau2024-03-061-2/+0
* Enable accidentally skipped tests (#31507)Oriol Brufau2024-03-056-2/+75
* Fix intrinsic sizing of tables (#31506)Oriol Brufau2024-03-056-13/+0
* Enable `css-text` explicitly in include.ini (#31502)Mukilan Thiyagarajan2024-03-0511-0/+60
* Update manifest (#31497)Oriol Brufau2024-03-041-1/+1
* Fix column and row measures (#31480)Oriol Brufau2024-03-041-6/+0
* Treat indefinite percentages as auto offsets in relative positioning (#31484)Oriol Brufau2024-03-043-6/+0
* Add CSSOM support for CSS layers (#31481)Oriol Brufau2024-03-0317-74/+92
* Sync WPT with upstream (03-03-2024) (#31482)Servo WPT Sync2024-03-031957-65189/+19687
* Fix size of tables in flow layout (#31455)Oriol Brufau2024-03-0247-246/+12
* Enable more css tests (#31469)Oriol Brufau2024-03-011357-66/+17727
* script: Implement `<meta http-equiv="refresh">` (#31468)Smitty2024-03-0114-387/+42
* Fix percentages in CSS tables (#31454)Oriol Brufau2024-02-291-3/+0
* layout: Add initial support for row height distribution (#31421)Martin Robinson2024-02-2947-162/+48
* Update Stylo to 2023-07-23 (#31437)Oriol Brufau2024-02-2929-1151/+26
* webaudio: Throw when setting invalid automationRate on AudioBufferSourceNode ...Shamir Khodzha2024-02-282-12/+0
* layout: Add an implementation of `process_resolved_font_style_query` for Layo...Smitty2024-02-289-27/+0
* Update overrideMimeType and final-charset to match xhr spec (#29812)cybai (Haku)2024-02-288-243/+0
* layout: Turn on synthetic small-caps for layout 2020 (#31435)Martin Robinson2024-02-2839-123/+118
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-274-11/+22
* Fix percentages in the padding of a table-cell (#31430)Oriol Brufau2024-02-273-0/+123
* Support <div align="..."> and <center> in block layout (#31423)Oriol Brufau2024-02-262-4/+0
* layout: Add line height from preserved segment breaks in quirks mode (#31419)Martin Robinson2024-02-267-0/+110
* Update web-platform-tests to revision b'a39b23cb150d1ca3eddf7f2097ffe792a5f91...Servo WPT Sync2024-02-25409-3424/+16846
* layout: Place absolutes in IFCs at their hypothetical static position (#31418)Martin Robinson2024-02-236-12/+0
* Treat video elements as replaced content and render the current frame. (#31412)Josh Matthews2024-02-234-4/+4
* style: Remove dependency on servo_config (was #31409) (#31411)Delan Azabani2024-02-231-1/+0
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-234-8/+7
* layout: Add initial support for `text-transform` (#31396)Martin Robinson2024-02-2296-276/+10