layout/generic/crashtests/255468.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/generic/crashtests/255468.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
     1.6 +    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
     1.7 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
     1.8 +<head>
     1.9 +<title>Iridescence</title>
    1.10 +<style type="text/css" title="Crashme" disabled="disabled">
    1.11 +ul.tree ul {
    1.12 +  list-style-position: inside;
    1.13 +}
    1.14 +
    1.15 +span.type:after {
    1.16 +  content: ": ";
    1.17 +}
    1.18 +
    1.19 +</style>
    1.20 +</head>
    1.21 +<body>
    1.22 +<h1>Crash Test</h1>
    1.23 +<table><tbody>
    1.24 +<tr><td><ul class="struct tree"><li><span class="type">A</span> X<ul><li><span class="type">L</span> <var>Size</var></li><li><var>data</var></li></ul></li></ul></td></tr>
    1.25 +</tbody></table>
    1.26 +</body>
    1.27 +</html>
    1.28 \ No newline at end of file

mercurial