Bug 1225376 part 3 - [css-grid] Crashtest.

This commit is contained in:
Jesse Ruderman 2015-11-28 21:37:44 +01:00
parent 3ce65688e6
commit b1bb110798
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<body>
<div style="display: inline-grid;">
<div style="display: flex; align-self: right safe;"></div>
</div>
</body>
</html>

View File

@ -598,6 +598,7 @@ load 1223568-1.html
load 1223568-2.html
load 1224230-1.html
pref(layout.css.grid.enabled,true) load 1225118.html
pref(layout.css.grid.enabled,true) load 1225376.html
load first-letter-638937-1.html
load first-letter-638937-2.html
pref(dom.meta-viewport.enabled,true) test-pref(font.size.inflation.emPerLine,15) asserts(1-100) load font-inflation-762332.html # bug 762332