Questions tagged [firefox-nightly]

17 questions
0
votes
1 answer

firefox browser does not start in playwright

I am using playwright to automate some testing with Firefox. I use this starting code: const { firefox } = require('playwright'); (async () => { const browser = await firefox.launch(); // Create pages, interact with UI elements, assert…
Etsh
  • 116
  • 2
  • 11
0
votes
0 answers

Does "Subgrid" Need to Be Specified at Every Level in a Nested CSS Grid?

I've been trying out Firefox's implementation of the CSS subgrid spec in Nightly for an add-on, and have what I think is a really basic question that I couldn't find an explicit answer to on the MDN. If I have a deeply nested element hierarchy, and…
grunet
  • 311
  • 2
  • 9
1
2