diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2020-03-19 09:43:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-19 09:43:57 -0400 |
commit | 3d03b3bca0ee545d15ac3521391327bd08f02aae (patch) | |
tree | e35b8582fae3c4a8fa42b8f9d7efec3ecbecdd47 | |
parent | 19c2ac2ed3ba6b2ea1b93c3581f171c60ae926de (diff) | |
parent | 15557df8b5b4d96114da5050dbda0f10fd16052a (diff) | |
download | servo-3d03b3bca0ee545d15ac3521391327bd08f02aae.tar.gz servo-3d03b3bca0ee545d15ac3521391327bd08f02aae.zip |
Auto merge of #25960 - servo:jdm-patch-40, r=SimonSapin
Don't run 2dcontext tests in layout-2020.
The vast majority of these tests only test the DOM APIs, not the actual layout via reftests. That means we just duplicate the results and have to update them every time we change the canvas behaviour.
-rw-r--r-- | tests/wpt/include-layout-2020.ini | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/wpt/include-layout-2020.ini b/tests/wpt/include-layout-2020.ini index 30f650b893a..a1ac1c24332 100644 --- a/tests/wpt/include-layout-2020.ini +++ b/tests/wpt/include-layout-2020.ini @@ -5,8 +5,6 @@ skip: true skip: false [mozilla] skip: false -[2dcontext] - skip: false [css] skip: true [CSS2] |