xref: /aosp_15_r20/external/jsoup/src/test/resources/htmltests/basehref.html (revision 6da8f8c4bc310ad659121b84dd089062417a2ce2)
1*6da8f8c4SAndroid Build Coastguard Worker<html>
2*6da8f8c4SAndroid Build Coastguard Worker<head>
3*6da8f8c4SAndroid Build Coastguard Worker  <title>Base HREF test</title>
4*6da8f8c4SAndroid Build Coastguard Worker  <base href="https://example.com/path/file.html?query">
5*6da8f8c4SAndroid Build Coastguard Worker</head>
6*6da8f8c4SAndroid Build Coastguard Worker<body>
7*6da8f8c4SAndroid Build Coastguard Worker<a href="./anotherfile.html">Link</a>.
8*6da8f8c4SAndroid Build Coastguard Worker</body>
9*6da8f8c4SAndroid Build Coastguard Worker</html>