Diff
Modified: trunk/LayoutTests/ChangeLog (285854 => 285855)
--- trunk/LayoutTests/ChangeLog 2021-11-16 09:46:49 UTC (rev 285854)
+++ trunk/LayoutTests/ChangeLog 2021-11-16 09:48:23 UTC (rev 285855)
@@ -1,3 +1,18 @@
+2021-11-16 Arcady Goldmints-Orlov <[email protected]>
+
+ [GLIB] Update test expectations and baselines. Unreviewed test gardening.
+ https://bugs.webkit.org/show_bug.cgi?id=233156
+
+ * platform/glib/TestExpectations:
+ * platform/glib/fast/css/getComputedStyle/computed-style-expected.txt:
+ * platform/glib/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt: Added.
+ * platform/glib/http/wpt/push-api/pushManager.any-expected.txt: Added.
+ * platform/glib/http/wpt/push-api/pushManager.any.serviceworker-expected.txt: Added.
+ * platform/glib/imported/w3c/web-platform-tests/content-security-policy/connect-src/connect-src-eventsource-allowed.sub-expected.txt: Added.
+ * platform/gtk/accessibility/color-well-expected.txt:
+ * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt:
+ * platform/wpe/accessibility/color-well-expected.txt:
+
2021-11-16 Cathie Chen <[email protected]>
[CSS contain] The size should be updated if layout containment is inside a fit-content parent
Modified: trunk/LayoutTests/platform/glib/TestExpectations (285854 => 285855)
--- trunk/LayoutTests/platform/glib/TestExpectations 2021-11-16 09:46:49 UTC (rev 285854)
+++ trunk/LayoutTests/platform/glib/TestExpectations 2021-11-16 09:48:23 UTC (rev 285855)
@@ -2554,6 +2554,7 @@
webkit.org/b/232386 fast/inline/vertical-align-text-bottom.html [ Failure ]
webkit.org/b/232386 fast/multicol/float-adjacent-to-overflow-block.html [ ImageOnlyFailure ]
webkit.org/b/232386 fast/overflow/clip-rects-fixed-ancestor.html [ Failure ]
+webkit.org/b/232386 fast/overflow/dynamic-hidden.html [ Failure ]
webkit.org/b/232386 fast/parser/changing-attrbutes-crash.html [ Failure ]
webkit.org/b/232386 fast/parser/comment-in-script.html [ Failure ]
webkit.org/b/232386 fast/parser/comments.html [ Failure ]
@@ -2566,6 +2567,7 @@
webkit.org/b/232386 fast/selectors/empty-namespace-with-element-selector.html [ Failure ]
webkit.org/b/232386 fast/table/Rowspan-value-more-than-number-of-rows-present.html [ Failure ]
webkit.org/b/232386 fast/text/crash-font-family-parsed.html [ Failure ]
+webkit.org/b/232386 fast/text/line-breaks-after-white-space.html [ Failure ]
webkit.org/b/232386 fast/text/text-shadow-no-default-color.html [ Failure ]
webkit.org/b/232386 fast/text/text-underline-first-line-decoration.html [ ImageOnlyFailure ]
webkit.org/b/232386 fast/text/text-underline-style.html [ ImageOnlyFailure ]
Modified: trunk/LayoutTests/platform/glib/fast/css/getComputedStyle/computed-style-expected.txt (285854 => 285855)
--- trunk/LayoutTests/platform/glib/fast/css/getComputedStyle/computed-style-expected.txt 2021-11-16 09:46:49 UTC (rev 285854)
+++ trunk/LayoutTests/platform/glib/fast/css/getComputedStyle/computed-style-expected.txt 2021-11-16 09:48:23 UTC (rev 285855)
@@ -198,7 +198,6 @@
-webkit-background-composite: source-over;
-webkit-background-origin: padding-box;
-webkit-background-size: auto;
--webkit-border-fit: border;
-webkit-border-horizontal-spacing: 0px;
-webkit-border-image: none;
-webkit-border-vertical-spacing: 0px;
Added: trunk/LayoutTests/platform/glib/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt (0 => 285855)
--- trunk/LayoutTests/platform/glib/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/glib/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt 2021-11-16 09:48:23 UTC (rev 285855)
@@ -0,0 +1,14 @@
+
+Bug 22475: REGRESSION: Async XMLHttpRequest never finishes on nonexistent files anymore
+
+In both cases, readyState 4 should be reached. Because one of the requests is synchronous and for a file: URL, only a single error handler should be invoked.
+
+Doing an XHR to a nonexistent file.
+ReadyState handler: readyState = 1
+ReadyState handler: readyState = 4
+Error handler: readyState = 4
+
+Doing an XHR to a directory.
+ReadyState handler: readyState = 1
+ReadyState handler: readyState = 4
+
Added: trunk/LayoutTests/platform/glib/http/wpt/push-api/pushManager.any-expected.txt (0 => 285855)
--- trunk/LayoutTests/platform/glib/http/wpt/push-api/pushManager.any-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/glib/http/wpt/push-api/pushManager.any-expected.txt 2021-11-16 09:48:23 UTC (rev 285855)
@@ -0,0 +1,15 @@
+
+PASS subscribe should fail if there is no active service worker
+PASS wait for active service worker
+PASS aes128gcm should be supported
+PASS supportedContentEncodings should be frozen
+PASS pushManager should return same object
+PASS subscribe requires userVisibleOnly to be true
+PASS subscribe requires applicationServerKey
+PASS applicationServerKey string should be base64url-encoded
+FAIL applicationServerKey buffer should be a valid point on the P-256 curve promise_rejects_dom: function "function () { throw e }" threw object "NotAllowedError: Push permission was denied" that is not a DOMException InvalidAccessError: property "code" is equal to 0, expected 15
+FAIL applicationServerKey string should be a valid point on the P-256 curve promise_rejects_dom: function "function () { throw e }" threw object "NotAllowedError: Push permission was denied" that is not a DOMException InvalidAccessError: property "code" is equal to 0, expected 15
+PASS can subscribe with valid applicationServerKey buffer
+PASS can subscribe with valid applicationServerKey string
+PASS unregister service worker
+
Added: trunk/LayoutTests/platform/glib/http/wpt/push-api/pushManager.any.serviceworker-expected.txt (0 => 285855)
--- trunk/LayoutTests/platform/glib/http/wpt/push-api/pushManager.any.serviceworker-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/glib/http/wpt/push-api/pushManager.any.serviceworker-expected.txt 2021-11-16 09:48:23 UTC (rev 285855)
@@ -0,0 +1,14 @@
+
+PASS subscribe should fail if there is no active service worker
+PASS wait for active service worker
+PASS aes128gcm should be supported
+PASS supportedContentEncodings should be frozen
+PASS pushManager should return same object
+PASS subscribe requires userVisibleOnly to be true
+PASS subscribe requires applicationServerKey
+PASS applicationServerKey string should be base64url-encoded
+FAIL applicationServerKey buffer should be a valid point on the P-256 curve promise_rejects_dom: function "function () { throw e }" threw object "NotAllowedError: Push permission was denied" that is not a DOMException InvalidAccessError: property "code" is equal to 0, expected 15
+FAIL applicationServerKey string should be a valid point on the P-256 curve promise_rejects_dom: function "function () { throw e }" threw object "NotAllowedError: Push permission was denied" that is not a DOMException InvalidAccessError: property "code" is equal to 0, expected 15
+PASS can subscribe with valid applicationServerKey buffer
+PASS can subscribe with valid applicationServerKey string
+
Added: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/content-security-policy/connect-src/connect-src-eventsource-allowed.sub-expected.txt (0 => 285855)
--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/content-security-policy/connect-src/connect-src-eventsource-allowed.sub-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/content-security-policy/connect-src/connect-src-eventsource-allowed.sub-expected.txt 2021-11-16 09:48:23 UTC (rev 285855)
@@ -0,0 +1,3 @@
+
+FAIL Expecting logs: ["allowed"] assert_unreached: unexpected log: blocked Reached unreachable code
+
Modified: trunk/LayoutTests/platform/gtk/accessibility/color-well-expected.txt (285854 => 285855)
--- trunk/LayoutTests/platform/gtk/accessibility/color-well-expected.txt 2021-11-16 09:46:49 UTC (rev 285854)
+++ trunk/LayoutTests/platform/gtk/accessibility/color-well-expected.txt 2021-11-16 09:48:23 UTC (rev 285855)
@@ -1,4 +1,3 @@
-
This test checks the role of ColorWellRolean input with type=color
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Modified: trunk/LayoutTests/platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt (285854 => 285855)
--- trunk/LayoutTests/platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt 2021-11-16 09:46:49 UTC (rev 285854)
+++ trunk/LayoutTests/platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt 2021-11-16 09:48:23 UTC (rev 285855)
@@ -1,21 +1,21 @@
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x504
- RenderBlock {HTML} at (0,0) size 800x504
- RenderBody {BODY} at (8,16) size 784x480
- RenderBlock {P} at (0,0) size 784x18
+ RenderBlock {html} at (0,0) size 800x504
+ RenderBody {body} at (8,16) size 784x480
+ RenderBlock {p} at (0,0) size 784x18
RenderText {#text} at (0,0) size 739x17
text run at (0,0) width 739: "Test passes if the boxes have rounded corners and show a smooth transition between the thicker and the thinner sides."
- RenderTable {TABLE} at (0,34) size 700x446
- RenderTableSection {TBODY} at (0,0) size 700x446
- RenderTableRow {TR} at (0,2) size 700x442
- RenderTableCell {TD} at (2,2) size 272x442 [r=0 c=0 rs=1 cs=1]
- RenderBlock {DIV} at (11,11) size 245x130 [border: (10px solid #000000) (15px solid #000000) (20px solid #000000) (30px solid #000000)]
- RenderBlock {DIV} at (11,151) size 250x150 [border: (10px solid #000000) (25px solid #000000) (40px solid #000000) (25px solid #000000)]
- RenderBlock {DIV} at (11,311) size 250x120 [border: (10px solid #000000) (25px solid #000000) (10px solid #000000) (25px solid #000000)]
- RenderTableCell {TD} at (276,45) size 232x356 [r=0 c=1 rs=1 cs=1]
- RenderBlock {DIV} at (11,11) size 204x106 [border: (1px solid #000000) (3px solid #000000) (5px solid #000000) (1px solid #000000)]
- RenderBlock {DIV} at (11,127) size 206x106 [border: (1px solid #000000) (3px solid #000000) (5px solid #000000) (3px solid #000000)]
- RenderBlock {DIV} at (11,243) size 210x102 [border: (1px solid #000000) (5px solid #000000) (1px solid #000000) (5px solid #000000)]
- RenderTableCell {TD} at (510,62) size 188x322 [r=0 c=2 rs=1 cs=1]
- RenderBlock {DIV} at (11,11) size 166x300 [border: (4px solid #000000) (16px solid #000000) (32px solid #000000) (100px solid #000000)]
+ RenderTable {table} at (0,34) size 700x446
+ RenderTableSection (anonymous) at (0,0) size 700x446
+ RenderTableRow (anonymous) at (0,2) size 700x442
+ RenderTableCell {td} at (2,2) size 272x442 [r=0 c=0 rs=1 cs=1]
+ RenderBlock {div} at (11,11) size 245x130 [border: (10px solid #000000) (15px solid #000000) (20px solid #000000) (30px solid #000000)]
+ RenderBlock {div} at (11,151) size 250x150 [border: (10px solid #000000) (25px solid #000000) (40px solid #000000) (25px solid #000000)]
+ RenderBlock {div} at (11,311) size 250x120 [border: (10px solid #000000) (25px solid #000000) (10px solid #000000) (25px solid #000000)]
+ RenderTableCell {td} at (276,88) size 232x356 [r=0 c=1 rs=1 cs=1]
+ RenderBlock {div} at (11,11) size 204x106 [border: (1px solid #000000) (3px solid #000000) (5px solid #000000) (1px solid #000000)]
+ RenderBlock {div} at (11,127) size 206x106 [border: (1px solid #000000) (3px solid #000000) (5px solid #000000) (3px solid #000000)]
+ RenderBlock {div} at (11,243) size 210x102 [border: (1px solid #000000) (5px solid #000000) (1px solid #000000) (5px solid #000000)]
+ RenderTableCell {td} at (510,122) size 188x322 [r=0 c=2 rs=1 cs=1]
+ RenderBlock {div} at (11,11) size 166x300 [border: (4px solid #000000) (16px solid #000000) (32px solid #000000) (100px solid #000000)]
Modified: trunk/LayoutTests/platform/wpe/accessibility/color-well-expected.txt (285854 => 285855)
--- trunk/LayoutTests/platform/wpe/accessibility/color-well-expected.txt 2021-11-16 09:46:49 UTC (rev 285854)
+++ trunk/LayoutTests/platform/wpe/accessibility/color-well-expected.txt 2021-11-16 09:48:23 UTC (rev 285855)
@@ -1,4 +1,3 @@
-
This test checks the role of ColorWellRolean input with type=color
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".