layout/reftests/bugs/328829-1-ref.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/328829-1-ref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     1.6 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     1.7 +<html lang="en" xml:lang="en"
     1.8 +      xmlns="http://www.w3.org/1999/xhtml"
     1.9 +      xmlns:svg="http://www.w3.org/2000/svg">
    1.10 +<head>
    1.11 +	<title>Testcase, bug 328829</title>
    1.12 +	<style type="text/css">
    1.13 +	html, body, svg { margin: 0; padding: 0; border: none; }
    1.14 +	body > svg { display:block; } /* don't leave room for descenders! */
    1.15 +	</style>
    1.16 +</head>
    1.17 +<body>
    1.18 +
    1.19 +<svg:svg width="100%" height="100%">
    1.20 +	<svg:g style="font-size: 24px">
    1.21 +		<svg:foreignObject width="100%" height="100%">
    1.22 +			<span>hello</span> <span>world</span>
    1.23 +		</svg:foreignObject>
    1.24 +	</svg:g>
    1.25 +</svg:svg>
    1.26 +
    1.27 +</body>
    1.28 +</html>

mercurial