comparison: layout/generic/crashtests/826483-1.html
layout/generic/crashtests/826483-1.html
- changeset 0
- 6474c204b198
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> |