aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Set descendant's attribute's owner document in Node::adopt (#35076)Simon Wülker2025-01-192-1/+15
* Implement shadow dom slots (#35013)Simon Wülker2025-01-1918-343/+22
* Update web-platform-tests to revision b'8f3f629756d7351867a8be36d5f217608b9ad...Servo WPT Sync2025-01-191781-14829/+27755
* prefs: Move some `DebugOptions` to `Preferences` and clean up (#34998)Martin Robinson2025-01-172-2/+2
* Enable more test directories and preferences (#34952)Josh Matthews2025-01-17472-230/+4050
* chore: Update wgpu and fix webgpu pref (#35020)Samson2025-01-161-126/+8
* layout: Allow different collapsed border style/color within a row/column (#35...Oriol Brufau2025-01-168-16/+0
* Update test expectations (#35010)Alex Touchet2025-01-152-66/+0
* Implement Clipboard Event Api (#33576)Gae242025-01-152-1/+2
* layout: Make non-`normal` `align-content` establish a block formatting contex...TIN TUN AUNG2025-01-1517-271/+15
* fonts: Remove synchronous web font loading functionality (#35000)Martin Robinson2025-01-152-2/+2
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-1498-110/+110
* Various servodriver improvements (#34957)Josh Matthews2025-01-142-2/+11
* Add Content Range Header and add one for blob end range (#34797)TIN TUN AUNG2025-01-144-89/+22
* layout: Improve logic for block size of table (#34947)Oriol Brufau2025-01-137-18/+0
* Implement HTMLCanvasElement.transferControlToOffscreen (#34959)webbeef2025-01-134-28/+0
* Enable wdspec and crashtest tests in servodriver. (#34955)Josh Matthews2025-01-123-4/+26
* Update web-platform-tests to revision b'475127f90be9926867796ff98717b621a358a...Servo WPT Sync2025-01-12504-9830/+13811
* layout: Improve painting of collapsed borders in table layout (#34933)Oriol Brufau2025-01-1183-162/+4
* layout: Improve sizing of tables in collapsed-borders mode (#34932)Oriol Brufau2025-01-1018-36/+6
* Implement HTMLCanvasElement.toBlob (#34938)webbeef2025-01-109-38/+0
* Update wgpu and impl `WGSLLanguageFeatures` (#34928)Samson2025-01-101-647/+1
* Bump taffy to v0.7.5 (#34927)Nico Burns2025-01-1024-572/+0
* Fix shadow root binding children to the tree (#34909)Taym Haddadi2025-01-101-3/+0
* layout: grid-template getComputedStyle cleanup (#34926)Steven Novaryo2025-01-104-129/+3
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-5/+4
* Add jpeg and webp support to canvas.toDataURL() (#34861)webbeef2025-01-092-0/+8
* layout: Set padding to zero on tables in collapsed-borders mode (#34908)Oriol Brufau2025-01-095-0/+130
* layout: grid template getComputedStyle resolved value (#34885)Steven Novaryo2025-01-0915-767/+108
* layout: Defer some table sizing logic to the parent formatting context (#34889)Oriol Brufau2025-01-098-21/+0
* Upgrade Stylo to 2025-01-02 (#34894)Oriol Brufau2025-01-082-57/+0
* Enable relative color syntax (#34897)Oriol Brufau2025-01-0827-6365/+0
* Make webgl test preferences more consistent. (#34886)Josh Matthews2025-01-083-3/+1
* Consider shadow dom when dispatching events (#34788)Simon Wülker2025-01-075-36/+2
* Various servodriver fixes (#34871)Josh Matthews2025-01-075-30/+42
* Support the `:host` selector (#34870)Simon Wülker2025-01-074-8/+1
* Add shadow tree flags to Bind/UnbindContext (#34863)Simon Wülker2025-01-071-4/+1
* Add initial support for WebGL 2 BlitFramebuffer (#26389)Josh Matthews2025-01-0624-29/+1546
* Treat % as 0 for the min-content contribution of replaced elements (#32103)Oriol Brufau2025-01-063-9/+57
* Update web-platform-tests to revision b'c72ee0c082d350b8b44f7a6bac1f028752b13...Servo WPT Sync2025-01-05335-760/+11785
* Document's current script should not be updated when executing script element...Domenico Rizzo2025-01-041-7/+0
* Ensure Element ID modifications inside disconnected shadow roots are register...Simon Wülker2025-01-042-0/+27
* Fix IS_IN_SHADOW_TREE flag for descendants after Node::remove call (#34803)Simon Wülker2025-01-031-3/+0
* Sync WPT with upstream (29-12-2024) (#34789)Servo WPT Sync2024-12-29123-1406/+801
* Use spec-aligned process for resolving history handling during navigation (#3...shanehandley2024-12-274-30/+0
* script: Handle null contexts better during JS runtime shutdown. (#34769)Josh Matthews2024-12-261-1/+0
* Don't run scripts while DOM tree is undergoing mutations (#34505)Josh Matthews2024-12-266-18/+44
* Clone node on a shadow root should always throw an error (#34742)Domenico Rizzo2024-12-245-14/+2
* script: Make timers per-process (#34581)Martin Robinson2024-12-241-0/+3
* Add check for valid custom element name in element::attach_shadow (#34749)Steven Novaryo2024-12-2411-25/+21