Update web-platform-tests to revision 768b9a0ddff956e289499384182ffc8afdb20f31

This commit is contained in:
WPT Sync Bot 2020-10-07 08:20:07 +00:00
parent 3c9587d4ce
commit 6e11000ae0
68 changed files with 374 additions and 168 deletions

View file

@ -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;
}

View file

@ -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 {

View file

@ -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;
}