Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit dbdb87d

Browse files
nt1mmoz-wptsync-bot
authored andcommitted
Bug 1975322 [wpt PR 53552] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=278477, a=testonly
Automatic update from web-platform-tests WebKit export: File icons and filenames are not displayed on OneDrive website on Safari TP 201 (#53552) https://bugs.webkit.org/show_bug.cgi?id=278477 -- wpt-commits: adf5bf5df25a78976ce722df23cae11c215a4bf4 wpt-pr: 53552
1 parent 7f7ecf7 commit dbdb87d

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<link rel="match" href="../../reference/ref-filled-green-100px-square-only.html">
4+
<link rel="author" title="Sammy Gill" href="mailto:sammy.gill@apple.com">
5+
<link rel="help" href="https://drafts.csswg.org/css-contain-2/#content-visibility">
6+
<meta name="assert" content="content-visibility on display contents element does not apply since size containment does not apply to it">
7+
<body>
8+
<p>Test passes if there is a filled green square.</p>
9+
<div style="display: contents; content-visibility: hidden;">
10+
<div>
11+
<div style="width: 100px; height: 100px; background-color: green;"></div>
12+
</div>
13+
</div>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)