layout/base/crashtests/244490-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/244490-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     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 xml:lang="de" xmlns="http://www.w3.org/1999/xhtml">
     1.8 +	<head>
     1.9 +		<title>Crash Test</title>
    1.10 +		<base href="D:\CSS Test Files\" />
    1.11 +		<style type="text/css">
    1.12 +			p { border: 1px red solid }
    1.13 +			p:before { content: url("images/quote_end.png") }
    1.14 +		</style>
    1.15 +	</head>
    1.16 +	<body>
    1.17 +		<p>Did it crash?</p>
    1.18 +	</body>
    1.19 +</html>

mercurial