test: update modernizr expectations with actual mobile Safari 18.3 values (#34789)
This commit is contained in:
parent
163aacf4b6
commit
6833b664e3
|
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
## Updating expectations
|
## Updating expectations
|
||||||
|
|
||||||
1. `npx http-server .`
|
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 `http://127.0.0.1:8080/tests/assets/modernizr/index.html`
|
1. Navigate to `https://your-domain.com/tests/assets/modernizr/index.html`
|
||||||
|
|
||||||
Do this with:
|
Do this with:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -362,6 +362,7 @@
|
||||||
"EXT_polygon_offset_clamp": true,
|
"EXT_polygon_offset_clamp": true,
|
||||||
"EXT_shader_texture_lod": true,
|
"EXT_shader_texture_lod": true,
|
||||||
"EXT_texture_filter_anisotropic": true,
|
"EXT_texture_filter_anisotropic": true,
|
||||||
|
"EXT_texture_mirror_clamp_to_edge": true,
|
||||||
"EXT_sRGB": true,
|
"EXT_sRGB": true,
|
||||||
"KHR_parallel_shader_compile": true,
|
"KHR_parallel_shader_compile": true,
|
||||||
"OES_element_index_uint": true,
|
"OES_element_index_uint": true,
|
||||||
|
|
@ -371,6 +372,7 @@
|
||||||
"OES_texture_half_float": true,
|
"OES_texture_half_float": true,
|
||||||
"OES_texture_half_float_linear": true,
|
"OES_texture_half_float_linear": true,
|
||||||
"OES_vertex_array_object": true,
|
"OES_vertex_array_object": true,
|
||||||
|
"WEBGL_blend_func_extended": true,
|
||||||
"WEBGL_color_buffer_float": true,
|
"WEBGL_color_buffer_float": true,
|
||||||
"WEBGL_compressed_texture_astc": true,
|
"WEBGL_compressed_texture_astc": true,
|
||||||
"WEBGL_compressed_texture_etc": true,
|
"WEBGL_compressed_texture_etc": true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue