tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / invalidation-errors-3.html
1 <head>
2 </head>
3 <body>
4 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=7118">bug 7118</a>: Wrong property values do not get invalidated correctly.</p>
5 <p>The two words "test" should look the same, with no outline:</p>
6 <div style="outline: blue solid;visibility:hidden;font-size:50px">
7 <p style="outline:inherit inherit;width:100px;visibility:visible;font-size:initial initial;">test</p>
8 </div>
9 <p style="font-size:50px">test</p>
10 </body>