blob: cde696e2f65d2c22bec8750c15ddb3ece3e1acf3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html>
<html>
<head>
<link rel="author" title="Martin Robinson" href="mailto:mrobinson@igalia.com">
<link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
<meta name="assert" content="content-visiblity: auto on a <th> element should not cause a crash.">
<style>
TR {
content-visibility: auto;
}
* {
inset-block-end: 21%;
}
</style>
</head>
<body>
<table>
<th>
<sub>
</body>
</html>
|