https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e893060fea346c1b05076d048d34bfac0ed23172 authored by Chris Nardi on 02 April 2018, 17:04:26 UTC
Remove test that CSSStyleSheet.media is read-only
Tip revision: e893060
t32-opacity-basic-1.0-a-ref.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<body>
    <p id="one">This text should be the same color as the line below.</p>
    <p id="two">This text should be the same color as the line above.</p>
</body>
back to top