| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <p>This tests that loading a stylesheet with a file URL is allowed when the page that is loaded from file URL has Content Security Policy "style-src *". This test PASSED if you see a green square below. Otherwise, it FAILED.</p> | |
| <div style="background-color: green; height: 128px; width: 128px"></div> | |
| </body> | |
| </html> |