https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 5276c19613837f7c1cee3f7d2c3cffbc75367a88 authored by Luke Bjerring on 28 March 2018, 14:30:14 UTC
Changes as per review
Tip revision: 5276c19
compositing_simple_div-ref.html
<!DOCTYPE html>
<head>
<title>[simple<div>] blending reference</title>

<link rel="author" title="Aili Wang"  href="mailto:augur521@hotmail.com">
<link rel="help" href="http://www.w3.org/TR/compositing-1/">



<style>
  #b{background-color:rgb(0,255,0); width:100px;height:100px
	  }

</style>
</head>
<body>

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