summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/markup/test/doc_markup_html_mixed_case.html
blob: ab26005e174816c3b00dca3e66bf4692d7841879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <body>
    <svg viewBox="0 0 2 2" width=200 height=200>
      <clipPath>
        <rect x=0 y=0 width=1 height=1 />
      </clipPath>
      <circle cx=1 cy=1 r=1 fill=lime />
    </svg>
    <DIV></DIV>
  </body>
</html>