Skip to content

Commit

Permalink
test: update modernizr expectations with actual mobile Safari 18.3 va…
Browse files Browse the repository at this point in the history
…lues (#34789)
  • Loading branch information
yury-s authored Feb 14, 2025
1 parent 163aacf commit 6833b66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/assets/modernizr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 2 additions & 0 deletions tests/assets/modernizr/mobile-safari-18.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 6833b66

Please sign in to comment.