aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt
Commit message (Expand)AuthorAgeFilesLines
* Update web-platform-tests to revision b'aa0081aeb91d3890fbc8e21ccda3ab61ccd09...wpt_update_23-03-2025Servo WPT Sync2025-03-23404-2222/+10968
* Make input element display-inside always flow-root (#35908)Kenzie Raditya Tirtarahardja2025-03-234-0/+74
* Max assign outer block size to cell measures (#36064)Kenzie Raditya Tirtarahardja2025-03-231-6/+0
* Fix form validation for readonly inputs and update WPT expectations (#36090)elomscansio2025-03-221-9/+0
* Make Element::attach_shadow() and ShadowRoot closer to spec (#36024)batu_hoang2025-03-198-139/+0
* layout: Stop ignoring containing block padding for the static position (#36051)Oriol Brufau2025-03-1941-1341/+31
* layout: Obey sizing keywords in `layout_for_block_content_size()` (#36015)Oriol Brufau2025-03-192-0/+30
* 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-183-28/+10
* Create `config_dir` if none exist for caching (#35761)Euclid Ye2025-03-181-0/+2
* Streams: Implement stream pipe-to (#35650)Gregory Terzian2025-03-1819-23/+510
* dom: Implement minimal IntersectionObserver workflow (#35551)Steven Novaryo2025-03-1837-126/+11
* Update web-platform-tests to revision b'18fda923cafeb4e3e0546ffcfb2302c3b1b11...Servo WPT Sync2025-03-18496-2534/+17512
* Implement declarative shadow dom (#34964)batu_hoang2025-03-1730-1960/+149
* Various fixes for webdriver conformance tests (#35737)Josh Matthews2025-03-153-5/+7
* 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-133-5/+55
* 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-1317165-1551721/+0
* Improve logic for establishing a stacking context (#35947)Oriol Brufau2025-03-1329-48/+127
* layout: Remove special height logic of replaced element with auto width (#35275)Oriol Brufau2025-03-137-79/+76
* Set `is` value when constructing custom elements with the `new` operator (#35...Simon Wülker2025-03-122-339/+0
* Remove message from WebGL subtest name and remove stale expectations (#35791)Samson2025-03-12616-18472/+19771
* 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-112-2/+2
* script: implement ReadableByteStreamController (#35410)Taym Haddadi2025-03-1011-0/+481
* 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-103-24/+22
* Add test for percentage sizes resolving against subpixel lengths (#35809)Oriol Brufau2025-03-104-0/+168
* 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-0918-50/+24
* Update web-platform-tests to revision b'c23b0ad587af296087067b48a2f2101233589...Servo WPT Sync2025-03-09762-9697/+25202
* 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-073-2/+26
* 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
* script: Avoid double borrow crash on iframe focus (#35742)Sean Burke2025-03-032-0/+16
* 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-022380-42480/+54478
* script: Implement preparation-time document (#35718)Xiaocheng Hu2025-03-022-4/+0