I replaced the values with -moz-inline-box in the crashtests rather than removing them. I think they are still valuable after replacing the display value. Differential Revision: https://phabricator.services.mozilla.com/D42551
8 lines
176 B
HTML
8 lines
176 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body style="display: -moz-inline-box; overflow: scroll; border-style: solid; border-radius: 4px;"></body>
|
|
</html>
|