mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +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
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
.outer-f {
|
||||
color: red;
|
||||
}
|
||||
.fl-atomic {
|
||||
display: inline-block;
|
||||
}
|
||||
.inner-f {
|
||||
color: lime;
|
||||
}
|
||||
</style>
|
||||
<div>
|
||||
<span class="outer-f">FIRST</span> <div class="fl-atomic"><span class="inner-f">first</span><br>second</div> <span class="outer-f">FIRST</span>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue