Commit d908abaf1c added the CSS Grid Module. The test for display: grid and display: inline-grid succedes for Firefox, however it does not trigger CSS3 Grid Layout but XUL Grid layout (via display: -moz-grid; etc., see https://bugzilla.mozilla.org/show_bug.cgi?id=616605#c10).
Commit d908abaf1c added the CSS Grid Module. The test for
display: grid
anddisplay: inline-grid
succedes for Firefox, however it does not trigger CSS3 Grid Layout but XUL Grid layout (viadisplay: -moz-grid;
etc., see https://bugzilla.mozilla.org/show_bug.cgi?id=616605#c10).See https://bugzilla.mozilla.org/show_bug.cgi?id=914360 – if that bug does not get fixed, I'd add another disclaimer to the page. Thanks!