Bug 515401 fallout - Reorder tags in file_bug209275_3.html. r=Olli.Pettay.

--HG--
extra : rebase_source : 923570da226364dd3ccd9bc241ce567b007a9f32
This commit is contained in:
Henri Sivonen 2010-04-28 14:44:34 +03:00
Родитель 95ac93522d
Коммит e75fa85007
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -11,8 +11,8 @@ function load() {
// Nuke and rebuild the page. If document.open() clears the <base> properly,
// our new <base> will take precedence and the test will pass.
document.open();
document.write("<html><body><a id='link' href='/'>A</a>" +
"<base href='http://mochi.test:8888' /></body></html>");
document.write("<html><base href='http://mochi.test:8888' /><body>" +
"<a id='link' href='/'>A</a></body></html>");
// Tell our parent to have a look at us.
parent.gGen.next();