1 <!-- Based on fast/repaint/transform-replaced-shadows.html -->
4 <title>Scaling and box-shadow
</title>
5 <style type=
"text/css" media=
"screen">
10 background-color: gray;
11 -webkit-transform-origin: top left;
12 -webkit-box-shadow:
0px
20px
20px black;
21 <script src=
"resources/paint-invalidation-test.js" type=
"text/javascript" charset=
"utf-8"></script>
22 <script type=
"text/javascript" charset=
"utf-8">
23 window.expectedPaintInvalidationObjects = [
24 "LayoutImage IMG id='box' class='smaller'",
26 function paintInvalidationTest()
28 document.getElementById('box').className = 'smaller';
32 <body onload=
"runPaintInvalidationTest()">