summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/document-metadata/the-link-element/stylesheet-change-href-ref.html
blob: 9ae6e36655da94d1f0de4d7b177447944f20d324 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<meta charset="utf-8">
<style>
  p {
    color: green;
  }
</style>
<p>This text should be green on a white background