diff --git a/content/html/content/test/file_bug209275_3.html b/content/html/content/test/file_bug209275_3.html index 24cf9f7dd13d..25441159014e 100644 --- a/content/html/content/test/file_bug209275_3.html +++ b/content/html/content/test/file_bug209275_3.html @@ -11,8 +11,8 @@ function load() { // Nuke and rebuild the page. If document.open() clears the properly, // our new will take precedence and the test will pass. document.open(); - document.write("A" + - ""); + document.write("" + + "A"); // Tell our parent to have a look at us. parent.gGen.next();