qutebrowser/tests/end2end/data/hints/html/nested_table_style.html

18 lines
347 B
HTML
Raw Normal View History

<!DOCTYPE html>
<!-- target: hello.txt -->
<html>
<head>
<meta charset="utf-8">
<title>Link containing an element with "display: table" style</title>
</head>
<body>
<a href="/data/hello.txt">
<span style="display: table;">
link
</span>
</a>
</body>
</html>