1 <!-- Based on fast/repaint/layer-full-repaint.html -->
2 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:
lang=
"en" lang=
"en">
5 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=
13655</title>
6 <style type=
"text/css">
11 background-color: red
;
15 background-color: green
;
16 text-shadow: red
5px 5px 0;
19 <script src=
"resources/paint-invalidation-test.js" type=
"text/javascript"></script>
21 window
.expectedPaintInvalidationObjects
= [
22 "LayoutBlockFlow (relative positioned) DIV id='test' class='selected'",
24 function paintInvalidationTest()
26 document
.getElementById('test').className
= "selected";
30 <body onload=
"runPaintInvalidationTest();">