2 Test that the CSS parser does not accept
<tt>caps-lock-indicator
</tt> as a
<tt>-webkit-appearance
</tt>
5 <p id=
"result">FAIL: Test did not run
</p>
6 <div id=
"target" style=
"display: none; -webkit-appearance: caps-lock-indicator;"></div>
9 testRunner
.dumpAsText();
11 var appearance
= document
.getElementById("target").style
.webkitAppearance
;
12 document
.getElementById("result").innerText
= appearance
=== "" ? "PASS" : "FAIL: parsed as " + appearance
;