summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1153845-1-ref.html
blob: fcf6221c95fefe82bc406adabfdb2f2f117072fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>There should be a 200x200 lime square on this page.</title>

<style>

svg {
  width: 200px;
  height: 200px;
  background-color: lime;
}

</style>

<svg></svg>