aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta
Commit message (Expand)AuthorAgeFilesLines
...
* layout: Support min/max main keyword sizes in flexbox (#35961)Oriol Brufau2025-03-1910-154/+0
* layout: Don't consider a definite `stretch` size as intrinsic (#36045)Oriol Brufau2025-03-191-2/+0
* script: Implement `Range::getClientRects` and `Range::getBoundingClientRect` ...Simon Wülker2025-03-193-24/+0
* Support align attribute on HTMLParagraphElement interface (#36054)Stephen Muss2025-03-192-120/+0
* layout: Fix intrinsic contributions of indefinite `stretch` keyword (#36030)Oriol Brufau2025-03-182-19/+1
* Create `config_dir` if none exist for caching (#35761)Euclid Ye2025-03-181-0/+2
* Streams: Implement stream pipe-to (#35650)Gregory Terzian2025-03-1818-23/+508
* dom: Implement minimal IntersectionObserver workflow (#35551)Steven Novaryo2025-03-1837-126/+11
* Update web-platform-tests to revision b'18fda923cafeb4e3e0546ffcfb2302c3b1b11...Servo WPT Sync2025-03-1893-1073/+9247
* Implement declarative shadow dom (#34964)batu_hoang2025-03-1730-1960/+149
* Various fixes for webdriver conformance tests (#35737)Josh Matthews2025-03-151-2/+2
* script: Implement HTMLOptgroupElement::Label (#35970)Simon Wülker2025-03-143-126/+0
* layout: Add support for basic transform css properties (#35926)chocolate-pie2025-03-1410-31/+2
* Check whether an element is custom in the spec-compliant way (#35960)Xiaocheng Hu2025-03-132-5/+1
* Don't run disconnected callback on already disconnected custom elements (#35883)Xiaocheng Hu2025-03-133-33/+0
* Remove legacy layout (layout 2013) (#35943)Oriol Brufau2025-03-131-3/+0
* Improve logic for establishing a stacking context (#35947)Oriol Brufau2025-03-1326-48/+41
* layout: Remove special height logic of replaced element with auto width (#35275)Oriol Brufau2025-03-133-11/+5
* Set `is` value when constructing custom elements with the `new` operator (#35...Simon Wülker2025-03-122-339/+0
* Implement `ElementInternals::shadowRoot` (#35923)Simon Wülker2025-03-123-12/+0
* Bump Stylo to from a93e7ef to 4add86f (#34714)Asun02042025-03-111-2/+0
* layout: Fix interaction of margin and stretch size on block-level boxes (#35904)Oriol Brufau2025-03-118-69/+240
* Enable ShadowDom support by default (#35899)Simon Wülker2025-03-111-1/+1
* script: implement ReadableByteStreamController (#35410)Taym Haddadi2025-03-1010-0/+479
* Don't run scripts in documents that don't have a browsing context (#35871)Simon Wülker2025-03-102-3/+3
* layout: Support min/max cross keywords sizes in flexbox (#35860)Oriol Brufau2025-03-106-174/+0
* layout: Only prevent fixed table layout when `inline-size` is `auto` (#35882)Oriol Brufau2025-03-102-4/+1
* Add test for percentage sizes resolving against subpixel lengths (#35809)Oriol Brufau2025-03-102-0/+35
* layout: Handle keyword sizes when computing the hypothetical cross size (#35826)Oriol Brufau2025-03-102-21/+0
* Fix animation frame callback cancellation (#35849)Xiaocheng Hu2025-03-101-3/+0
* script: use passive event listener option on AddEventListenerOptions (#35877)shanehandley2025-03-102-197/+0
* Implement `nonce` attribute to pass more CSP checks (#35876)Simon Wülker2025-03-109-282/+11
* layout: support CSS will-change (#35787)Euclid Ye2025-03-0917-48/+24
* Update web-platform-tests to revision b'c23b0ad587af296087067b48a2f2101233589...Servo WPT Sync2025-03-09107-2850/+7803
* Implement can-have-its-url-rewritten for history api (#35864)Kingsley Yung2025-03-085-38/+3
* layout: Make `transform-style: preserve-3d` establish a containing block for ...Daniel Hast2025-03-072-2/+13
* layout: Partial support for keyword sizes on preferred cross size (#35682)Oriol Brufau2025-03-045-60/+15
* Upgrade Stylo to 2025-03-01 (#35782)Oriol Brufau2025-03-044-432/+0
* layout: Merge `BoxFragment::used_overflow` into `ComputedValuesExt::effective...Euclid Ye2025-03-021-2/+0
* Update web-platform-tests to revision b'fc557e215e11221c91de4f283539725ef2f35...Servo WPT Sync2025-03-02197-17373/+7871
* script: Implement preparation-time document (#35718)Xiaocheng Hu2025-03-021-2/+0
* fonts: Remove the per-FontGroup cached fallback font (#35705)Martin Robinson2025-02-287-10/+4
* script: Implement `Blob::bytes()` (#35151)Kousuke Takaki2025-02-275-78/+0
* layout: Implement a non-recursive version of CSS `quotes` (#34770)Xiaocheng Hu2025-02-2712-17/+23
* layout: Use definite cross size to compute flex base size (#35688)Oriol Brufau2025-02-272-2/+7
* libservo: Clean up interfaces for alert()/confirm()/prompt() (#35579)Delan Azabani2025-02-274-14/+0
* layout: Support `stretch` cross size for flex base size (#35663)Oriol Brufau2025-02-261-0/+26
* layout: Support `stretch` cross size for automatic min size in flexbox (#35652)Oriol Brufau2025-02-261-0/+26
* Allow the `<details>` element to be opened and closed (#35261)Simon Wülker2025-02-2510-15/+8
* servoshell: Fall back to PNG format when outputting an image (#35648)Martin Robinson2025-02-251-1/+1