| window.testRunner.dumpAsText(true); |
| background: url("resources/ducky.png") no-repeat 0 0 /100% 100%, linear-gradient(to right, #00ffff 0%, rgba(0,0,255,0) 24%, rgba(1,0,0,0) 50%, #ffff00 75%, #00ff00 100%); |
| background-blend-mode: exclusion, normal; |
| <body style="background-color: red"> |
| <li style="opacity: .9"></li> |
| <li style="-webkit-transform: scale(1.01, 1.01)"></li> |
| <li style="-webkit-transform: translate3d(.01px,.01px, 01px)"></li> |
| <li style="-webkit-box-reflect: below 5px linear-gradient(to bottom, transparent 0%, transparent 50%, white 100%);"></li> |
| <li style="position: fixed; top: 160px;"></li> |