зеркало из https://github.com/mozilla/pjs.git
Bug 459619. Add zoom support to reftest harness. r+sr=dbaron. Adding new files
This commit is contained in:
Родитель
15284f10e3
Коммит
1e2b37a461
|
@ -0,0 +1,7 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<body style="margin:0;">
|
||||
<div style="background:yellow; height:15px;"></div>
|
||||
<div style="position:absolute; top:150px; left:150px; width:150px; height:150px; border:1px solid black;"></div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,7 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html reftest-zoom="1.5">
|
||||
<body style="margin:0;">
|
||||
<div style="background:yellow; height:10px;"></div>
|
||||
<div style="position:absolute; top:100px; left:100px; width:100px; height:100px; border:1px solid black;"></div>
|
||||
</body>
|
||||
</html>
|
Загрузка…
Ссылка в новой задаче