aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/html
Commit message (Expand)AuthorAgeFilesLines
* Update web-platform-tests to revision b'979291d49c1a8e3d811df117d9e6b5d399a6d...Servo WPT Sync2024-12-2213-16/+21
* layout: Lay out Shadow DOM elements (#34701)Martin Robinson2024-12-191-1/+1
* layout: Allow same `ScriptThread` `<iframe>`s to be resized synchronously (#3...Martin Robinson2024-12-171-2/+2
* Partial implementation of keyword sizes for block layout (#34568)Oriol Brufau2024-12-161-3/+0
* Update web-platform-tests to revision b'38623a53d6598cb7aab4be8a810102b352a65...Servo WPT Sync2024-12-1567-347/+461
* traverse Shadow DOM boundaries when determining element lang (#34529)Ville Lindholm2024-12-081-9/+0
* Add ReferrerPolicy IDL attribute to iframes (#34526)shanehandley2024-12-081-6/+0
* Update web-platform-tests to revision b'7b6f075f0ec3c52d92c61fb9f35ce0ec927b1...Servo WPT Sync2024-12-089-14/+20
* Make traverse_preorder follow shadow roots (#34503)Josh Matthews2024-12-071-3/+0
* Update web-platform-tests to revision b'bf49dde84c5f05613115d6146d109f0ec3900...Servo WPT Sync2024-12-0511-166/+122
* Don't register unconnected shadow roots with their owner document (#34361)Simon Wülker2024-12-022-2/+5
* Differentiate between missing/invalid value in `make_enumerated_getter!` (#34...Simon Wülker2024-11-282-9/+0
* Implement `DataTransfer` and related interfaces (#34205)Gae242024-11-256-145/+0
* Update web-platform-tests to revision b'6d461cc41e1a9951e1991a94f651e389b0ca2...Servo WPT Sync2024-11-2410-5/+50
* Implement `ShadowRoot.innerHtml` attribute (#34335)Simon Wülker2024-11-223-6/+7
* script: Throw a `TypeError` when trying to create an `OffscreenCanvas` with a...chickenleaf2024-11-218-24/+0
* Implement `element.shadowRoot` attribute (#34306)Simon Wülker2024-11-212-2/+150
* Include non-shadowdom children of shadow hosts in style calculation (#34298)Simon Wülker2024-11-2023-24/+22
* Enable Shadow DOM for tests (#34299)Josh Matthews2024-11-2035-65/+396
* Remove referrer policy from document (#34263)shanehandley2024-11-195-39/+0
* Update web-platform-tests to revision b'6cf69a4f431581e9438681abc776029308ee8...Servo WPT Sync2024-11-1716-58/+3728
* Fix offsetLeft/offsetTop to match major browsers (#32761)Nico Burns2024-11-161-12/+0
* fix: allow form submission for input [type=image] (#34203)shanehandley2024-11-142-22/+0
* Update web-platform-tests to revision b'8686b7a6d288d3b2c22b5ddb5a21773619b22...Servo WPT Sync2024-11-1012-6/+195
* Implement PolicyContainer and update the default ReferrerPolicy (#33977)shanehandley2024-11-084-15/+3
* Add [EnforceRange] on OffscreenCanvas width/height idl attribute (#34165)Simon Wülker2024-11-0614-43/+0
* Implement `ImageBitmap.close` (#34124)Simon Wülker2024-11-042-6/+0
* Enable more DOM preferences for unofficial WPT test runs (#34116)Josh Matthews2024-11-031328-6940/+666
* Update web-platform-tests to revision b'd2f2efe271ae2fa661c52ed2fe8564e21ad40...Servo WPT Sync2024-11-0322-940/+26
* Fix geometry queries for floats and replaced inlines (#34083)Oriol Brufau2024-10-314-54/+0
* Improve how intrinsic sizes work for videos (#31746)eri2024-10-2910-201/+0
* Update web-platform-tests to revision b'73d6bd0d61f0ad5341d0c2303a7638e3aa12a...Servo WPT Sync2024-10-2710-10/+589
* Implement keyword sizes on absolute/fixed positioned elements (#33950)Oriol Brufau2024-10-221-6/+0
* Update web-platform-tests to revision b'5a9d9349a312e12a950d5f4703cd41609a06f...Servo WPT Sync2024-10-2068-3/+1067
* update test expectations for update-rendering (#33846)Gregory Terzian2024-10-181-3/+0
* Handle multibyte characters in img srcset (#33873)evuez2024-10-171-1/+164
* Update web-platform-tests to revision b'c7076ab2397dd3dcf0bb93dc304d05be04cd2...Servo WPT Sync2024-10-13141-103/+401
* Sync WPT with upstream (06-10-2024) (#33668)Servo WPT Sync2024-10-0675-61/+113
* Sync WPT with upstream (29-09-2024) (#33580)Servo WPT Sync2024-09-2943-135/+63
* Fix table track constrainedness (#33550)Oriol Brufau2024-09-261-6/+3
* Layout: Implement innerText/outerText (#33312)Ben2024-09-248-939/+0
* Update web-platform-tests to revision b'8e164c249d2b93a4234a2710a5e2cc5a16fab...Servo WPT Sync2024-09-2214-22/+226
* Enable min-content, max-content, fit-content and stretch (#33492)Oriol Brufau2024-09-201-6/+0
* layout: Add support for `object-fit` and `object-position` (#33479)Martin Robinson2024-09-181-2/+0
* Update web-platform-tests to revision b'4c3d068f942231dc905ea283e4f82bd70801c...Servo WPT Sync2024-09-159-2/+71
* compositor: Do not allow script to scroll past maximum scroll node offsets (#...Martin Robinson2024-09-131-2/+0
* layout: `<th>` should have `text-align: center` when the child of an element ...Martin Robinson2024-09-121-9/+0
* Accept zero values on some `width`/`height` attributes on table elements (#33...Oriol Brufau2024-09-123-31/+0
* Add `width` and `height` presentational hints for table-related elements (#33...Oriol Brufau2024-09-123-209/+0
* Raf delivery: run rafs for all pipeline if tick received for any. (#33395)Gregory Terzian2024-09-111-3/+0