aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/performance-timeline
Commit message (Collapse)AuthorAgeFilesLines
* Update web-platform-tests to revision ↵Servo WPT Sync2025-02-161-0/+4
| | | | | b'de61904887c13679551c32e5e3e70b4dc870c98a' (#35480) Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
* Enable more test directories and preferences (#34952)Josh Matthews2025-01-171-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * Enable WPT tests for several supported/in progress features. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Enable more preferences for all WPT tests. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Update test expectations. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Disable AbortController preference for tests. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Update WPT expectations. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
* Update web-platform-tests to revision ↵Servo WPT Sync2025-01-122-0/+12
| | | | | b'475127f90be9926867796ff98717b621a358af52' (#34956) Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
* Update web-platform-tests to revision ↵Servo WPT Sync2024-12-229-27/+0
| | | | | b'979291d49c1a8e3d811df117d9e6b5d399a6deb2' (#34733) Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
* Update web-platform-tests to revision ↵Servo WPT Sync2024-12-052-2/+4
| | | | | b'bf49dde84c5f05613115d6146d109f0ec3900694' (#34483) Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
* Fix panic in abort-block-bfcache.window.js (#33173)Taym Haddadi2024-08-251-1/+2
| | | | | | | | | | | | | * Fix panic in abort-block-bfcache.window.js Signed-off-by: Taym <haddadi.taym@gmail.com> * Update test expectation Signed-off-by: Taym <haddadi.taym@gmail.com> --------- Signed-off-by: Taym <haddadi.taym@gmail.com>
* Update web-platform-tests to revision ↵Servo WPT Sync2024-05-121-2/+1
| | | | b'8f48f40aab7f7f8a8118dc1a46972d070622be52' (#32271)
* Revert "script: implement AbortController (#31361)" (#32243)Samson2024-05-0710-20/+10
| | | This reverts commit 7fce850cffb72a6fbcf763a40164a9b35b7fa833.
* Update web-platform-tests to revision ↵Servo WPT Sync2024-05-061-1/+2
| | | | b'536297144c737f84096d1f448e790de0fb654956' (#32232)
* script: implement AbortController (#31361)Smitty2024-05-0410-10/+20
| | | | | | | | | | | | | | | | | | | | | * Implement AbortController Signed-off-by: syvb <me@iter.ca> * Update WPT tests Signed-off-by: syvb <me@iter.ca> * Address review comments * Fix duplicate import generation * Update WPT test expectations * Change expectation to FAIL for flaky test --------- Signed-off-by: syvb <me@iter.ca>
* Update web-platform-tests to revision ↵Servo WPT Sync2024-04-071-0/+3
| | | | b'b73a0a32890ff293961eb55bb90ba57a5a711f48' (#32010)
* Update web-platform-tests to revision ↵Servo WPT Sync2024-01-211-0/+2
| | | | b'a10b8c0164b4c4521040898ee9394738aca488b0' (#31144)
* Update web-platform-tests to revision ↵Servo WPT Sync2023-12-171-4/+0
| | | | b'a85f0dfe538b9cb894388a65dba7a2a21db050c7' (#30879)
* Update web-platform-tests to revision ↵Servo WPT Sync2023-11-191-0/+11
| | | | b'7aaad11d87d7a02515081e55609d31ab6ff173fc' (#30753)
* Sync WPT with upstream (04-10-2023) (#30493)Servo WPT Sync2023-10-063-0/+9
| | | | | | | | | | | | | | | * Update web-platform-tests to revision b'dfda99176a5d552fb1129fa353b7e4c69f6ed92c' * fix linter errors after WPT import Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> * Update expectations --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
* Run same tests for layout-2020 and layout-2013 (#30092)Oriol Brufau2023-08-1522-4/+76
| | | | | | | | | | 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.
* Update web-platform-tests to revision ↵WPT Sync Bot2023-06-2517-66/+0
| | | | b'7b682ab07397d72fceb6594d0f27cb36cf1d8ee3'
* Rename metadata directoriesMartin Robinson2023-06-2235-0/+164
This renames: - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout` - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta` - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout` - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`