summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/trailing-declaration-crash.html
blob: 54b9a13220112407d31097632e45fc94685d486e (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<title>CSS Page: Crash with trailing declarations</title>
<style>
  @page {
    @top-center {}
    size: 500px;
  }
</style>