mirror of
https://github.com/servo/servo.git
synced 2025-09-13 16:38:20 +01:00
Update web-platform-tests to revision 58eb04cecbbec2e18531ab440225e38944a9c444
This commit is contained in:
parent
25e8bf69e6
commit
665817d2a6
35333 changed files with 1818077 additions and 16036 deletions
|
@ -0,0 +1,53 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CSS Test: Padding-left using centimeters with a minimum plus one value, 1cm</title>
|
||||
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
|
||||
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-08-25 -->
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-left" />
|
||||
<link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" />
|
||||
<link rel="match" href="padding-left-036-ref.xht"/>
|
||||
<meta name="flags" content="" />
|
||||
<meta name="assert" content="The 'padding-left' property handles a minimum plus one length value in centimeters." />
|
||||
<style type="text/css">
|
||||
div
|
||||
{
|
||||
height: 50px;
|
||||
width: 0;
|
||||
}
|
||||
.parent1
|
||||
{
|
||||
background: red;
|
||||
min-width: 37px
|
||||
}
|
||||
.test1, .test2
|
||||
{
|
||||
padding-left: 1cm;
|
||||
}
|
||||
.test1
|
||||
{
|
||||
background: green;
|
||||
}
|
||||
.test2
|
||||
{
|
||||
background: red;
|
||||
}
|
||||
.child1
|
||||
{
|
||||
background: green;
|
||||
left: -38px;
|
||||
position: relative;
|
||||
width: 38px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is <strong>no red</strong>.</p>
|
||||
<div class="parent1">
|
||||
<div class="test1"></div>
|
||||
</div>
|
||||
<div class="test2">
|
||||
<div class="child1"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue