Add Modernizr check for ResizeObserver (#21124)

This commit is contained in:
Michael Telatynski 2022-02-18 13:48:50 +00:00 committed by GitHub
parent 8d0f616ffa
commit 53f6282a53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 22 deletions

View file

@ -30,6 +30,7 @@
"test/iframe/sandbox",
"test/json",
"test/network/fetch",
"test/storage/localstorage"
"test/storage/localstorage",
"test/window/resizeobserver"
]
}