Mozilla Home
Privacy
Cookies
Legal
Bugzilla
Browse
Advanced Search
New Bug
Reports
Documentation
Log In
Log In with GitHub
or
Remember me
Browse
Advanced Search
New Bug
Reports
Documentation
Attachment 9359426 Details for
Bug 1860136
Mimimum Reproducible Case
testcase.html (text/html), 207 bytes, created by
David Shin[:dshin]
(
hide
)
Description:
Mimimum Reproducible Case
Filename:
MIME Type:
Creator:
David Shin[:dshin]
Size:
207 bytes
patch
obsolete
><!DOCTYPE html> ><style> >.anchor:has(.foo)::before { > content: "Hi"; >} ></style> ><div class="anchor"> ><div id="t"> ></div> ></div> ><script> >setInterval(() => { > t.classList.toggle("foo"); >} >, 1000); ></script>
<!DOCTYPE html> <style> .anchor:has(.foo)::before { content: "Hi"; } </style> <div class="anchor"> <div id="t"> </div> </div> <script> setInterval(() => { t.classList.toggle("foo"); } , 1000); </script>
Actions:
View
Attachments on
bug 1860136
: 9359426 |
9359457