1
0
Fork 0
mirror of https://github.com/servo/servo.git synced 2025-08-03 12:40:06 +01:00
servo/tests/ref/inline_padding_a.html
2014-09-08 20:21:42 -06:00

16 lines
226 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>You see here a scroll labeled READ ME.</title>
<style>
#a {
padding: 0 0 0 64px;
color: blue;
}
</style>
</head>
<body>
<div><span id=a>blah blah blah</span></div>
</body>
</html>