1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/webm-video/zoomed-1.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 +<svg xmlns="http://www.w3.org/2000/svg" 1.6 + xmlns:xlink="http://www.w3.org/1999/xlink" 1.7 + version="1.1" reftest-zoom="2" 1.8 + width="50%" height="50%">> 1.9 +<!-- use an empty g to force filters.svg to load before onload --> 1.10 +<use xlink:href="../filters.svg#empty" /> 1.11 +<foreignObject x="0" y="0" height="100%" width="100%"> 1.12 +<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> 1.13 +<body style="background:white; margin:0"> 1.14 +<video src="black140x100.webm"></video> 1.15 +</body> 1.16 +</html> 1.17 +</foreignObject> 1.18 +</svg>