mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update CSS tests to revision 31d63cc79bd4c929ed582229e936d7b389f3e6ab
This commit is contained in:
parent
1a81b18b9f
commit
2c9faf5363
91915 changed files with 5979820 additions and 0 deletions
35
tests/wpt/css-tests/css-transforms-1_dev/html/iframe-001.htm
Normal file
35
tests/wpt/css-tests/css-transforms-1_dev/html/iframe-001.htm
Normal file
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<title>CSS Regions: flowing an iframe that loads content with 3D transform</title>
|
||||
<link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan">
|
||||
<link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help">
|
||||
<link href="http://www.w3.org/TR/css3-regions/#the-flow-from-property" rel="help">
|
||||
<link href="http://www.w3.org/TR/css-transforms-1/#transform-functions" rel="help">
|
||||
<meta content="Test checks that flowing an iframe that loads content with 3D transforms in a region renders without artifacts." name="assert">
|
||||
<meta content="ahem" name="flags">
|
||||
<link href="reference/iframe-001-ref.htm" rel="match">
|
||||
<style>
|
||||
.flow {
|
||||
flow-into: f;
|
||||
}
|
||||
|
||||
.region {
|
||||
flow-from: f;
|
||||
width: 400px;
|
||||
height: 300px;
|
||||
}
|
||||
.region p {
|
||||
background-color: red;
|
||||
height: 50%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if you see horizontal green rectangle and no red.</p>
|
||||
|
||||
<iframe width="400" height="300" class="flow" frameborder="0" src="support/3d-filler.html"></iframe>
|
||||
<div class="region">
|
||||
<p> </p>
|
||||
</div>
|
||||
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue