summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/percentage-padding-002-ref.html
blob: 65d55194062623b8deb4d083881cc6ea6899fe2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<link rel="author" title="Sergio Villar Senin" href="mailto:svillar@igalia.com">
<style>
div {
    width: 50px;
    height: 50px;
}
span {
    display: block;
    border: 5px solid black;
}
</style>
<p>Test passes if there is a white square inside a 10x30 white box.</p>
<div>
    <span style="width: 10px; height: 30px;">
	    <span style="padding: 10px;"></span>
    </span>
<div>