Update web-platform-tests to revision d55d764f159f5d8dd3e0b30e9d38f75af4feb438

This commit is contained in:
WPT Sync Bot 2019-12-21 08:23:02 +00:00
parent bb5cd02da3
commit 865f7c03e9
228 changed files with 6505 additions and 2813 deletions

View file

@ -5,7 +5,8 @@
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"/>
</head>
<body>
<div>Filler Text</div>
<p>Test passes if the "Filler Text" above is green.</p>
<div>Filler Text</div>
<p>Test passes if there is a blue border around the viewport and
around "Filler Text" above.</p>
</body>
</html>

View file

@ -4,13 +4,14 @@
<title>CSS Reftest Reference</title>
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"/>
<style type="text/css">
div {
color: green;
html, div {
border: 10px solid blue;
}
</style>
</head>
<body>
<div>Filler Text</div>
<p>Test passes if the "Filler Text" above is green.</p>
<div>Filler Text</div>
<p>Test passes if there is a blue border around the viewport and
around "Filler Text" above.</p>
</body>
</html>

View file

@ -11,12 +11,14 @@
<style type="text/css">
:first-child
{
color: green;
/* This needs to be a non-inherited property, as :root always matches :first-child */
border: 10px solid blue;
}
</style>
</head>
<body>
<div>Filler Text</div>
<p>Test passes if the "Filler Text" above is green.</p>
<p>Test passes if there is a blue border around the viewport and
around "Filler Text" above.</p>
</body>
</html>