Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /infrastructure/specialPowers/specialpowers-crash.html - WPT Dashboard Interop Dashboard
<!doctype html>
<html class="test-wait">
<script>
SpecialPowers.wrap(window); // Shouldn't throw
document.documentElement.className = "";
</script>