mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
Bug 1225376 part 3 - [css-grid] Crashtest.
This commit is contained in:
parent
3ce65688e6
commit
b1bb110798
10
layout/generic/crashtests/1225376.html
Normal file
10
layout/generic/crashtests/1225376.html
Normal 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>
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user