Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/mediaqueries/duplicate-media-stylesheet-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Crash test: duplicate stylesheet with non-matching media</title>
<style media="unknown">
p {}
</style>
<style media="unknown">
p {}
</style>
PASS if no crash