blob: 61bfa9b508d7c5f4a1d3a973f2ed9d66927b0c90 [file] [log] [blame]
This tests for a copy bug where styles from matched rules would be placed on elements and take precedence over styles from their inline style declarations. When run manually, you must do a Paste. The text in the bottom region should be blue.
<p style="color: blue;">This text</p>
<p style="color: blue;">should be</p>
<p style="color: blue;">blue</p>