mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision fcc7ecef8ee95ba3776cfa3b1de30101c30432aa
This commit is contained in:
parent
3e27459ad3
commit
ba118104e4
41 changed files with 370 additions and 71 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue