https://github.com/web-platform-tests/wpt
Raw File
Tip revision: ab86a314a1d287663396aed4a4249d1ad00773db authored by Jinho Bang on 06 April 2018, 12:23:32 UTC
WebNFC: Use [SecureContext] instead of manual check
Tip revision: ab86a31
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