8 lines
141 B
HTML
8 lines
141 B
HTML
<!DOCTYPE html>
|
|
<title>CSS Page: Crash with trailing declarations</title>
|
|
<style>
|
|
@page {
|
|
@top-center {}
|
|
size: 500px;
|
|
}
|
|
</style>
|