doc_markup_links_base.html (260B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>Markup-view links with base attribute</title> 6 <base href="../"> 7 </head> 8 <body> 9 <img src="doc_markup_tooltip.png"> 10 Test relative links with base attributes. 11 </body> 12 </html>