Update web-platform-tests to revision 322c4da99b1d62796d5f4105eb02a745bb35d3f9

This commit is contained in:
WPT Sync Bot 2020-11-04 08:20:32 +00:00
parent 8b9e607aac
commit b89d47297d
148 changed files with 2587 additions and 278 deletions

View file

@ -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>