tenfourfox/layout/reftests/ib-split/append-to-empty-trailing-inline-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

20 lines
368 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
body > span { outline: 1px dotted black; }
body > span > span { display: block; width: 10em; }
</style>
</head>
<body>
<span><span>A</span><span>A</span></span>
</body>
</html>