Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-fonts/infinite-size-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<style>
CITE::first-letter {
font-size: 0%;
margin-inline-start: 2682182284.200815ch
}
* {
font-size: 4294967295% !important;
}
</style>
</head>
<del>
<button>
<cite></cite>
</button>
</del>
</html>