<!DOCTYPE html> <body> <p>First</p> <p> <style scoped> @-moz-document regexp("^.*scoped-style-document\\.html$") { p { color: blue } } </style> Second </p> <p>Third</p> </body>