For some reason, on the browser action html, when I put some text without tags, the text flashes for a moment, then disappears. Text in buttons, for example, does show up, but not in divs or
tags (I’ve tried this with an empty css file, with the same result). I’m on Firefox 55.0.3, so I don’t think it’s outdated.
Thanks, any help would be appreciated.
(the html I’ve used to test)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="menu.css"/>
</head>
<body>
test123
</body>
</html>