Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-contain/content-visibility/content-visibility-auto-applied-to-th-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<link rel="author" title="Martin Robinson" href="mailto:mrobinson@igalia.com">
<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>