mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
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:
parent
ed469fe72f
commit
070a8cf937
377 changed files with 11542 additions and 2416 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
[iframe_javascript_url_initial_insertion.html]
|
||||
[javascript: URL in iframe src, initial insertion check]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[iframe_javascript_url_loading_lazy.htm]
|
||||
[javascript: URL in iframe src and loading="lazy"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[iframe_javascript_url_not_about_blank.html]
|
||||
[javascript: URL in iframe src, initial src is not about:blank]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[iframe_javascript_url_remove_srcdoc.html]
|
||||
[javascript: URL in iframe src, removing srcdoc]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue