Sync WPT with upstream (18-05-2025) (#37040)

Automated downstream sync of changes from upstream as of 18-05-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-05-18 03:43:27 +02:00 committed by GitHub
parent ed469fe72f
commit 070a8cf937
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
377 changed files with 11542 additions and 2416 deletions

View file

@ -1,3 +1,6 @@
[iframe-loading-lazy-reload-navigation-reload.html]
[Reloading iframe loading='lazy' before it is loaded: location.reload]
expected: FAIL
[Reloading iframe loading='lazy' before it is loaded: navigation.reload]
expected: FAIL

View file

@ -0,0 +1,40 @@
[iframe_javascript_url_in_src.htm]
expected: TIMEOUT
[String object: javascript:new String("foo")]
expected: TIMEOUT
[undefined: javascript:void(0)]
expected: TIMEOUT
[number: javascript:1]
expected: TIMEOUT
[boolean: javascript:true]
expected: TIMEOUT
[null: javascript:null]
expected: TIMEOUT
[global: javascript:window]
expected: TIMEOUT
[host object: javascript:document]
expected: TIMEOUT
[function: javascript:(() => { return function() {}; })()]
expected: TIMEOUT
[regexp: javascript:/foo/]
expected: TIMEOUT
[array: javascript:["foo"\]]
expected: TIMEOUT
[object: javascript:{"foo": "bar"}]
expected: TIMEOUT
[ArrayBuffer: javascript:new ArrayBuffer(8)]
expected: TIMEOUT
[TypeError: javascript:new TypeError("foo")]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[iframe_javascript_url_initial_insertion.html]
[javascript: URL in iframe src, initial insertion check]
expected: FAIL

View file

@ -0,0 +1,3 @@
[iframe_javascript_url_loading_lazy.htm]
[javascript: URL in iframe src and loading="lazy"]
expected: FAIL

View file

@ -0,0 +1,3 @@
[iframe_javascript_url_not_about_blank.html]
[javascript: URL in iframe src, initial src is not about:blank]
expected: FAIL

View file

@ -0,0 +1,3 @@
[iframe_javascript_url_remove_srcdoc.html]
[javascript: URL in iframe src, removing srcdoc]
expected: FAIL