Sign in
webkit
/
WebKit
/
a48c7862552fc10aca344020b1d95cbab2dadee9
/
.
/
LayoutTests
/
fast
/
css-generated-content
/
015.html
blob: 6fc72fe0b8f905e0a7b612cef740d03f43f4334f [
file
] [
log
] [
blame
]
<head>
<style>
form
{
display
:
inline
}
.
clear
:
after
{
content
:
"."
}
.
clear
{
display
:
table
}
</style>
</head>
<body>
<div
class
=
"clear"
>
<form>
<h3>
There should be a fourth dot bellow...
</h3>
</form>
</div>
</body>
</html>