summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/document-metadata/the-link-element/stylesheet-with-base-ref.html
blob: 83f0d067720b35ba14a06750ebab7b53a2f03a3a (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
    <title>Stylesheet Without Base Tag</title>
    <style>
        body { background-color: green; }
    </style>
</head>
<body>
</body>
</html>