summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/hyphens/reference/hyphens-auto-002-ref.html
blob: dece5f7394470d5bbc393c4318fa412ea25f9b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text Reference File</title>
<link rel="author" title="Javier Fernandez" href="mailto:jfernandez@igalia.com" />
<style>
div {
  width: 100px;
  height: 100px;
  background: green;
}
</style>
<body>
    <p>Test passes if there is a <strong>filled green square</strong> and <strong>no red</strong>.</p>
  <div></div>
</body>