| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
| "http://www.w3.org/TR/html4/loose.dtd"> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| <title>Opacity-Transform Clipping</title> |
| <style type="text/css" media="screen"> |
| outline: 1px solid black; |
| outline: 12px solid blue; |
| -webkit-transform: translate(50px, 50px); |
| <p><a href="https://bugs.webkit.org/show_bug.cgi?id=22026">https://bugs.webkit.org/show_bug.cgi?id=22026</a></p> |
| <p>Test that elements with transform and opacity on a parent are not clipped. You should see no red below.</p> |
| <div class="inner"></div> |