| <!DOCTYPE html> | |
| <head> | |
| <style> | |
| #reference-square { | |
| position: relative; | |
| top: 20px; | |
| width: 100px; | |
| height: 100px; | |
| background-color: blue; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <p>Tests that a <textPath> 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> |