Title: [283206] trunk/LayoutTests
Revision
283206
Author
commit-qu...@webkit.org
Date
2021-09-28 18:31:43 -0700 (Tue, 28 Sep 2021)

Log Message

[GLIB] Update test expectations and baselines. Unreviewed test gardening.
https://bugs.webkit.org/show_bug.cgi?id=230927

Patch by Arcady Goldmints-Orlov <agoldmi...@igalia.com> on 2021-09-28

* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/content-security-policy/media-src/media-src-7_1-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/content-security-policy/media-src/media-src-7_2-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/content-security-policy/media-src/media-src-7_3.sub-expected.txt: Added.
* platform/glib/imported/w3c/web-platform-tests/content-security-policy/media-src/media-src-redir-bug.sub-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (283205 => 283206)


--- trunk/LayoutTests/ChangeLog	2021-09-29 00:26:58 UTC (rev 283205)
+++ trunk/LayoutTests/ChangeLog	2021-09-29 01:31:43 UTC (rev 283206)
@@ -1,3 +1,14 @@
+2021-09-28  Arcady Goldmints-Orlov  <agoldmi...@igalia.com>
+
+        [GLIB] Update test expectations and baselines. Unreviewed test gardening.
+        https://bugs.webkit.org/show_bug.cgi?id=230927
+
+        * platform/glib/TestExpectations:
+        * platform/glib/imported/w3c/web-platform-tests/content-security-policy/media-src/media-src-7_1-expected.txt: Added.
+        * platform/glib/imported/w3c/web-platform-tests/content-security-policy/media-src/media-src-7_2-expected.txt: Added.
+        * platform/glib/imported/w3c/web-platform-tests/content-security-policy/media-src/media-src-7_3.sub-expected.txt: Added.
+        * platform/glib/imported/w3c/web-platform-tests/content-security-policy/media-src/media-src-redir-bug.sub-expected.txt: Added.
+
 2021-09-28  Truitt Savell  <tsav...@apple.com>
 
         Marking more tests crashing with uncaught exception 'NSInvalidArgumentException'

Modified: trunk/LayoutTests/platform/glib/TestExpectations (283205 => 283206)


--- trunk/LayoutTests/platform/glib/TestExpectations	2021-09-29 00:26:58 UTC (rev 283205)
+++ trunk/LayoutTests/platform/glib/TestExpectations	2021-09-29 01:31:43 UTC (rev 283206)
@@ -565,6 +565,14 @@
 webkit.org/b/230277 imported/w3c/web-platform-tests/css/css-transforms/transforms-skewX.html [ ImageOnlyFailure ]
 webkit.org/b/230277 imported/w3c/web-platform-tests/css/css-transforms/perspective-split-by-zero-w.html [ Pass ImageOnlyFailure ]
 
+webkit.org/b/230926 imported/w3c/web-platform-tests/css/css-fonts/animations/font-palette-animation-3.html [ ImageOnlyFailure ]
+webkit.org/b/230926 imported/w3c/web-platform-tests/css/css-fonts/font-palette-add.html [ ImageOnlyFailure ]
+webkit.org/b/230926 imported/w3c/web-platform-tests/css/css-fonts/font-palette-modify.html [ ImageOnlyFailure ]
+webkit.org/b/230926 imported/w3c/web-platform-tests/css/css-fonts/font-palette-remove.html [ ImageOnlyFailure ]
+webkit.org/b/230926 imported/w3c/web-platform-tests/css/css-fonts/font-palette.html [ ImageOnlyFailure ]
+webkit.org/b/230926 imported/w3c/web-platform-tests/css/css-fonts/palette-values-rule-add.html [ ImageOnlyFailure ]
+webkit.org/b/230926 imported/w3c/web-platform-tests/css/css-fonts/palette-values-rule-delete.html [ ImageOnlyFailure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of CSS-related bugs
 #////////////////////////////////////////////////////////////////////////////////////////

Added: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/content-security-policy/media-src/media-src-7_1-expected.txt (0 => 283206)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/content-security-policy/media-src/media-src-7_1-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/content-security-policy/media-src/media-src-7_1-expected.txt	2021-09-29 01:31:43 UTC (rev 283206)
@@ -0,0 +1,7 @@
+Video element src attribute must match src list - positive test
+
+
+PASS In-policy async video src
+PASS In-policy async video source element
+PASS Should not fire policy violation events
+

Added: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/content-security-policy/media-src/media-src-7_2-expected.txt (0 => 283206)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/content-security-policy/media-src/media-src-7_2-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/content-security-policy/media-src/media-src-7_2-expected.txt	2021-09-29 01:31:43 UTC (rev 283206)
@@ -0,0 +1,7 @@
+Audio element src attribute must match src list - positive test
+
+
+PASS In-policy audio src
+PASS In-policy audio source element
+PASS Should not fire policy violation events
+

Added: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/content-security-policy/media-src/media-src-7_3.sub-expected.txt (0 => 283206)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/content-security-policy/media-src/media-src-7_3.sub-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/content-security-policy/media-src/media-src-7_3.sub-expected.txt	2021-09-29 01:31:43 UTC (rev 283206)
@@ -0,0 +1,6 @@
+Video track src attribute must match src list - positive test
+
+
+PASS In-policy track element
+PASS Should not fire policy violation events
+

Added: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/content-security-policy/media-src/media-src-redir-bug.sub-expected.txt (0 => 283206)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/content-security-policy/media-src/media-src-redir-bug.sub-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/content-security-policy/media-src/media-src-redir-bug.sub-expected.txt	2021-09-29 01:31:43 UTC (rev 283206)
@@ -0,0 +1,17 @@
+Blocked access to external URL http://www2.localhost:8800/media/A4.ogv
+Blocked access to external URL http://www2.localhost:8800/media/A4.ogv
+Blocked access to external URL http://www2.localhost:8800/media/A4.ogv
+Blocked access to external URL http://www2.localhost:8800/media/A4.ogv
+Video element in media-src list - redirect test
+
+
+Harness Error (TIMEOUT), message = null
+
+FAIL In-policy async video src assert_unreached: Media error handler shouldn't be triggered for allowed domain. Reached unreachable code
+NOTRUN in-policy async video src w/redir
+FAIL In-policy async video source element assert_unreached: Media error handler shouldn't be triggered for allowed domain. Reached unreachable code
+NOTRUN In-policy async video source element w/redir
+NOTRUN Should not fire policy violation events
+This test tests a buggy interaction in Chrome 46. Two hosts (self and www2) are both allowed as media-src, but only one (self) is allowed for connect-src. If a video src starts on an allowed host (self), and is redirected to another allowed media-src host, it should succeed. But a bug causes the redirect to be done in a fetch context to which connect-src is being applied instead, so the load is blocked. (This test passes in Firefox 45, modulo an event listener not firing.)
+
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to