mirror of
https://github.com/servo/servo.git
synced 2025-08-24 06:45:33 +01:00
Update web-platform-tests to revision fcc7ecef8ee95ba3776cfa3b1de30101c30432aa
This commit is contained in:
parent
3e27459ad3
commit
ba118104e4
41 changed files with 370 additions and 71 deletions
|
@ -1,12 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Flexbox Test: Flex item - contiguous text runs - position:absolute and node removal</title>
|
||||
<title>CSS Flexbox Test: Flex item - non-contiguous text runs - position:absolute and node removal</title>
|
||||
<link rel="author" title="Rune Lillesveen" href="mailto:futhark@chromium.org">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#flex-items">
|
||||
<link rel="match" href="anonymous-flex-item-ref.html">
|
||||
<link rel="match" href="anonymous-flex-item-split-ref.html">
|
||||
<style>.abs { position:absolute }</style>
|
||||
<p>There should be a space between "two" and "words" below.</p>
|
||||
<div style="display:flex">two <span class="abs"></span><span id="spanRemove"></span><span class="abs"></span>words</div>
|
||||
<p>The words "Two" and "lines" should not be on the same line.</p>
|
||||
<div style="display:flex;flex-direction:column">Two <span class="abs"></span><span id="spanRemove"></span><span class="abs"></span>lines</div>
|
||||
<script>
|
||||
document.body.offsetTop;
|
||||
spanRemove.remove();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue