Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / continuation-after-outline.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4     <title>Test for http://bugs.webkit.org/show_bug.cgi?id=13680</title>
5     <script src="resources/repaint.js" type="text/javascript"></script>
6     <script>
7         function repaintTest()
8         {
9             document.getElementById('t').style.outline = '';
10         }
11     </script>
12 </head>
13 <body onload="runRepaintTest();">
14     <div style="width: 50px; text-align: center;">
15         <span id="t" style="outline: auto;"><div style="width: 30px; height:40px; background-color: silver; margin: auto"></div>
16             x
17         </span>
18     </div>\19
19 </body>
20 </html>