Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / inline-properties-important.html
blob03a6b7ee4028f4646367bfc9bf8581a9f7a915a1
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>