mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
test: Add many reftests for parts of Acid2.
This commit is contained in:
parent
4c53a21aa3
commit
42170c7585
24 changed files with 446 additions and 3 deletions
17
src/test/ref/inline_padding_b.html
Normal file
17
src/test/ref/inline_padding_b.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>You see here a scroll labeled READ ME.</title>
|
||||
<style>
|
||||
#a {
|
||||
padding: 0 0 0 64px;
|
||||
color: blue;
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id=a>blah blah blah</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue