Don't assume default font-family is serif
authorAryeh Gregor <ayg@aryeh.name>
Thu, 06 Aug 2015 16:42:57 +0300
changeset 743 7fdfbbba5b54
parent 742 982a10003f0d
child 744 22257987e0be
Don't assume default font-family is serif

It should be, but apparently on Gecko's B2G it isn't for some reason.
conformancetest/event.html
--- a/conformancetest/event.html	Thu Aug 06 15:57:36 2015 +0300
+++ b/conformancetest/event.html	Thu Aug 06 16:42:57 2015 +0300
@@ -1,5 +1,6 @@
 <!doctype html>
 <title>Editing event tests</title>
+<style>body { font-family: serif }</style>
 <script src=https://w3c-test.org/resources/testharness.js></script>
 <script src=https://w3c-test.org/resources/testharnessreport.js></script>
 <div id=test></div>