1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/webm-video/aspect-ratio-3a.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 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"> 1.8 +<!-- use an empty g to force filters.svg to load before onload --> 1.9 +<use xlink:href="../filters.svg#empty" /> 1.10 +<foreignObject filter="url(../filters.svg#ThresholdRGB)" x="0" y="0" height="100%" width="100%"> 1.11 +<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> 1.12 +<body style="background:white;"> 1.13 +<video src="black140x100.webm" width="280"></video> 1.14 +</body> 1.15 +</html> 1.16 +</foreignObject> 1.17 +</svg>