Title: [292317] trunk/LayoutTests
Revision
292317
Author
za...@apple.com
Date
2022-04-04 14:21:17 -0700 (Mon, 04 Apr 2022)

Log Message

[CSS-contain] Update select element based test failures.

Unreviewed.

* TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (292316 => 292317)


--- trunk/LayoutTests/ChangeLog	2022-04-04 21:16:05 UTC (rev 292316)
+++ trunk/LayoutTests/ChangeLog	2022-04-04 21:21:17 UTC (rev 292317)
@@ -1,3 +1,11 @@
+2022-04-04  Alan Bujtas  <za...@apple.com>
+
+        [CSS-contain] Update select element based test failures.
+
+        Unreviewed.
+
+        * TestExpectations:
+
 2022-04-04  Tyler Wilcock  <tyle...@apple.com>
 
         AccessibilityNodeObject::elementRect should use children rects for display:contents AX objects

Modified: trunk/LayoutTests/TestExpectations (292316 => 292317)


--- trunk/LayoutTests/TestExpectations	2022-04-04 21:16:05 UTC (rev 292316)
+++ trunk/LayoutTests/TestExpectations	2022-04-04 21:21:17 UTC (rev 292317)
@@ -4720,7 +4720,8 @@
 imported/w3c/web-platform-tests/css/css-contain/contain-size-block-003.html [ ImageOnlyFailure ]
 imported/w3c/web-platform-tests/css/css-contain/contain-size-inline-block-003.html [ ImageOnlyFailure ]
 
-# Select with empty content always has root linebox, so the heights are different.
+# 1. The height driven by the imaginary box (strut) does not match the minimum height value set in the RenderTheme (e.g. see RenderThemeMac::adjustMenuListButtonStyle).
+# 2. We ignore the background-color property value (supposed to be white on white to renderer "blank" content).
 imported/w3c/web-platform-tests/css/css-contain/contain-size-select-001.html [ ImageOnlyFailure ]
 imported/w3c/web-platform-tests/css/css-contain/contain-size-select-002.html [ ImageOnlyFailure ]
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to