summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/chrome/test_document_adopted_styles_ref.html
blob: 0b592207f3555a067535ef989e1cf1b9c427e219 (plain)
1
2
3
4
5
6
<!doctype html>
<meta charset="utf-8">
<body>
  <div class="target"></div>
  <style> .target { width: 100px; height: 100px; border-style: solid; border-color: blue; } </style>
</body>