Bug 264587

Summary: [WPE][GTK] Failures in imported/w3c/web-platform-tests/html/semantics/
Product: WebKit Reporter: Philippe Normand <philn>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Philippe Normand 2023-11-10 08:08:24 PST
--- /app/webkit/WebKitBuild/GTK/Release/layout-test-results/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base-data-expected.txt
+++ /app/webkit/WebKitBuild/GTK/Release/layout-test-results/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base-data-actual.txt
@@ -1,8 +1,5 @@
-CONSOLE MESSAGE: Blocked setting data:/,test as the base URL because it does not have an allowed scheme.
-CONSOLE MESSAGE: Blocked setting data:/,test as the base URL because it does not have an allowed scheme.
-CONSOLE MESSAGE: Blocked setting data:/,more-test as the base URL because it does not have an allowed scheme.
 
-PASS First <base> has a data: URL so fallback is used
+FAIL First <base> has a data: URL so fallback is used assert_equals: expected "http://web-platform.test:8800/html/semantics/document-metadata/the-base-element/blah" but got "data:/blah"
 PASS First <base> is removed so second is used
-PASS Dynamically inserted first <base> has a data: URL so fallback is used
+FAIL Dynamically inserted first <base> has a data: URL so fallback is used assert_equals: expected "http://web-platform.test:8800/html/semantics/document-metadata/the-base-element/blah" but got "data:/blah"
 

--- /app/webkit/WebKitBuild/GTK/Release/layout-test-results/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base-javascript-expected.txt
+++ /app/webkit/WebKitBuild/GTK/Release/layout-test-results/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base-javascript-actual.txt
@@ -1,8 +1,5 @@
-CONSOLE MESSAGE: Blocked setting javascript:/,test as the base URL because it does not have an allowed scheme.
-CONSOLE MESSAGE: Blocked setting javascript:/,test as the base URL because it does not have an allowed scheme.
-CONSOLE MESSAGE: Blocked setting javascript:/,more-test as the base URL because it does not have an allowed scheme.
 
-PASS First <base> has a javascript: URL so fallback is used
+FAIL First <base> has a javascript: URL so fallback is used assert_equals: expected "http://web-platform.test:8800/html/semantics/document-metadata/the-base-element/blah" but got "javascript:/blah"
 PASS First <base> is removed so second is used
-PASS Dynamically inserted first <base> has a javascript: URL so fallback is used
+FAIL Dynamically inserted first <base> has a javascript: URL so fallback is used assert_equals: expected "http://web-platform.test:8800/html/semantics/document-metadata/the-base-element/blah" but got "javascript:/blah"
 

--- /app/webkit/WebKitBuild/GTK/Release/layout-test-results/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_block_downloads.sub.tentative-expected.txt
+++ /app/webkit/WebKitBuild/GTK/Release/layout-test-results/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_navigation_download_block_downloads.sub.tentative-actual.txt
@@ -1,6 +1,6 @@
 CONSOLE MESSAGE: Not allowed to download due to sandboxing
 
 
-PASS Navigation resulted download in sandbox is blocked.
+FAIL Navigation resulted download in sandbox is blocked. assert_equals: Expect no download to happen, but got one. expected "TOKEN_NOT_SET" but got "TOKEN_SET"
 PASS Navigation resulted download in sandbox from <object> is blocked.
 

--- /app/webkit/WebKitBuild/GTK/Release/layout-test-results/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/sandbox_004-expected.txt
+++ /app/webkit/WebKitBuild/GTK/Release/layout-test-results/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/sandbox_004-actual.txt
@@ -1,4 +1,8 @@
+CONSOLE MESSAGE: Blocked script execution in 'webkit-pdfjs-viewer://pdfjs/web/viewer.html?file=' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
+CONSOLE MESSAGE: Blocked script execution in 'webkit-pdfjs-viewer://pdfjs/web/viewer.html?file=' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
+CONSOLE MESSAGE: Blocked script execution in 'webkit-pdfjs-viewer://pdfjs/web/viewer.html?file=' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
 
 
-PASS Fallback content is always displayed for sandboxed PDFs
+Harness Error (TIMEOUT), message = null
 
+

--- /app/webkit/WebKitBuild/GTK/Release/layout-test-results/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/select-event-expected.txt
+++ /app/webkit/WebKitBuild/GTK/Release/layout-test-results/imported/w3c/web-platform-tests/html/semantics/forms/textfieldselection/select-event-actual.txt
@@ -1,3 +1,5 @@
+
+Harness Error (TIMEOUT), message = null
 
 PASS textarea: select()
 PASS textarea: select() a second time (must not fire select)
@@ -14,259 +16,259 @@
 PASS textarea: selectionEnd disconnected node
 PASS textarea: selectionEnd event queue
 PASS textarea: selectionEnd twice in disconnected node (must fire select only once)
-PASS textarea: selectionDirection
-FAIL textarea: selectionDirection a second time (must not fire select) assert_unreached: the select event must not fire the second time Reached unreachable code
-PASS textarea: selectionDirection disconnected node
-PASS textarea: selectionDirection event queue
-PASS textarea: selectionDirection twice in disconnected node (must fire select only once)
-PASS textarea: setSelectionRange()
-PASS textarea: setSelectionRange() a second time (must not fire select)
-PASS textarea: setSelectionRange() disconnected node
-PASS textarea: setSelectionRange() event queue
-PASS textarea: setSelectionRange() twice in disconnected node (must fire select only once)
-PASS textarea: setRangeText()
-PASS textarea: setRangeText() a second time (must not fire select)
-PASS textarea: setRangeText() disconnected node
-PASS textarea: setRangeText() event queue
-PASS textarea: setRangeText() twice in disconnected node (must fire select only once)
-PASS textarea: selectionStart out of range
-PASS textarea: selectionStart out of range a second time (must not fire select)
-PASS textarea: selectionStart out of range disconnected node
-PASS textarea: selectionStart out of range event queue
-PASS textarea: selectionStart out of range twice in disconnected node (must fire select only once)
-PASS textarea: selectionEnd out of range
-PASS textarea: selectionEnd out of range a second time (must not fire select)
-PASS textarea: selectionEnd out of range disconnected node
-PASS textarea: selectionEnd out of range event queue
-PASS textarea: selectionEnd out of range twice in disconnected node (must fire select only once)
-PASS textarea: setSelectionRange out of range
-PASS textarea: setSelectionRange out of range a second time (must not fire select)
-PASS textarea: setSelectionRange out of range disconnected node
-PASS textarea: setSelectionRange out of range event queue
-PASS textarea: setSelectionRange out of range twice in disconnected node (must fire select only once)
-PASS input type text: select()
-PASS input type text: select() a second time (must not fire select)
-PASS input type text: select() disconnected node
-PASS input type text: select() event queue
-PASS input type text: select() twice in disconnected node (must fire select only once)
-PASS input type text: selectionStart
-PASS input type text: selectionStart a second time (must not fire select)
-PASS input type text: selectionStart disconnected node
-PASS input type text: selectionStart event queue
-PASS input type text: selectionStart twice in disconnected node (must fire select only once)
-PASS input type text: selectionEnd
-PASS input type text: selectionEnd a second time (must not fire select)
-PASS input type text: selectionEnd disconnected node
-PASS input type text: selectionEnd event queue
-PASS input type text: selectionEnd twice in disconnected node (must fire select only once)
-PASS input type text: selectionDirection
-FAIL input type text: selectionDirection a second time (must not fire select) assert_unreached: the select event must not fire the second time Reached unreachable code
-PASS input type text: selectionDirection disconnected node
-PASS input type text: selectionDirection event queue
-PASS input type text: selectionDirection twice in disconnected node (must fire select only once)
-PASS input type text: setSelectionRange()
-PASS input type text: setSelectionRange() a second time (must not fire select)
-PASS input type text: setSelectionRange() disconnected node
-PASS input type text: setSelectionRange() event queue
-PASS input type text: setSelectionRange() twice in disconnected node (must fire select only once)
-PASS input type text: setRangeText()
-PASS input type text: setRangeText() a second time (must not fire select)
-PASS input type text: setRangeText() disconnected node
-PASS input type text: setRangeText() event queue
-PASS input type text: setRangeText() twice in disconnected node (must fire select only once)
-PASS input type text: selectionStart out of range
-PASS input type text: selectionStart out of range a second time (must not fire select)
-PASS input type text: selectionStart out of range disconnected node
-PASS input type text: selectionStart out of range event queue
-PASS input type text: selectionStart out of range twice in disconnected node (must fire select only once)
-PASS input type text: selectionEnd out of range
-PASS input type text: selectionEnd out of range a second time (must not fire select)
-PASS input type text: selectionEnd out of range disconnected node
-PASS input type text: selectionEnd out of range event queue
-PASS input type text: selectionEnd out of range twice in disconnected node (must fire select only once)
-PASS input type text: setSelectionRange out of range
-PASS input type text: setSelectionRange out of range a second time (must not fire select)
-PASS input type text: setSelectionRange out of range disconnected node
-PASS input type text: setSelectionRange out of range event queue
-PASS input type text: setSelectionRange out of range twice in disconnected node (must fire select only once)
-PASS input type search: select()
-PASS input type search: select() a second time (must not fire select)
-PASS input type search: select() disconnected node
-PASS input type search: select() event queue
-PASS input type search: select() twice in disconnected node (must fire select only once)
-PASS input type search: selectionStart
-PASS input type search: selectionStart a second time (must not fire select)
-PASS input type search: selectionStart disconnected node
-PASS input type search: selectionStart event queue
-PASS input type search: selectionStart twice in disconnected node (must fire select only once)
-PASS input type search: selectionEnd
-PASS input type search: selectionEnd a second time (must not fire select)
-PASS input type search: selectionEnd disconnected node
-PASS input type search: selectionEnd event queue
-PASS input type search: selectionEnd twice in disconnected node (must fire select only once)
-PASS input type search: selectionDirection
-FAIL input type search: selectionDirection a second time (must not fire select) assert_unreached: the select event must not fire the second time Reached unreachable code
-PASS input type search: selectionDirection disconnected node
-PASS input type search: selectionDirection event queue
-PASS input type search: selectionDirection twice in disconnected node (must fire select only once)
-PASS input type search: setSelectionRange()
-PASS input type search: setSelectionRange() a second time (must not fire select)
-PASS input type search: setSelectionRange() disconnected node
-PASS input type search: setSelectionRange() event queue
-PASS input type search: setSelectionRange() twice in disconnected node (must fire select only once)
-PASS input type search: setRangeText()
-PASS input type search: setRangeText() a second time (must not fire select)
-PASS input type search: setRangeText() disconnected node
-PASS input type search: setRangeText() event queue
-PASS input type search: setRangeText() twice in disconnected node (must fire select only once)
-PASS input type search: selectionStart out of range
-PASS input type search: selectionStart out of range a second time (must not fire select)
-PASS input type search: selectionStart out of range disconnected node
-PASS input type search: selectionStart out of range event queue
-PASS input type search: selectionStart out of range twice in disconnected node (must fire select only once)
-PASS input type search: selectionEnd out of range
-PASS input type search: selectionEnd out of range a second time (must not fire select)
-PASS input type search: selectionEnd out of range disconnected node
-PASS input type search: selectionEnd out of range event queue
-PASS input type search: selectionEnd out of range twice in disconnected node (must fire select only once)
-PASS input type search: setSelectionRange out of range
-PASS input type search: setSelectionRange out of range a second time (must not fire select)
-PASS input type search: setSelectionRange out of range disconnected node
-PASS input type search: setSelectionRange out of range event queue
-PASS input type search: setSelectionRange out of range twice in disconnected node (must fire select only once)
-PASS input type tel: select()
-PASS input type tel: select() a second time (must not fire select)
-PASS input type tel: select() disconnected node
-PASS input type tel: select() event queue
-PASS input type tel: select() twice in disconnected node (must fire select only once)
-PASS input type tel: selectionStart
-PASS input type tel: selectionStart a second time (must not fire select)
-PASS input type tel: selectionStart disconnected node
-PASS input type tel: selectionStart event queue
-PASS input type tel: selectionStart twice in disconnected node (must fire select only once)
-PASS input type tel: selectionEnd
-PASS input type tel: selectionEnd a second time (must not fire select)
-PASS input type tel: selectionEnd disconnected node
-PASS input type tel: selectionEnd event queue
-PASS input type tel: selectionEnd twice in disconnected node (must fire select only once)
-PASS input type tel: selectionDirection
-FAIL input type tel: selectionDirection a second time (must not fire select) assert_unreached: the select event must not fire the second time Reached unreachable code
-PASS input type tel: selectionDirection disconnected node
-PASS input type tel: selectionDirection event queue
-PASS input type tel: selectionDirection twice in disconnected node (must fire select only once)
-PASS input type tel: setSelectionRange()
-PASS input type tel: setSelectionRange() a second time (must not fire select)
-PASS input type tel: setSelectionRange() disconnected node
-PASS input type tel: setSelectionRange() event queue
-PASS input type tel: setSelectionRange() twice in disconnected node (must fire select only once)
-PASS input type tel: setRangeText()
-PASS input type tel: setRangeText() a second time (must not fire select)
-PASS input type tel: setRangeText() disconnected node
-PASS input type tel: setRangeText() event queue
-PASS input type tel: setRangeText() twice in disconnected node (must fire select only once)
-PASS input type tel: selectionStart out of range
-PASS input type tel: selectionStart out of range a second time (must not fire select)
-PASS input type tel: selectionStart out of range disconnected node
-PASS input type tel: selectionStart out of range event queue
-PASS input type tel: selectionStart out of range twice in disconnected node (must fire select only once)
-PASS input type tel: selectionEnd out of range
-PASS input type tel: selectionEnd out of range a second time (must not fire select)
-PASS input type tel: selectionEnd out of range disconnected node
-PASS input type tel: selectionEnd out of range event queue
-PASS input type tel: selectionEnd out of range twice in disconnected node (must fire select only once)
-PASS input type tel: setSelectionRange out of range
-PASS input type tel: setSelectionRange out of range a second time (must not fire select)
-PASS input type tel: setSelectionRange out of range disconnected node
-PASS input type tel: setSelectionRange out of range event queue
-PASS input type tel: setSelectionRange out of range twice in disconnected node (must fire select only once)
-PASS input type url: select()
-PASS input type url: select() a second time (must not fire select)
-PASS input type url: select() disconnected node
-PASS input type url: select() event queue
-PASS input type url: select() twice in disconnected node (must fire select only once)
-PASS input type url: selectionStart
-PASS input type url: selectionStart a second time (must not fire select)
-PASS input type url: selectionStart disconnected node
-PASS input type url: selectionStart event queue
-PASS input type url: selectionStart twice in disconnected node (must fire select only once)
-PASS input type url: selectionEnd
-PASS input type url: selectionEnd a second time (must not fire select)
-PASS input type url: selectionEnd disconnected node
-PASS input type url: selectionEnd event queue
-PASS input type url: selectionEnd twice in disconnected node (must fire select only once)
-PASS input type url: selectionDirection
-FAIL input type url: selectionDirection a second time (must not fire select) assert_unreached: the select event must not fire the second time Reached unreachable code
-PASS input type url: selectionDirection disconnected node
-PASS input type url: selectionDirection event queue
-PASS input type url: selectionDirection twice in disconnected node (must fire select only once)
-PASS input type url: setSelectionRange()
-PASS input type url: setSelectionRange() a second time (must not fire select)
-PASS input type url: setSelectionRange() disconnected node
-PASS input type url: setSelectionRange() event queue
-PASS input type url: setSelectionRange() twice in disconnected node (must fire select only once)
-PASS input type url: setRangeText()
-PASS input type url: setRangeText() a second time (must not fire select)
-PASS input type url: setRangeText() disconnected node
-PASS input type url: setRangeText() event queue
-PASS input type url: setRangeText() twice in disconnected node (must fire select only once)
-PASS input type url: selectionStart out of range
-PASS input type url: selectionStart out of range a second time (must not fire select)
-PASS input type url: selectionStart out of range disconnected node
-PASS input type url: selectionStart out of range event queue
-PASS input type url: selectionStart out of range twice in disconnected node (must fire select only once)
-PASS input type url: selectionEnd out of range
-PASS input type url: selectionEnd out of range a second time (must not fire select)
-PASS input type url: selectionEnd out of range disconnected node
-PASS input type url: selectionEnd out of range event queue
-PASS input type url: selectionEnd out of range twice in disconnected node (must fire select only once)
-PASS input type url: setSelectionRange out of range
-PASS input type url: setSelectionRange out of range a second time (must not fire select)
-PASS input type url: setSelectionRange out of range disconnected node
-PASS input type url: setSelectionRange out of range event queue
-PASS input type url: setSelectionRange out of range twice in disconnected node (must fire select only once)
-PASS input type password: select()
-PASS input type password: select() a second time (must not fire select)
-PASS input type password: select() disconnected node
-PASS input type password: select() event queue
-PASS input type password: select() twice in disconnected node (must fire select only once)
-PASS input type password: selectionStart
-PASS input type password: selectionStart a second time (must not fire select)
-PASS input type password: selectionStart disconnected node
-PASS input type password: selectionStart event queue
-PASS input type password: selectionStart twice in disconnected node (must fire select only once)
-PASS input type password: selectionEnd
-PASS input type password: selectionEnd a second time (must not fire select)
-PASS input type password: selectionEnd disconnected node
-PASS input type password: selectionEnd event queue
-PASS input type password: selectionEnd twice in disconnected node (must fire select only once)
-PASS input type password: selectionDirection
-FAIL input type password: selectionDirection a second time (must not fire select) assert_unreached: the select event must not fire the second time Reached unreachable code
-PASS input type password: selectionDirection disconnected node
-PASS input type password: selectionDirection event queue
-PASS input type password: selectionDirection twice in disconnected node (must fire select only once)
-PASS input type password: setSelectionRange()
-PASS input type password: setSelectionRange() a second time (must not fire select)
-PASS input type password: setSelectionRange() disconnected node
-PASS input type password: setSelectionRange() event queue
-PASS input type password: setSelectionRange() twice in disconnected node (must fire select only once)
-PASS input type password: setRangeText()
-PASS input type password: setRangeText() a second time (must not fire select)
-PASS input type password: setRangeText() disconnected node
-PASS input type password: setRangeText() event queue
-PASS input type password: setRangeText() twice in disconnected node (must fire select only once)
-PASS input type password: selectionStart out of range
-PASS input type password: selectionStart out of range a second time (must not fire select)
-PASS input type password: selectionStart out of range disconnected node
-PASS input type password: selectionStart out of range event queue
-PASS input type password: selectionStart out of range twice in disconnected node (must fire select only once)
-PASS input type password: selectionEnd out of range
-PASS input type password: selectionEnd out of range a second time (must not fire select)
-PASS input type password: selectionEnd out of range disconnected node
-PASS input type password: selectionEnd out of range event queue
-PASS input type password: selectionEnd out of range twice in disconnected node (must fire select only once)
-PASS input type password: setSelectionRange out of range
-PASS input type password: setSelectionRange out of range a second time (must not fire select)
-PASS input type password: setSelectionRange out of range disconnected node
-PASS input type password: setSelectionRange out of range event queue
-PASS input type password: setSelectionRange out of range twice in disconnected node (must fire select only once)
+TIMEOUT textarea: selectionDirection Test timed out
+NOTRUN textarea: selectionDirection a second time (must not fire select)
+NOTRUN textarea: selectionDirection disconnected node
+NOTRUN textarea: selectionDirection event queue
+NOTRUN textarea: selectionDirection twice in disconnected node (must fire select only once)
+NOTRUN textarea: setSelectionRange()
+NOTRUN textarea: setSelectionRange() a second time (must not fire select)
+NOTRUN textarea: setSelectionRange() disconnected node
+NOTRUN textarea: setSelectionRange() event queue
+NOTRUN textarea: setSelectionRange() twice in disconnected node (must fire select only once)
+NOTRUN textarea: setRangeText()
+NOTRUN textarea: setRangeText() a second time (must not fire select)
+NOTRUN textarea: setRangeText() disconnected node
+NOTRUN textarea: setRangeText() event queue
+NOTRUN textarea: setRangeText() twice in disconnected node (must fire select only once)
+NOTRUN textarea: selectionStart out of range
+NOTRUN textarea: selectionStart out of range a second time (must not fire select)
+NOTRUN textarea: selectionStart out of range disconnected node
+NOTRUN textarea: selectionStart out of range event queue
+NOTRUN textarea: selectionStart out of range twice in disconnected node (must fire select only once)
+NOTRUN textarea: selectionEnd out of range
+NOTRUN textarea: selectionEnd out of range a second time (must not fire select)
+NOTRUN textarea: selectionEnd out of range disconnected node
+NOTRUN textarea: selectionEnd out of range event queue
+NOTRUN textarea: selectionEnd out of range twice in disconnected node (must fire select only once)
+NOTRUN textarea: setSelectionRange out of range
+NOTRUN textarea: setSelectionRange out of range a second time (must not fire select)
+NOTRUN textarea: setSelectionRange out of range disconnected node
+NOTRUN textarea: setSelectionRange out of range event queue
+NOTRUN textarea: setSelectionRange out of range twice in disconnected node (must fire select only once)
+NOTRUN input type text: select()
+NOTRUN input type text: select() a second time (must not fire select)
+NOTRUN input type text: select() disconnected node
+NOTRUN input type text: select() event queue
+NOTRUN input type text: select() twice in disconnected node (must fire select only once)
+NOTRUN input type text: selectionStart
+NOTRUN input type text: selectionStart a second time (must not fire select)
+NOTRUN input type text: selectionStart disconnected node
+NOTRUN input type text: selectionStart event queue
+NOTRUN input type text: selectionStart twice in disconnected node (must fire select only once)
+NOTRUN input type text: selectionEnd
+NOTRUN input type text: selectionEnd a second time (must not fire select)
+NOTRUN input type text: selectionEnd disconnected node
+NOTRUN input type text: selectionEnd event queue
+NOTRUN input type text: selectionEnd twice in disconnected node (must fire select only once)
+NOTRUN input type text: selectionDirection
+NOTRUN input type text: selectionDirection a second time (must not fire select)
+NOTRUN input type text: selectionDirection disconnected node
+NOTRUN input type text: selectionDirection event queue
+NOTRUN input type text: selectionDirection twice in disconnected node (must fire select only once)
+NOTRUN input type text: setSelectionRange()
+NOTRUN input type text: setSelectionRange() a second time (must not fire select)
+NOTRUN input type text: setSelectionRange() disconnected node
+NOTRUN input type text: setSelectionRange() event queue
+NOTRUN input type text: setSelectionRange() twice in disconnected node (must fire select only once)
+NOTRUN input type text: setRangeText()
+NOTRUN input type text: setRangeText() a second time (must not fire select)
+NOTRUN input type text: setRangeText() disconnected node
+NOTRUN input type text: setRangeText() event queue
+NOTRUN input type text: setRangeText() twice in disconnected node (must fire select only once)
+NOTRUN input type text: selectionStart out of range
+NOTRUN input type text: selectionStart out of range a second time (must not fire select)
+NOTRUN input type text: selectionStart out of range disconnected node
+NOTRUN input type text: selectionStart out of range event queue
+NOTRUN input type text: selectionStart out of range twice in disconnected node (must fire select only once)
+NOTRUN input type text: selectionEnd out of range
+NOTRUN input type text: selectionEnd out of range a second time (must not fire select)
+NOTRUN input type text: selectionEnd out of range disconnected node
+NOTRUN input type text: selectionEnd out of range event queue
+NOTRUN input type text: selectionEnd out of range twice in disconnected node (must fire select only once)
+NOTRUN input type text: setSelectionRange out of range
+NOTRUN input type text: setSelectionRange out of range a second time (must not fire select)
+NOTRUN input type text: setSelectionRange out of range disconnected node
+NOTRUN input type text: setSelectionRange out of range event queue
+NOTRUN input type text: setSelectionRange out of range twice in disconnected node (must fire select only once)
+NOTRUN input type search: select()
+NOTRUN input type search: select() a second time (must not fire select)
+NOTRUN input type search: select() disconnected node
+NOTRUN input type search: select() event queue
+NOTRUN input type search: select() twice in disconnected node (must fire select only once)
+NOTRUN input type search: selectionStart
+NOTRUN input type search: selectionStart a second time (must not fire select)
+NOTRUN input type search: selectionStart disconnected node
+NOTRUN input type search: selectionStart event queue
+NOTRUN input type search: selectionStart twice in disconnected node (must fire select only once)
+NOTRUN input type search: selectionEnd
+NOTRUN input type search: selectionEnd a second time (must not fire select)
+NOTRUN input type search: selectionEnd disconnected node
+NOTRUN input type search: selectionEnd event queue
+NOTRUN input type search: selectionEnd twice in disconnected node (must fire select only once)
+NOTRUN input type search: selectionDirection
+NOTRUN input type search: selectionDirection a second time (must not fire select)
+NOTRUN input type search: selectionDirection disconnected node
+NOTRUN input type search: selectionDirection event queue
+NOTRUN input type search: selectionDirection twice in disconnected node (must fire select only once)
+NOTRUN input type search: setSelectionRange()
+NOTRUN input type search: setSelectionRange() a second time (must not fire select)
+NOTRUN input type search: setSelectionRange() disconnected node
+NOTRUN input type search: setSelectionRange() event queue
+NOTRUN input type search: setSelectionRange() twice in disconnected node (must fire select only once)
+NOTRUN input type search: setRangeText()
+NOTRUN input type search: setRangeText() a second time (must not fire select)
+NOTRUN input type search: setRangeText() disconnected node
+NOTRUN input type search: setRangeText() event queue
+NOTRUN input type search: setRangeText() twice in disconnected node (must fire select only once)
+NOTRUN input type search: selectionStart out of range
+NOTRUN input type search: selectionStart out of range a second time (must not fire select)
+NOTRUN input type search: selectionStart out of range disconnected node
+NOTRUN input type search: selectionStart out of range event queue
+NOTRUN input type search: selectionStart out of range twice in disconnected node (must fire select only once)
+NOTRUN input type search: selectionEnd out of range
+NOTRUN input type search: selectionEnd out of range a second time (must not fire select)
+NOTRUN input type search: selectionEnd out of range disconnected node
+NOTRUN input type search: selectionEnd out of range event queue
+NOTRUN input type search: selectionEnd out of range twice in disconnected node (must fire select only once)
+NOTRUN input type search: setSelectionRange out of range
+NOTRUN input type search: setSelectionRange out of range a second time (must not fire select)
+NOTRUN input type search: setSelectionRange out of range disconnected node
+NOTRUN input type search: setSelectionRange out of range event queue
+NOTRUN input type search: setSelectionRange out of range twice in disconnected node (must fire select only once)
+NOTRUN input type tel: select()
+NOTRUN input type tel: select() a second time (must not fire select)
+NOTRUN input type tel: select() disconnected node
+NOTRUN input type tel: select() event queue
+NOTRUN input type tel: select() twice in disconnected node (must fire select only once)
+NOTRUN input type tel: selectionStart
+NOTRUN input type tel: selectionStart a second time (must not fire select)
+NOTRUN input type tel: selectionStart disconnected node
+NOTRUN input type tel: selectionStart event queue
+NOTRUN input type tel: selectionStart twice in disconnected node (must fire select only once)
+NOTRUN input type tel: selectionEnd
+NOTRUN input type tel: selectionEnd a second time (must not fire select)
+NOTRUN input type tel: selectionEnd disconnected node
+NOTRUN input type tel: selectionEnd event queue
+NOTRUN input type tel: selectionEnd twice in disconnected node (must fire select only once)
+NOTRUN input type tel: selectionDirection
+NOTRUN input type tel: selectionDirection a second time (must not fire select)
+NOTRUN input type tel: selectionDirection disconnected node
+NOTRUN input type tel: selectionDirection event queue
+NOTRUN input type tel: selectionDirection twice in disconnected node (must fire select only once)
+NOTRUN input type tel: setSelectionRange()
+NOTRUN input type tel: setSelectionRange() a second time (must not fire select)
+NOTRUN input type tel: setSelectionRange() disconnected node
+NOTRUN input type tel: setSelectionRange() event queue
+NOTRUN input type tel: setSelectionRange() twice in disconnected node (must fire select only once)
+NOTRUN input type tel: setRangeText()
+NOTRUN input type tel: setRangeText() a second time (must not fire select)
+NOTRUN input type tel: setRangeText() disconnected node
+NOTRUN input type tel: setRangeText() event queue
+NOTRUN input type tel: setRangeText() twice in disconnected node (must fire select only once)
+NOTRUN input type tel: selectionStart out of range
+NOTRUN input type tel: selectionStart out of range a second time (must not fire select)
+NOTRUN input type tel: selectionStart out of range disconnected node
+NOTRUN input type tel: selectionStart out of range event queue
+NOTRUN input type tel: selectionStart out of range twice in disconnected node (must fire select only once)
+NOTRUN input type tel: selectionEnd out of range
+NOTRUN input type tel: selectionEnd out of range a second time (must not fire select)
+NOTRUN input type tel: selectionEnd out of range disconnected node
+NOTRUN input type tel: selectionEnd out of range event queue
+NOTRUN input type tel: selectionEnd out of range twice in disconnected node (must fire select only once)
+NOTRUN input type tel: setSelectionRange out of range
+NOTRUN input type tel: setSelectionRange out of range a second time (must not fire select)
+NOTRUN input type tel: setSelectionRange out of range disconnected node
+NOTRUN input type tel: setSelectionRange out of range event queue
+NOTRUN input type tel: setSelectionRange out of range twice in disconnected node (must fire select only once)
+NOTRUN input type url: select()
+NOTRUN input type url: select() a second time (must not fire select)
+NOTRUN input type url: select() disconnected node
+NOTRUN input type url: select() event queue
+NOTRUN input type url: select() twice in disconnected node (must fire select only once)
+NOTRUN input type url: selectionStart
+NOTRUN input type url: selectionStart a second time (must not fire select)
+NOTRUN input type url: selectionStart disconnected node
+NOTRUN input type url: selectionStart event queue
+NOTRUN input type url: selectionStart twice in disconnected node (must fire select only once)
+NOTRUN input type url: selectionEnd
+NOTRUN input type url: selectionEnd a second time (must not fire select)
+NOTRUN input type url: selectionEnd disconnected node
+NOTRUN input type url: selectionEnd event queue
+NOTRUN input type url: selectionEnd twice in disconnected node (must fire select only once)
+NOTRUN input type url: selectionDirection
+NOTRUN input type url: selectionDirection a second time (must not fire select)
+NOTRUN input type url: selectionDirection disconnected node
+NOTRUN input type url: selectionDirection event queue
+NOTRUN input type url: selectionDirection twice in disconnected node (must fire select only once)
+NOTRUN input type url: setSelectionRange()
+NOTRUN input type url: setSelectionRange() a second time (must not fire select)
+NOTRUN input type url: setSelectionRange() disconnected node
+NOTRUN input type url: setSelectionRange() event queue
+NOTRUN input type url: setSelectionRange() twice in disconnected node (must fire select only once)
+NOTRUN input type url: setRangeText()
+NOTRUN input type url: setRangeText() a second time (must not fire select)
+NOTRUN input type url: setRangeText() disconnected node
+NOTRUN input type url: setRangeText() event queue
+NOTRUN input type url: setRangeText() twice in disconnected node (must fire select only once)
+NOTRUN input type url: selectionStart out of range
+NOTRUN input type url: selectionStart out of range a second time (must not fire select)
+NOTRUN input type url: selectionStart out of range disconnected node
+NOTRUN input type url: selectionStart out of range event queue
+NOTRUN input type url: selectionStart out of range twice in disconnected node (must fire select only once)
+NOTRUN input type url: selectionEnd out of range
+NOTRUN input type url: selectionEnd out of range a second time (must not fire select)
+NOTRUN input type url: selectionEnd out of range disconnected node
+NOTRUN input type url: selectionEnd out of range event queue
+NOTRUN input type url: selectionEnd out of range twice in disconnected node (must fire select only once)
+NOTRUN input type url: setSelectionRange out of range
+NOTRUN input type url: setSelectionRange out of range a second time (must not fire select)
+NOTRUN input type url: setSelectionRange out of range disconnected node
+NOTRUN input type url: setSelectionRange out of range event queue
+NOTRUN input type url: setSelectionRange out of range twice in disconnected node (must fire select only once)
+NOTRUN input type password: select()
+NOTRUN input type password: select() a second time (must not fire select)
+NOTRUN input type password: select() disconnected node
+NOTRUN input type password: select() event queue
+NOTRUN input type password: select() twice in disconnected node (must fire select only once)
+NOTRUN input type password: selectionStart
+NOTRUN input type password: selectionStart a second time (must not fire select)
+NOTRUN input type password: selectionStart disconnected node
+NOTRUN input type password: selectionStart event queue
+NOTRUN input type password: selectionStart twice in disconnected node (must fire select only once)
+NOTRUN input type password: selectionEnd
+NOTRUN input type password: selectionEnd a second time (must not fire select)
+NOTRUN input type password: selectionEnd disconnected node
+NOTRUN input type password: selectionEnd event queue
+NOTRUN input type password: selectionEnd twice in disconnected node (must fire select only once)
+NOTRUN input type password: selectionDirection
+NOTRUN input type password: selectionDirection a second time (must not fire select)
+NOTRUN input type password: selectionDirection disconnected node
+NOTRUN input type password: selectionDirection event queue
+NOTRUN input type password: selectionDirection twice in disconnected node (must fire select only once)
+NOTRUN input type password: setSelectionRange()
+NOTRUN input type password: setSelectionRange() a second time (must not fire select)
+NOTRUN input type password: setSelectionRange() disconnected node
+NOTRUN input type password: setSelectionRange() event queue
+NOTRUN input type password: setSelectionRange() twice in disconnected node (must fire select only once)
+NOTRUN input type password: setRangeText()
+NOTRUN input type password: setRangeText() a second time (must not fire select)
+NOTRUN input type password: setRangeText() disconnected node
+NOTRUN input type password: setRangeText() event queue
+NOTRUN input type password: setRangeText() twice in disconnected node (must fire select only once)
+NOTRUN input type password: selectionStart out of range
+NOTRUN input type password: selectionStart out of range a second time (must not fire select)
+NOTRUN input type password: selectionStart out of range disconnected node
+NOTRUN input type password: selectionStart out of range event queue
+NOTRUN input type password: selectionStart out of range twice in disconnected node (must fire select only once)
+NOTRUN input type password: selectionEnd out of range
+NOTRUN input type password: selectionEnd out of range a second time (must not fire select)
+NOTRUN input type password: selectionEnd out of range disconnected node
+NOTRUN input type password: selectionEnd out of range event queue
+NOTRUN input type password: selectionEnd out of range twice in disconnected node (must fire select only once)
+NOTRUN input type password: setSelectionRange out of range
+NOTRUN input type password: setSelectionRange out of range a second time (must not fire select)
+NOTRUN input type password: setSelectionRange out of range disconnected node
+NOTRUN input type password: setSelectionRange out of range event queue
+NOTRUN input type password: setSelectionRange out of range twice in disconnected node (must fire select only once)
Comment 1 Philippe Normand 2023-11-10 08:09:04 PST
also:

imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/autoplay-allowed-by-feature-policy-attribute-redirect-on-load.https.sub.html [ Pass Failure ]
Comment 2 Philippe Normand 2023-11-10 08:11:51 PST
and:

imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/image-compositing-large-scale-change.html [ ImageOnlyFailure ]