| <!DOCTYPE html> | |
| <body> | |
| <div id=host> | |
| <template shadowrootmode=open> | |
| <style id="style"> | |
| @font-face { font-family: 'WebFont'; src: url('../resources/Ahem.woff') format('woff'); | |
| #contents { font-family: 'WebFont'; } | |
| </style> | |
| <div id="hideme">FAIL</div> | |
| <div id="contents"></div> | |
| This should be visible. | |
| </template> | |
| </div> |