chromium/third_party/blink/web_tests/external/wpt/html/dom/elements/global-attributes/title-manual.html

<!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>