https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f18c12095bf8bfcb73c0ab563b5c6f80de8656ef authored by Yngve N. Pettersen on 04 April 2018, 12:48:36 UTC
Fixed CRLFs in source files to LFs
Tip revision: f18c120
background-clip-color-ref.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Rune Lillesveen" href="mailto:rune@opera.com">
<style>
  .refSquare {
    margin: 10px;
    width: 30px;
    height: 30px;
    background-color: green;
  }
</style>
<p>There should be three green 30x30 px squares below.</p>
<div>border-box</div>
<div class="refSquare"></div>
<div>padding-box</div>
<div class="refSquare"></div>
<duv>content-box</div>
<div class="refSquare"></div>
back to top