Bug 604885 - backout 53f49c89634b a=backout

This commit is contained in:
Chris Pearce 2010-12-21 07:46:25 +13:00
Родитель 70e15fe253
Коммит f2cf2f7441
3 изменённых файлов: 0 добавлений и 53 удалений

Просмотреть файл

@ -31,4 +31,3 @@ skip-if(gtk2Widget) HTTP(..) == zoomed-1.xhtml zoomed-1-ref.html
== poster-13.html poster-ref-blue400x300.html
== poster-14.html poster-ref-blue250x200.html
== poster-15.html poster-ref-green70x30.html
== undersize-clipped.html undersize-clipped-ref.html

Просмотреть файл

@ -1,19 +0,0 @@
<!DOCTYPE HTML>
<html>
<head>
<style>
#mask {
position: absolute;
z-index: 3;
width: 7px;
height: 5px;
background-color: green;
top: 10px;
left: 10px;
}
</style>
</head>
<body style="background:white;">
<div id="mask"></div>
</body>
</html>

Просмотреть файл

@ -1,33 +0,0 @@
<!DOCTYPE HTML>
<html>
<head>
<style>
#mask {
position: absolute;
z-index: 3;
width: 7px;
height: 5px;
background-color: green;
top: 10px;
left: 10px;
}
</style>
</head>
<body style="background:white;">
<!--
Test if video displays correctly when it's smaller than the amount of space
required to draw its controls. The controls should be clipped to the css
specified dimensions.
We draw a mask over the video to prevent the status overlay interferring. The controls
need to be on (so that the test would fail if they drew outside of the element's
area) but we need to mask them out as we can't guarantee the status overlay
will or won't be showing or fading in or out when the reftest does its comparison.
-->
<div id="mask"></div>
<video controls src="black140x100.ogv"
style="position:absolute; left: 10px; top: 10px; width: 7px; height:5px;">
</video>
</body>
</html>