wpt / css / css-page / trailing-declaration-crash.html

Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-page/trailing-declaration-crash.html

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