Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
michael@0 | 1 | <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait"> |
michael@0 | 2 | |
michael@0 | 3 | <head> |
michael@0 | 4 | <script> |
michael@0 | 5 | |
michael@0 | 6 | function boom() |
michael@0 | 7 | { |
michael@0 | 8 | var HTML_NS = "http://www.w3.org/1999/xhtml"; |
michael@0 | 9 | document.getElementById("www").appendChild(document.createTextNode('עִבְרִית')); |
michael@0 | 10 | document.getElementById("yyy").appendChild(document.createElementNS(HTML_NS, 'div')); |
michael@0 | 11 | document.documentElement.removeAttribute("class") |
michael@0 | 12 | } |
michael@0 | 13 | |
michael@0 | 14 | </script> |
michael@0 | 15 | </head> |
michael@0 | 16 | |
michael@0 | 17 | <body onload="setTimeout(boom, 30);" style="width: 20em;"> |
michael@0 | 18 | |
michael@0 | 19 | <p>This page should not trigger assertions.</p> |
michael@0 | 20 | |
michael@0 | 21 | <table border="1"> |
michael@0 | 22 | <tbody> |
michael@0 | 23 | <tr> |
michael@0 | 24 | <td>Foo bar baz zap</td> |
michael@0 | 25 | <td> |
michael@0 | 26 | <table width="100%" height="100%" border="1"> |
michael@0 | 27 | <tbody> |
michael@0 | 28 | <tr> |
michael@0 | 29 | <td> |
michael@0 | 30 | <table border="1"> |
michael@0 | 31 | <tbody> |
michael@0 | 32 | <tr> |
michael@0 | 33 | <td><span id="www">This text wraps</span></td> |
michael@0 | 34 | <td>Foo</td> |
michael@0 | 35 | </tr> |
michael@0 | 36 | </tbody> |
michael@0 | 37 | </table> |
michael@0 | 38 | <div id="yyy">YYY</div> |
michael@0 | 39 | </td> |
michael@0 | 40 | </tr> |
michael@0 | 41 | </tbody> |
michael@0 | 42 | </table> |
michael@0 | 43 | </td> |
michael@0 | 44 | </tr> |
michael@0 | 45 | </tbody> |
michael@0 | 46 | </table> |
michael@0 | 47 | |
michael@0 | 48 | </body> |
michael@0 | 49 | |
michael@0 | 50 | </html> |