Update web-platform-tests to revision fcc7ecef8ee95ba3776cfa3b1de30101c30432aa

This commit is contained in:
WPT Sync Bot 2018-01-31 20:09:06 -05:00
parent 3e27459ad3
commit ba118104e4
41 changed files with 370 additions and 71 deletions

View file

@ -0,0 +1,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>