comparison: layout/generic/crashtests/826532-1.html
layout/generic/crashtests/826532-1.html
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <style> |
|
5 |
|
6 button:first-letter { } |
|
7 button { display: flex; } |
|
8 |
|
9 </style> |
|
10 |
|
11 </head> |
|
12 <body> |
|
13 <button>ABC</button> |
|
14 </body> |
|
15 </html> |