mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45: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
16
src/test/ref/inline_padding_a.html
Normal file
16
src/test/ref/inline_padding_a.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue