Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-viewport/zoom/massive-zoom-viewbox-crash.html - WPT Dashboard Interop Dashboard
<!doctype html>
<style>
* {
zoom: 18446744073709551617;
}
</style>
<fieldset>
<svg height="0em" viewbox="0,65537,0,0"></svg>