test: update modernizr expectations with actual mobile Safari 18.3 values (#34789)

This commit is contained in:
Yury Semikhatsky 2025-02-13 16:37:15 -08:00 committed by GitHub
parent 163aacf4b6
commit 6833b664e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -7,8 +7,8 @@
## Updating expectations
1. `npx http-server .`
1. Navigate to `http://127.0.0.1:8080/tests/assets/modernizr/index.html`
1. Serve `tests/assets/modernizr/index.html` from a remote (localhost results will be different) https origin (e.g. https://pages.github.com).
1. Navigate to `https://your-domain.com/tests/assets/modernizr/index.html`
Do this with:

View file

@ -362,6 +362,7 @@
"EXT_polygon_offset_clamp": true,
"EXT_shader_texture_lod": true,
"EXT_texture_filter_anisotropic": true,
"EXT_texture_mirror_clamp_to_edge": true,
"EXT_sRGB": true,
"KHR_parallel_shader_compile": true,
"OES_element_index_uint": true,
@ -371,6 +372,7 @@
"OES_texture_half_float": true,
"OES_texture_half_float_linear": true,
"OES_vertex_array_object": true,
"WEBGL_blend_func_extended": true,
"WEBGL_color_buffer_float": true,
"WEBGL_compressed_texture_astc": true,
"WEBGL_compressed_texture_etc": true,