1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/content/tests/widgets/videomask.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +html, body { 1.5 + margin: 0; 1.6 + padding: 0; 1.7 +} 1.8 + 1.9 +audio, video { 1.10 + width: 140px; 1.11 + height: 100px; 1.12 + background-color: black; 1.13 +} 1.14 + 1.15 +/** 1.16 + * Create a mask for the video direction tests which covers up the throbber. 1.17 + */ 1.18 +#mask { 1.19 + position: absolute; 1.20 + z-index: 3; 1.21 + width: 140px; 1.22 + height: 72px; 1.23 + background-color: green; 1.24 + top: 0; 1.25 + right: 0; 1.26 +}