blob: b525c642d13120284760f7349c67176985454e37 [file] [log] [blame]
Torne (Richard Coles)5c87bf82012-11-14 11:46:17 +00001<html>
2<style>
3 body { opacity: 0.5; }
4</style>
5<body>
6<p><b>BUG ID:</b> <a href="https://bugs.webkit.org/show_bug.cgi?id=41113">Bugzilla bug 41113</a> [WinCairo] Text box backgrounds do not render in partially opaque layers</p>
7
8<div style="background-color:skyblue; padding:3px;">
9In the next paragraph you should see a partially opaque sequence including:
10<ol>
11<li>The word "Before"</li>
12<li>A checkbox</li>
13<li>A radio button</li>
14<li>The world "After"</li>
15</ol>
16If this test is failing you might only see the word "Before."
17</div>
18
19<p>
20Before
21<input value="Checkbox" type="checkbox">
22<input value="Radio" type="radio">
23After
24</p>
25
26</body>
27</html>