Title: [280755] trunk/LayoutTests
Revision
280755
Author
[email protected]
Date
2021-08-06 23:30:40 -0700 (Fri, 06 Aug 2021)

Log Message

[SOUP] test imported/w3c/web-platform-tests/html/cross-origin-opener-policy/header-parsing.https.html fails
https://bugs.webkit.org/show_bug.cgi?id=228851

Unreviewed test gardening. Add a GLIB-specific baseline for the
failing subtest

Patch by Arcady Goldmints-Orlov <[email protected]> on 2021-08-06

* platform/glib/imported/w3c/web-platform-tests/html/cross-origin-opener-policy/header-parsing.https-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (280754 => 280755)


--- trunk/LayoutTests/ChangeLog	2021-08-07 04:29:52 UTC (rev 280754)
+++ trunk/LayoutTests/ChangeLog	2021-08-07 06:30:40 UTC (rev 280755)
@@ -1,3 +1,13 @@
+2021-08-06  Arcady Goldmints-Orlov  <[email protected]>
+
+        [SOUP] test imported/w3c/web-platform-tests/html/cross-origin-opener-policy/header-parsing.https.html fails
+        https://bugs.webkit.org/show_bug.cgi?id=228851
+
+        Unreviewed test gardening. Add a GLIB-specific baseline for the
+        failing subtest
+
+        * platform/glib/imported/w3c/web-platform-tests/html/cross-origin-opener-policy/header-parsing.https-expected.txt: Added.
+
 2021-08-06  Robert Jenner  <[email protected]>
 
         [ Monterey wk2 Release ] fast/scrolling/iframe-scrollable-after-back.html is a flaky timeout

Added: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/html/cross-origin-opener-policy/header-parsing.https-expected.txt (0 => 280755)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/html/cross-origin-opener-policy/header-parsing.https-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/html/cross-origin-opener-policy/header-parsing.https-expected.txt	2021-08-07 06:30:40 UTC (rev 280755)
@@ -0,0 +1,26 @@
+
+PASS unspecified document opening popup to https://localhost:9443 with COOP: "same%FForigin"
+PASS unspecified document opening popup to https://localhost:9443 with COOP: "same-origin;"
+PASS unspecified document opening popup to https://localhost:9443 with COOP: "\vsame-origin\v"
+PASS unspecified document opening popup to https://localhost:9443 with COOP: "\fsame-origin\f"
+FAIL unspecified document opening popup to https://localhost:9443 with COOP: "\rsame-origin\r" assert_equals: name expected "unspecified_to_SAME_ORIGIN_\rsame-origin\r" but got ""
+PASS unspecified document opening popup to https://localhost:9443 with COOP: "Same-origin"
+PASS unspecified document opening popup to https://localhost:9443 with COOP: "same-origin;\tfoo=bar"
+PASS unspecified document opening popup to https://localhost:9443 with COOP: "same-origin ;foo=bar"
+PASS unspecified document opening popup to https://localhost:9443 with COOP: "same-origin; foo=bar;"
+PASS unspecified document opening popup to https://localhost:9443 with COOP: "\"same-origin\""
+PASS unspecified document opening popup to https://localhost:9443 with COOP: ":c2FtZS1vcmlnaW4=:"
+PASS unspecified document opening popup to https://localhost:9443 with COOP: "?1"
+PASS unspecified document opening popup to https://localhost:9443 with COOP: "1"
+PASS unspecified document opening popup to https://localhost:9443 with COOP: "$same-origin"
+PASS unspecified document opening popup to https://localhost:9443 with COOP: "same-origin same-origin"
+PASS unspecified document opening popup to https://localhost:9443 with COOP: "same-origin,same-origin"
+PASS unspecified document opening popup to https://localhost:9443 with COOP: "*same-origin "
+PASS unspecified document opening popup to https://localhost:9443 with COOP: " same-origin"
+PASS unspecified document opening popup to https://localhost:9443 with COOP: "same-origin "
+PASS unspecified document opening popup to https://localhost:9443 with COOP: "\tsame-origin"
+PASS unspecified document opening popup to https://localhost:9443 with COOP: "same-origin\t"
+PASS unspecified document opening popup to https://localhost:9443 with COOP: "same-origin;same-origin"
+PASS unspecified document opening popup to https://localhost:9443 with COOP: "same-origin; foo=bar"
+PASS unspecified document opening popup to https://localhost:9443 with repeated COOP header
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to