3 <style type=
"text/css">
4 body
{ quotes: "WW" "WWWW"; }
6 <script type=
"text/javascript">
7 if (window
.testRunner
) {
8 testRunner
.dumpAsText();
9 testRunner
.waitUntilDone();
13 testWidth
= window
.getComputedStyle(document
.getElementById("testContainer"), null).getPropertyValue("width");
14 referenceWidth
= window
.getComputedStyle(document
.getElementById("reference"), null).getPropertyValue("width");
15 if (testWidth
== referenceWidth
)
16 document
.getElementById("console").innerText
= "PASSED";
18 document
.getElementById("console").innerText
= "FAILED: testWidth=" + testWidth
+"; expected " + referenceWidth
;
19 if (window
.testRunner
)
20 testRunner
.notifyDone();
25 <body onload=
"setTimeout('run()', 0);">
26 <p id=
"onlyInBrowser">The texts between the markers should be identical.
</p>
27 <p>========Marker1========
</p>
30 <td id=
"testContainer"><q>a
<q>b
</q></q></td>
31 <td>1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1</td>
34 <p>========Marker2========
</p>
37 <td id=
"reference">WWaWWbWWWWWWWW
</td>
38 <td>1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1</td>
41 <p>========Marker3========
</p>