1 This test ensures WebKit does not duplicate styles from matched rules in inline style declarations when copying and pasting contents.
2 To manually test, copy "hello world WebKit" and paste it in the box blow.
3 Each element should have exact properties stated in its title attribute
15 | style="font-size: 1em; font-weight: bold;"
16 | title="font-size: 1em; font-weight: bold;"
21 | style="color: blue;"
22 | title="font-weight: bold; color: blue;"
33 | style="font-size: 1em; font-weight: bold;"
34 | title="font-size: 1em; font-weight: bold;"
38 | style="font-weight: bold; color: blue;"
39 | title="font-weight: bold; color: blue;"
40 | "WebKit<#selection-caret>"