Files
servo/tests/wpt/web-platform-tests/css/css-transforms/transform-table-005-notref.html

22 lines
403 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
<style>
table {
display: inline-table;
}
caption {
caption-side: bottom;
}
</style>
</head>
<body>
<table>
<caption>there!</caption>
<tr><td>Hello</td></tr>
</table>
</body>
</html>