1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/svg/crashtests/313737-1.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> 1.5 +<!DOCTYPE xhtml PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd" [ 1.6 +]> 1.7 + 1.8 +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:xlink="http://www.w3.org/1999/xlink"> 1.9 + <head> 1.10 + <title>bug 313737</title> 1.11 + </head> 1.12 + <body> 1.13 + 1.14 + <svg:svg style="position:fixed;"> 1.15 + <input type="text" style="position:absolute;" /> 1.16 + </svg:svg> 1.17 + 1.18 + </body> 1.19 +</html>