haikuwebkit/LayoutTests/fast/css/invalidation-errors-3.html

11 lines
440 B
HTML

<head>
</head>
<body>
<p><a href="https://bugs.webkit.org/show_bug.cgi?id=7118">bug 7118</a>: Wrong property values do not get invalidated correctly.</p>
<p>The two words "test" should look the same, with no outline:</p>
<div style="outline: blue solid;visibility:hidden;font-size:50px">
<p style="outline:inherit inherit;width:100px;visibility:visible;font-size:initial initial;">test</p>
</div>
<p style="font-size:50px">test</p>
</body>