mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update web-platform-tests to revision 5c34fc630374b9eb0559139a486ff1a2e4247c4f
This commit is contained in:
parent
b0f0bd8282
commit
1b463fce85
222 changed files with 5045 additions and 641 deletions
|
@ -0,0 +1,4 @@
|
|||
<!doctype html>
|
||||
<html style="background:green">
|
||||
<title>CSS Test Reference</title>
|
||||
<p>Pass if the background is green.</p>
|
|
@ -0,0 +1,12 @@
|
|||
<!doctype html>
|
||||
<title>CSS Test: display:contents on root element blockified with rendered background.</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-display/#the-display-properties">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-display/#transformations">
|
||||
<link rel="match" href="display-contents-root-background-ref.html">
|
||||
<style>
|
||||
:root {
|
||||
display: contents;
|
||||
background-image: url(../support/1x1-green.png);
|
||||
}
|
||||
</style>
|
||||
<p>Pass if the background is green.</p>
|
Loading…
Add table
Add a link
Reference in a new issue