gecko-dev/gfx/tests/crashtests/934729.html
Mats Palmgren 2525944e34 Bug 1574994 part 1 - Remove/replace display:-moz-inline-grid and -moz-inline-stack in tests. r=emilio
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

--HG--
extra : moz-landing-system : lando
2019-08-19 21:19:04 +00:00

8 lines
166 B
HTML

<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<body>
<span style="position: sticky; display: -moz-inline-box; transform-style: preserve-3d;">A</span>
</body>
</html>