comparison: layout/generic/crashtests/826483-1.html
layout/generic/crashtests/826483-1.html
- branch
- TOR_BUG_3246
- changeset 6
- 8bccb770b82d
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <style> |
|
5 |
|
6 .a { display: flex; } |
|
7 .a:after { content: 'a'; } |
|
8 |
|
9 </style> |
|
10 </head> |
|
11 <body> |
|
12 |
|
13 <div class="a"><div></div></div> |
|
14 |
|
15 </body> |
|
16 </html> |