mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests and CSS tests.
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
This commit is contained in:
parent
fb4f421c8b
commit
296fa2512b
21852 changed files with 2080936 additions and 892894 deletions
|
@ -0,0 +1,46 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- Any copyright is dedicated to the Public Domain.
|
||||
- http://creativecommons.org/publicdomain/zero/1.0/ --><html><head><meta charset="utf-8">
|
||||
<title>CSS Shape Test: float right, ellipse(closest-side closest-side at top right)</title>
|
||||
<link href="mailto:tlin@mozilla.com" rel="author" title="Ting-Yu Lin">
|
||||
<link href="http://www.mozilla.org/" rel="author" title="Mozilla">
|
||||
<link href="https://drafts.csswg.org/css-shapes-1/#supported-basic-shapes" rel="help">
|
||||
<link href="reference/shape-outside-ellipse-011-ref.htm" rel="match">
|
||||
<meta content="" name="flags">
|
||||
<meta content="Test the right float shape defines an empty float area by the basic shape ellipse(0% 0closest-side closest-side at top right) value." name="assert">
|
||||
<style>
|
||||
.container {
|
||||
direction: rtl;
|
||||
width: 200px;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.shape {
|
||||
float: right;
|
||||
shape-outside: ellipse(closest-side closest-side at top right);
|
||||
clip-path: ellipse(closest-side closest-side at top right);
|
||||
box-sizing: content-box;
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
padding: 20px 10px;
|
||||
border: solid lightgreen;
|
||||
border-width: 20px 10px;
|
||||
background-color: orange;
|
||||
}
|
||||
|
||||
.box {
|
||||
display: inline-block;
|
||||
width: 160px;
|
||||
background-color: blue;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head><body class="container">
|
||||
<div class="shape"></div>
|
||||
<div style="height: 24px;" class="box"></div>
|
||||
<div style="height: 36px;" class="box"></div>
|
||||
<div style="height: 36px;" class="box"></div>
|
||||
<div style="height: 24px;" class="box"></div>
|
||||
|
||||
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue