mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Issue #12421: tidy should also check .html files
This commit is contained in:
parent
5e83b3f83b
commit
1e60c915f9
85 changed files with 696 additions and 691 deletions
|
@ -1,20 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
</head>
|
||||
<style>
|
||||
.test { background: url(rust-0.png) gray; }
|
||||
</style>
|
||||
<body>
|
||||
<div class="test" style="width:200px; height:200px; color:red;">
|
||||
background: url(rust-0.png) gray; width:200px; height:200px;
|
||||
</div>
|
||||
<div class="test" style="background-image: url(rust-45.png); width:200px; height:200px; color:red;">
|
||||
background-image: url(rust-45.png); width:200px; height:200px;
|
||||
</div>
|
||||
<div style="background: url(rust-90.png) yellow; width:200px; height:200px; border: 5px solid #000; color:blue;">
|
||||
background: url(rust-90.png) yellow; width:200px; height:200px; border: 5px solid #000;
|
||||
</div>
|
||||
</body>
|
||||
<head>
|
||||
<title></title>
|
||||
</head>
|
||||
<style>
|
||||
.test { background: url(rust-0.png) gray; }
|
||||
</style>
|
||||
<body>
|
||||
<div class="test" style="width:200px; height:200px; color:red;">
|
||||
background: url(rust-0.png) gray; width:200px; height:200px;
|
||||
</div>
|
||||
<div class="test" style="background-image: url(rust-45.png); width:200px; height:200px; color:red;">
|
||||
background-image: url(rust-45.png); width:200px; height:200px;
|
||||
</div>
|
||||
<div style="background: url(rust-90.png) yellow; width:200px; height:200px; border: 5px solid #000; color:blue;">
|
||||
background: url(rust-90.png) yellow; width:200px; height:200px; border: 5px solid #000;
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue