5 testRunner
.dumpAsText();
7 <style type=
"text/css">
8 dt
> p
, dl
> p
{ background-color: lime
; outline: 1px solid lime
; }
11 <p>Test for
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=16913">bug
16913</a>:
12 TR, TH, TD elements incorrectly closes DL list
</p>
13 <p>There should be two green bars below.
</p>
18 for (var i
= 2; i
<= 3; i
++) {
19 var x
= document
.getElementsByTagName("p")[i
];
21 if (document
.defaultView
.getComputedStyle(x
, null).getPropertyValue("outline-style") == "solid")
22 document
.write("<div>PASSED.</div>");
24 document
.write("<div>FAILED.</div>");