Files
servo/tests/wpt/css-tests/compositing-1_dev/html/compositing_simple_div.htm
Ms2ger 296fa2512b Update web-platform-tests and CSS tests.
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180.
- Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
2017-02-06 22:38:29 +01:00

21 lines
456 B
HTML

<!DOCTYPE html>
<html><head>
<title>[simple&lt;div&gt;] blending</title>
<link href="mailto:augur521@hotmail.com" rel="author" title="Aili Wang">
<link href="http://www.w3.org/TR/compositing-1/#mix-blend-mode" rel="help">
<link href="reference/compositing_simple_div-ref.htm" rel="match">
<style>
#b{background-color:rgb(255,0,255); mix-blend-mode:difference; width:100px;height:100px
}
</style>
</head>
<body>
<div id="b"></div>
</body></html>