mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
Update web-platform-tests to revision 86579034357501943927f3dc4abf75d76c477383
This commit is contained in:
parent
9c1c58a498
commit
f708edc5ea
20 changed files with 160 additions and 81 deletions
|
@ -0,0 +1,15 @@
|
|||
<!doctype html>
|
||||
<title>CSS Test: Groove border with default color should actually show a groove border</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css2/box.html#border-style-properties">
|
||||
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1488294">
|
||||
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
|
||||
<link rel="author" href="https://www.mozilla.org" title="Mozilla">
|
||||
<link rel="mismatch" href="groove-ridge-default-notref.html">
|
||||
<style>
|
||||
div {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border: 10px groove;
|
||||
}
|
||||
</style>
|
||||
<div></div>
|
|
@ -0,0 +1,12 @@
|
|||
<!doctype html>
|
||||
<title>CSS Test Reference</title>
|
||||
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
|
||||
<link rel="author" href="https://www.mozilla.org" title="Mozilla">
|
||||
<style>
|
||||
div {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border: 10px solid;
|
||||
}
|
||||
</style>
|
||||
<div></div>
|
|
@ -0,0 +1,15 @@
|
|||
<!doctype html>
|
||||
<title>CSS Test: ridge border with default color should actually show a ridge border</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css2/box.html#border-style-properties">
|
||||
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1488294">
|
||||
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
|
||||
<link rel="author" href="https://www.mozilla.org" title="Mozilla">
|
||||
<link rel="mismatch" href="groove-ridge-default-notref.html">
|
||||
<style>
|
||||
div {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border: 10px ridge;
|
||||
}
|
||||
</style>
|
||||
<div></div>
|
Loading…
Add table
Add a link
Reference in a new issue