mirror of
https://github.com/servo/servo
synced 2026-05-12 09:56:50 +02:00
- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
21 lines
456 B
HTML
21 lines
456 B
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<title>[simple<div>] 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> |