blob: 2318df41517ea0dcd7d665a3543cab1f3b056323 [file] [log] [blame]
<!DOCTYPE html>
<head>
<style>
#reference-square {
position: relative;
top: 20px;
width: 100px;
height: 100px;
background-color: blue;
}
</style>
</head>
<body>
<p>Tests that a &lt;textPath&gt; with display none isn't rendered. This test FAILED if you see the word FAIL below. Otherwise, it PASSED.</p>
<div id="reference-square"></div>
</body>
</html>