mirror of
https://github.com/servo/servo.git
synced 2025-06-27 18:43:40 +01:00
15 lines
375 B
HTML
15 lines
375 B
HTML
<!DOCTYPE html>
|
|
<!--
|
|
Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/publicdomain/zero/1.0/
|
|
-->
|
|
<html>
|
|
<head>
|
|
<title>CSS Reftest Reference</title>
|
|
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
a a<div style="display:inline-block">b b</div>x x
|
|
</body>
|
|
</html>
|