aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/html/semantics/embedded-content/media-elements/seeking
Commit message (Collapse)AuthorAgeFilesLines
* media element: support seekable attribute (#36541)TIN TUN AUNG9 days1-4/+0
| | | | | | | | | | | | | | | support seekable attribute in `htmlmediaelement`, modify `seek` algorithm to use `seekable` attribute. related [specs](https://html.spec.whatwg.org/multipage/media.html#dom-media-seekable) Testing: Run WPT Test Fixes: https://github.com/servo/servo/issues/22297 Will wait for https://github.com/servo/media/pull/435 before turning this to ready for review. cc @jdm @xiaochengh Signed-off-by: rayguo17 <rayguo17@gmail.com>
* Run same tests for layout-2020 and layout-2013 (#30092)Oriol Brufau2023-08-153-0/+12
Most tests were only being run for layout-2013, not for layout-2020. This wasn't great since layout-2020 is now the default. So this patch unifies the lists of included tests for both layouts. For layout-2013 this implies adding css/css-content/, css/css-logical/ and css/css-masking/clip/. For layout-2020 this implies adding several additional css tests, and also tests like dom/, js/, html/, etc.