summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/dom/elements/global-attributes/title-manual.html
blob: d781172bbadcc51c4b203200f1a0adfe50ae4246 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<title>The title attribute</title>
<style>
div > * { display: inline }
link::before { content: "link" }
</style>
<p>Hover each word below. The tooltip for each of them should be "PASS".</p>
<div title=PASS>div <link> <style>style</style> <dfn>dfn</dfn> <abbr>abbr</abbr> <menuitem>menuitem</menuitem></div>