Title: [293162] trunk/LayoutTests
Revision
293162
Author
n...@apple.com
Date
2022-04-21 03:53:04 -0700 (Thu, 21 Apr 2022)

Log Message

[iOS] Rebaseline fast/attachment/attachment-disabled-rendering.html expectations
https://bugs.webkit.org/show_bug.cgi?id=238960

Unreviewed test gardening.

The page dimensions are slightly different, but the <attachment> has 0 size as expected.

* platform/ios-wk2/TestExpectations:
* platform/ios/fast/attachment/attachment-disabled-rendering-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (293161 => 293162)


--- trunk/LayoutTests/ChangeLog	2022-04-21 10:37:29 UTC (rev 293161)
+++ trunk/LayoutTests/ChangeLog	2022-04-21 10:53:04 UTC (rev 293162)
@@ -1,3 +1,15 @@
+2022-04-21  Tim Nguyen  <n...@apple.com>
+
+        [iOS] Rebaseline fast/attachment/attachment-disabled-rendering.html expectations
+        https://bugs.webkit.org/show_bug.cgi?id=238960
+
+        Unreviewed test gardening.
+
+        The page dimensions are slightly different, but the <attachment> has 0 size as expected.
+
+        * platform/ios-wk2/TestExpectations:
+        * platform/ios/fast/attachment/attachment-disabled-rendering-expected.txt: Added.
+
 2022-04-20  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         [ iOS ] platform/ios/ios/fast/text/opticalFont.html is a constant failure

Added: trunk/LayoutTests/platform/ios/fast/attachment/attachment-disabled-rendering-expected.txt (0 => 293162)


--- trunk/LayoutTests/platform/ios/fast/attachment/attachment-disabled-rendering-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/attachment/attachment-disabled-rendering-expected.txt	2022-04-21 10:53:04 UTC (rev 293162)
@@ -0,0 +1,11 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x52
+  RenderBlock {HTML} at (0,0) size 800x52
+    RenderBody {BODY} at (8,16) size 784x20
+      RenderBlock {P} at (0,0) size 784x20
+        RenderText {#text} at (0,0) size 766x19
+          text run at (0,0) width 766: "This tests that attachments don't have a custom renderer when they are disabled. This test must be run in the test runner."
+      RenderBlock (anonymous) at (0,36) size 784x0
+        RenderInline {ATTACHMENT} at (0,0) size 0x0
+        RenderText {#text} at (0,0) size 0x0

Modified: trunk/LayoutTests/platform/ios-wk2/TestExpectations (293161 => 293162)


--- trunk/LayoutTests/platform/ios-wk2/TestExpectations	2022-04-21 10:37:29 UTC (rev 293161)
+++ trunk/LayoutTests/platform/ios-wk2/TestExpectations	2022-04-21 10:53:04 UTC (rev 293162)
@@ -2180,9 +2180,6 @@
 # This test is currently failing on EWS
 webkit.org/b/238954 imported/w3c/web-platform-tests/css/selectors/invalidation/user-action-pseudo-classes-in-has.html [ Pass Failure ]
 
-# This test is currently failing on EWS
-webkit.org/b/238960 fast/attachment/attachment-disabled-rendering.html [ Pass Failure ]
-
 # This failure is only happening on EWS
 webkit.org/b/238965 css3/background/background-repeat-round-auto2.html [ Pass ImageOnlyFailure ]
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to