Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-page/trailing-declaration-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>CSS Page: Crash with trailing declarations</title>
<style>
@page {
@top-center {}
size: 500px;
}
</style>