mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision 936827a6527f1c53051d3bc5bc79304c88c0737f
This commit is contained in:
parent
c585f4fff5
commit
02a68a38f0
338 changed files with 14862 additions and 2933 deletions
|
@ -0,0 +1,29 @@
|
|||
<!doctype html>
|
||||
<title>Select block size when line-height is specified</title>
|
||||
<!--
|
||||
FIXME: This is just a copy of select-1-block-size-001.html, but if I move the
|
||||
<link rel="match"> in this file to select-1-block-size-001-ref.html (which is
|
||||
the "right" way to do this), fuzzy annotations do not work.
|
||||
-->
|
||||
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
|
||||
<link rel="author" title="Mozilla" href="https://mozilla.org">
|
||||
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1571764">
|
||||
<link rel="match" href="select-1-block-size-001-ref-2.html">
|
||||
<style>
|
||||
select {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
|
||||
background: black;
|
||||
color: black;
|
||||
|
||||
line-height: 100px;
|
||||
width: 100px;
|
||||
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
<select></select>
|
||||
<select><option>A</option></select>
|
|
@ -0,0 +1,24 @@
|
|||
<!doctype html>
|
||||
<title>CSS Test Reference</title>
|
||||
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
|
||||
<link rel="author" title="Mozilla" href="https://mozilla.org">
|
||||
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1571764">
|
||||
<style>
|
||||
div {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
|
||||
background: black;
|
||||
color: black;
|
||||
|
||||
line-height: 100px;
|
||||
width: 100px;
|
||||
|
||||
border: 0;
|
||||
padding: 0;
|
||||
|
||||
display: inline-block;
|
||||
}
|
||||
</style>
|
||||
<div>A</div>
|
||||
<div>A</div>
|
|
@ -0,0 +1,23 @@
|
|||
<!doctype html>
|
||||
<title>CSS Test Reference</title>
|
||||
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
|
||||
<link rel="author" title="Mozilla" href="https://mozilla.org">
|
||||
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1571764">
|
||||
<style>
|
||||
button {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
|
||||
background: black;
|
||||
color: black;
|
||||
|
||||
line-height: 100px;
|
||||
width: 100px;
|
||||
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
<button>A</button>
|
||||
<button>A</button>
|
|
@ -0,0 +1,24 @@
|
|||
<!doctype html>
|
||||
<title>Select block size when line-height is specified</title>
|
||||
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
|
||||
<link rel="author" title="Mozilla" href="https://mozilla.org">
|
||||
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1571764">
|
||||
<link rel="match" href="select-1-block-size-001-ref.html">
|
||||
<style>
|
||||
select {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
|
||||
background: black;
|
||||
color: black;
|
||||
|
||||
line-height: 100px;
|
||||
width: 100px;
|
||||
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
<select></select>
|
||||
<select><option>A</option></select>
|
Loading…
Add table
Add a link
Reference in a new issue