Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / blending / background-blend-mode-single-layer-no-blending.html
blob7c5c4a6c075304932e7ed77ef8526ff802e16246
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5 div {
6 background-blend-mode: multiply;
7 background: url('resources/ducky.png') no-repeat 0 0 /100% 100%;
8 width: 200px;
9 height: 200px;
11 </style>
12 <!-- This file should contain a duck that shouldn't have any blending. -->
13 </head>
14 <body>
15 <div></div>
16 </body>
17 </html>