https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 986c67ce6834fc15701ff8dd02b4422f463bcc60 authored by Bryce Seager van Dyk on 26 April 2021, 20:52:47 UTC
Bug 1707559 - Stub out QueryOutputProtectionStatus. r=jbauman, a=jcristau
Tip revision: 986c67c
parent-style-2-ref.html
<!DOCTYPE html>
<html>
  <head>
    <style>
      div { background: green; }
    </style>
  </head>
  <body>
    <div>OneTwo</div>
  </body>
</html>
back to top