tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / inline-properties-important.html
1 <p>This tests handling of duplicated properties in inline style declarations. Using !important should have an effect. See bug #4128.</p>
2 <h1 style="color: #0f0; color: #f00">This should be red</h1>
3 <h1 style="color: #0f0 !important; color: #f00">This should be green</h1>
4 <h1 style="color: #0f0; color: #f00 !important">This should be red</h1>
5 <h1 style="color: #0f0 !important; color: #f00 !important">This should be red</h1>