mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision be4a903bca0a01b794bebf486f707c9f8e9e9ff6
This commit is contained in:
parent
fa473ec037
commit
fc3c55d44b
45 changed files with 471 additions and 94 deletions
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<meta charset="UTF-8">
|
||||
<title>CSS Position: Box inset properties & position:absolute flex container as the root element</title>
|
||||
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"/>
|
||||
<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
|
||||
<link rel="author" title="Mozilla" href="http://www.mozilla.org/">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-position-3/#insets">
|
||||
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1584890">
|
||||
<link rel="match" href="position-absolute-root-element-ref.html">
|
||||
<meta name="assert" content="This test verifies the box inset properties on a position:absolute flex container root element.">
|
||||
|
||||
<style>
|
||||
html {
|
||||
display: flex;
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
right: 20px;
|
||||
top: 30px;
|
||||
bottom: 40px;
|
||||
border: 5px dashed black;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
</style>
|
||||
|
||||
The black border should encompass the whole viewport,
|
||||
with a bit of space on each side.
|
||||
<br><br>
|
||||
It shouldn't just shrinkwrap this text's height.
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue