Bug 277401

Summary: [GTK4] editing/pasteboard/data-transfer-set-data-sanitize-url-when-copying-in-null-origin.html is a constant failure
Product: WebKit Reporter: Diego Pino <dpino>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bugs-noreply, cgarcia
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Diego Pino
Reported 2024-07-31 00:29:17 PDT
According to results.webkit.org, this test is flaky in GTK3: https://results.webkit.org/?platform=GTK&platform=WPE&suite=layout-tests&test=editing/pasteboard/data-transfer-set-data-sanitize-url-when-copying-in-null-origin.html& But it's constantly failing in GTK4 with the following error: https://build.webkit.org/results/GTK-Linux-64-bit-Release-GTK4-Tests/281623%40main%20%2833569%29/editing/pasteboard/data-transfer-set-data-sanitize-url-when-copying-in-null-origin-diff.txt --- /home/buildbot/worker/GTK-Linux-64-bit-Release-GTK4-Tests/build/layout-test-results/editing/pasteboard/data-transfer-set-data-sanitize-url-when-copying-in-null-origin-expected.txt +++ /home/buildbot/worker/GTK-Linux-64-bit-Release-GTK4-Tests/build/layout-test-results/editing/pasteboard/data-transfer-set-data-sanitize-url-when-copying-in-null-origin-actual.txt @@ -12,8 +12,8 @@ PASS event.clipboardData.getData("url") is "http://webkit.org/b/%F0%9F%A4%94?x=8%20+%206%3C" PASS event.clipboardData.types.includes("text/uri-list") is true PASS event.clipboardData.types.includes("text/html") is true -PASS JSON.stringify(pastedItems[0]) is "{\"kind\":\"string\",\"type\":\"text/uri-list\"}" -PASS JSON.stringify(pastedItems[1]) is "{\"kind\":\"string\",\"type\":\"text/html\"}" +FAIL JSON.stringify(pastedItems[0]) should be {"kind":"string","type":"text/uri-list"}. Was {"kind":"string","type":"text/html"}. +FAIL JSON.stringify(pastedItems[1]) should be {"kind":"string","type":"text/html"}. Was {"kind":"string","type":"text/uri-list"}. PASS successfullyParsed is true TEST COMPLETE
Attachments
Note You need to log in before you can comment on or make changes to this bug.