mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
13 lines
217 B
HTML
13 lines
217 B
HTML
|
|
<!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>
|