mirror of
https://github.com/servo/servo.git
synced 2025-08-26 07:38:21 +01:00
Update web-platform-tests to revision 322c4da99b1d62796d5f4105eb02a745bb35d3f9
This commit is contained in:
parent
8b9e607aac
commit
b89d47297d
148 changed files with 2587 additions and 278 deletions
|
@ -24,14 +24,24 @@
|
|||
section > div{
|
||||
background-color: grey;
|
||||
color: white;
|
||||
block-size: 20px;
|
||||
}
|
||||
#bp {
|
||||
inline-size: 120px;
|
||||
}
|
||||
#ww {
|
||||
inline-size: 130px;
|
||||
}
|
||||
#s, #f {
|
||||
inline-size: 40px;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<p>Test passes if there are <strong> green lines between boxes</strong>.</p>
|
||||
<section>
|
||||
<div>Black Panther</div>
|
||||
<div>Wonder Woman</div>
|
||||
<div>Storm</div>
|
||||
<div>Flash</div>
|
||||
<div id=bp>Black Panther</div>
|
||||
<div id=ww>Wonder Woman</div>
|
||||
<div id=s>Storm</div>
|
||||
<div id=f>Flash</div>
|
||||
</section>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue