mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Update web-platform-tests to revision 768b9a0ddff956e289499384182ffc8afdb20f31
This commit is contained in:
parent
3c9587d4ce
commit
6e11000ae0
68 changed files with 374 additions and 168 deletions
|
@ -3,6 +3,7 @@
|
|||
<link rel="author" href="http://opera.com" title="Opera Software">
|
||||
<link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#flex-items">
|
||||
<link rel="match" href="flexbox_stf-table-singleline-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
#test {
|
||||
background: blue;
|
||||
|
@ -15,6 +16,7 @@ div div {
|
|||
display: flex;
|
||||
}
|
||||
p {
|
||||
font-family: Ahem;
|
||||
margin: 1em 0;
|
||||
width: 200px;
|
||||
}
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<title>flexbox | singleline flexcontainer versus stf :: table</title>
|
||||
<link rel="author" href="http://opera.com" title="Opera Software">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
div, p {
|
||||
font-family: Ahem;
|
||||
display: inline-block;
|
||||
}
|
||||
p {
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<link rel="author" href="http://opera.com" title="Opera Software">
|
||||
<link rel="help" href="http://www.w3.org/TR/css-flexbox-1/#flex-items">
|
||||
<link rel="match" href="flexbox_stf-table-singleline-ref.html">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
#test {
|
||||
background: red;
|
||||
|
@ -15,6 +16,7 @@ div div {
|
|||
display: flex;
|
||||
}
|
||||
p {
|
||||
font-family: Ahem;
|
||||
margin: 1em 0;
|
||||
width: 200px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue