| <!-- |
| @WIN-DENY:name* |
| --> |
| <html> |
| |
| <body> |
| <canvas width=100 height=100>Static fallback</canvas> |
| <canvas width=100 height=100> |
| <p id="p1" aria-labelledby="h1">Line breaking content in a fallback</p> |
| <p id="p2" aria-labelledby="h2">This is another paragraph in fallback</p> |
| <h1 id="h1" aria-hidden="true">Aria hidden paragraph in fallback content</h1> |
| <h1 style="display:none">Display none text in fallback content </h1> |
| <h2 id="h2" style="visibility: hidden">Visibility hidden paragraph in fallback content</h2> |
| </canvas> |
| </body> |
| |
| </html> |