comparison: layout/reftests/bugs/343540-1-ref.html
layout/reftests/bugs/343540-1-ref.html
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 <html> |
|
2 <head> |
|
3 <style> |
|
4 span#dd:before { |
|
5 display: inline; |
|
6 white-space: pre; |
|
7 content: "bef-\Aore"; |
|
8 color: gray; |
|
9 } |
|
10 |
|
11 </style> |
|
12 </head> |
|
13 <body> |
|
14 <span id="dd">new<div id="div">div</div></span> |
|
15 </body> |
|
16 </html> |