comparison: layout/generic/crashtests/862947-1.html
layout/generic/crashtests/862947-1.html
- branch
- TOR_BUG_3246
- changeset 6
- 8bccb770b82d
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <style> |
|
5 |
|
6 div { display: flex; } |
|
7 div:after { display: -moz-deck; content: counter(b); } |
|
8 |
|
9 </style> |
|
10 </head> |
|
11 <body> |
|
12 |
|
13 <div></div> |
|
14 |
|
15 </body> |
|
16 </html> |