Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / continuation-after-outline.html
bloba80d01d266154984c0eb496e10d31bb2a2922f96
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>
6 function runTest()
8 document.getElementById('t').style.outline = '';
10 </script>
11 </head>
12 <body onload="runTest();">
13 <div style="width: 50px; text-align: center;">
14 <span id="t" style="outline: auto;"><div style="width: 30px; height:40px; background-color: silver; margin: auto"></div>
16 </span>
17 </div>\x19
18 </body>
19 </html>