mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Update web-platform-tests to revision 1268bd5901289acc95b1a576f108bdf382d82e44
This commit is contained in:
parent
f183d66217
commit
292a12e545
261 changed files with 5513 additions and 966 deletions
|
@ -0,0 +1,11 @@
|
|||
<!doctype html>
|
||||
<title>CSS Rest Reference</title>
|
||||
<style>
|
||||
table {
|
||||
outline: 1px solid blue;
|
||||
outline-offset: 10px;
|
||||
}
|
||||
</style>
|
||||
<table>
|
||||
Some content
|
||||
</table>
|
|
@ -0,0 +1,13 @@
|
|||
<!doctype html>
|
||||
<title>outline-offset applies to tables</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-ui/#propdef-outline">
|
||||
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1603049">
|
||||
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
|
||||
<link rel="author" href="https://mozilla.org" title="Mozilla">
|
||||
<link rel="mismatch" href="outline-offset-table-001-notref.html">
|
||||
<style>
|
||||
table { outline: 1px solid blue }
|
||||
</style>
|
||||
<table>
|
||||
Some content
|
||||
</table>
|
Loading…
Add table
Add a link
Reference in a new issue