aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fix: meta referrer updating to follow spec (#36390)Sebastian C2025-04-073-9/+0
* Create a parser for URLPatterns (#36382)Simon Wülker2025-04-073-234/+0
* layout: Add initial support for the `::marker` pseudo-element (#36317)Martin Robinson2025-04-0717-228/+244
* wpt: Unskip acid folder as most tests are passing (#36340)Manuel Rego2025-04-073-0/+46
* Fix transition toggle & cancellation & delay (#35978)Euclid Ye2025-04-076-4/+205
* layout: Scale images in `image_set` by their specified resolution (#36374)ToBinio2025-04-071-2/+0
* Enable layout_container_queries_enabled on all WPT tests (#36348)Oriol Brufau2025-04-07109-151/+1495
* Add a tokenizer for URLPatterns (#36362)Simon Wülker2025-04-072-108/+0
* dom: Implement `ClipboardItem` (#36336)Gae242025-04-066-38/+4
* Fix radio group validity update when removing or selecting an input (#36252)elomscansio2025-04-062-0/+53
* Sync WPT with upstream (06-04-2025) (#36369)Servo WPT Sync2025-04-06708-3351/+15414
* Fix: Add support for stylesheet MIME type quirk in quirks mode (#36338)saku2025-04-063-0/+34
* Stub out Trusted Types interfaces (#36355)Tim van der Lippe2025-04-05126-556/+2858
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-0548-477/+97
* constellation: Only return focused browsing contexts that exist. (#36330)Josh Matthews2025-04-042-2/+2
* Run Trusted Types tests (#36354)Tim van der Lippe2025-04-04183-0/+1739
* Implement TestUtils (#36301)Sebastian C2025-04-043-2/+3
* wpt: Unskip webaudio tests as most are passing (#36334)Manuel Rego2025-04-0417-141/+105
* wpt: Unskip old-tests/ folder as most tests are passing (#36333)Manuel Rego2025-04-046-3/+16
* layout: Restrict stretch alignment to flex items with computed auto size (#36...Oriol Brufau2025-04-043-3/+30
* wpt: Unskip css/css-text/i18n as many tests are passing there (#36314)Manuel Rego2025-04-0430-2/+1598
* Ignore cert errors when running wdspec tests. (#36327)Josh Matthews2025-04-042-1/+4
* Fix: `display: inline-grid` considered an atomic inline (#36298)Barigbue Nbira2025-04-0310-18/+2
* Enable layout_grid_enabled pref for all tests (#36316)Oriol Brufau2025-04-0381-479/+123
* fix: root element not establishing stacking context (#35390) (#36174)Michael Rees2025-04-033-0/+30
* script: Implement deprecated CSSStyleSheet members (#36313)Oriol Brufau2025-04-0313-306/+0
* layout: Improve style conversion for Taffy (#36311)Oriol Brufau2025-04-037-69/+18
* Support single-value `<select>` elements (#35684)Simon Wülker2025-04-0318-28/+37
* script: Create `CSSStyleOwner::Null` for `getComputedStyle` (#36272)Martin Robinson2025-04-0218-216/+103
* layout: Allow collapsing bottom margins with any indefinite block size (#36278)Oriol Brufau2025-04-026-0/+180
* dom: Firing "click" event as synthetic pointer event (#36274)Andrei Volykhin2025-04-022-7/+0
* Remove meta-legacy-layout wpt tests (#36281)Tim van der Lippe2025-04-0110-20/+0
* Turn `CSSStyleRule` into a `CSSGroupingRule` subclass (#36254)Oriol Brufau2025-04-012-33/+0
* canvas: Implement line dash setters and getters (#36257)Steven Novaryo2025-04-0112-89/+0
* Implement CSSNestedDeclarations (#36248)Oriol Brufau2025-04-012-1/+2
* Enable CSS parent selector (`&`) (#36249)Oriol Brufau2025-04-0110-53/+0
* Fix null realm assertion when activating a service worker (#36256)Josh Matthews2025-04-0149-111/+574
* script: Use `RegExpFlag_UnicodeSets` when validating regular expressions in `...MDCODE2472025-04-012-30/+0
* Enable css-nesting WPT tests (#36246)Oriol Brufau2025-03-3125-1/+217
* dom: Set "composed" flag on construction for some event types (#36239)Andrei Volykhin2025-03-316-18/+12
* script: Fix resize observer depth calculation for Shadow DOM. (#36230)Josh Matthews2025-03-311-5/+0
* Enable service worker WPT tests. (#36221)Josh Matthews2025-03-31314-35/+5348
* Update web-platform-tests to revision b'efce5c7cd31b0e1add4f41758504c767b56ab...Servo WPT Sync2025-03-30121-717/+4208
* layout: Implement support for `image-set()` notation (#36210)chocolate-pie2025-03-2925-50/+0
* layout: Simplify and generalize the usage of pseudo-elements (#36202)Martin Robinson2025-03-292-18/+0
* dom: Track "removed" event listener status (#36163)Andrei Volykhin2025-03-282-9/+0
* Consume BOM in the `text()` method of fetch bodies (#36192)Andreu Botella2025-03-282-60/+0
* Fix content-type when creating a `Request` with `FormData` body (#36194)Andreu Botella2025-03-286-25/+6
* fix: prevent missing value error for radio button inputs without a name (#36197)Barigbue Nbira2025-03-281-5/+0
* Update web-platform-tests to revision b'9d20f3ae600d00673a27a69f69e13d4cd8eca...Servo WPT Sync2025-03-28734-5393/+24398