mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Update web-platform-tests to revision d55d764f159f5d8dd3e0b30e9d38f75af4feb438
This commit is contained in:
parent
bb5cd02da3
commit
865f7c03e9
228 changed files with 6505 additions and 2813 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue