From 54eb828caa8dbdd760a78702c686db01a9894b57 Mon Sep 17 00:00:00 2001 From: Henri Sivonen Date: Wed, 28 Apr 2010 14:44:34 +0300 Subject: [PATCH] Bug 515401 fallout - Reorder tags in file_bug209275_3.html. r=Olli.Pettay. --HG-- extra : rebase_source : 923570da226364dd3ccd9bc241ce567b007a9f32 --- content/html/content/test/file_bug209275_3.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/html/content/test/file_bug209275_3.html b/content/html/content/test/file_bug209275_3.html index 24cf9f7dd13..25441159014 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();