summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/document-metadata/the-link-element/stylesheet-empty-href-ref.html
blob: 63b75d0ae262722c2d0043a1e4386b3c5554638c (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<meta charset=utf-8>
<title>Test</title>
<style>
body {
  color: green;
}
</style>
<p>This text should be green.