https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 212e293791cbe0a530807138a1bd16d3109a5512 authored by David Storey on 24 March 2018, 01:19:41 UTC
Respond to feedback
Tip revision: 212e293
important-prop-ref.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Cascade Green Right Square Reference File</title>
<link rel="author" title="David Burns" href="http://www.theautomatedtester.co.uk">
<style>
#success {
  width: 100px;
  height: 100px;
  background-color: green;
}
</style>
<body>
  <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>

  <div>
    <div id="success"></div>
  </div>
</body>
</html>
back to top