https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 9c098c2fc7eb90e7223dca4fd960f80cbbd0adbb authored by Marijn Kruisselbrink on 14 March 2018, 20:07:43 UTC
Add web platform test for uploading a file through a form.
Tip revision: 9c098c2
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