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 | <!DOCTYPE HTML> |
michael@0 | 2 | <html class="reftest-wait"> |
michael@0 | 3 | <head> |
michael@0 | 4 | <script> |
michael@0 | 5 | function doTest() { |
michael@0 | 6 | var text = document.body.firstChild; |
michael@0 | 7 | // Replace three lines with two lines (but not at line boundaries) |
michael@0 | 8 | text.replaceData(34, 21, "5\nLine 6\nLine "); |
michael@0 | 9 | document.documentElement.removeAttribute('class'); |
michael@0 | 10 | } |
michael@0 | 11 | document.addEventListener("MozReftestInvalidate", doTest, false); |
michael@0 | 12 | </script> |
michael@0 | 13 | </head> |
michael@0 | 14 | <body style="white-space:pre; padding: 2px; font-family: sans-serif;"> |
michael@0 | 15 | Line 1 |
michael@0 | 16 | Line 2 |
michael@0 | 17 | Line 3 |
michael@0 | 18 | Line 4 |
michael@0 | 19 | Line X |
michael@0 | 20 | Line X |
michael@0 | 21 | Line X |
michael@0 | 22 | Line 7 |
michael@0 | 23 | Line 8 |
michael@0 | 24 | Line 9 |
michael@0 | 25 | </body> |
michael@0 | 26 | </html> |