1<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>
28