summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/232990-1-ref.xhtml
blob: 530f72cdd19a38d8f947c1206a1e5406fed4431b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <style type="text/css">
<![CDATA[
@namespace pp url("prettyprint");
pp|expander-box,
pp|pre-content {
  display: block;
}

pp|expander-box[collapsed] > pp|float,
pp|expander-box[collapsed] > pp|pre-content {
  display: inline;
  float: none;
}

pp|float {
  float: left;
}
    ]]></style>
  </head>

  <body>
    <div>
<pp:content xmlns:pp="prettyprint">
  <pp:expander-box collapsed="collapsed"><pp:float>-</pp:float>
    <pp:pre-content>pre</pp:pre-content>
  </pp:expander-box>
</pp:content>
    </div>
  </body>
</html>