1 2 3 4 5 6 7 8 9 10 11 12 13 14
<html> <head> <style></style> <script> try { document.styleSheets[0].insertRule( "t{-moz-outline-radius-topright:calc(9px)!important", 0); } catch(e) { } SpecialPowers.getMemoryReports(); </script> </head> </html>