summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/document-metadata/the-link-element/stylesheet-with-base.html
blob: a9f2a8bce08cebf3d2fe4caebbd146e62f44b62d (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
    <title>Stylesheet With Base Tag</title>
    <link rel="match" href="stylesheet-with-base-ref.html">
    <base href="resources/">
    <link rel="stylesheet" href="stylesheet.css">
</head>
<body>
</body>
</html>