https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 0322f4a8924395e866e774d68200e5844e72f793 authored by Lennart Grahl on 19 May 2018, 00:04:14 UTC
Add a test based on discussion in https://github.com/w3c/webrtc-pc/pull/1851 with @jan-ivar
Tip revision: 0322f4a
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