2 test { font-weight: bold !important; font-variant: small-caps !important; font-style: italic !important; }
5 Test for
<i><a href=
"rdar://problem/6065547">rdar://problem/
6065547</a>
6 REGRESSION (r34879):
"Subject" in unread emails in Yahoo mail is not shown in bold
</i>.
8 <pre id=
"console"></pre>
12 document
.getElementById("console").appendChild(document
.createTextNode(message
+ "\n"));
15 if (window
.testRunner
)
16 testRunner
.dumpAsText();
18 var styleDeclaration
= document
.getElementById("style").sheet
.rules
[0].style
;
20 for (var i
= 0; i
< styleDeclaration
.length
; ++i
) {
21 var propertyName
= styleDeclaration
[i
];
22 var priority
= styleDeclaration
.getPropertyPriority(propertyName
);
23 log("Property '" + propertyName
+ "' has priority '" + priority
+ "'.");