Bug 546648 - Add a missing > in data URL in test_mousecapture.xul to complete a tag. r=enndeakin.

--HG--
extra : rebase_source : bfa1162a07f8a5b88b2139820fdc37b84efab60e
This commit is contained in:
Henri Sivonen 2010-02-22 14:17:35 +02:00
Родитель 86a98a273b
Коммит ef219b7c11
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -284,7 +284,7 @@ SimpleTest.waitForFocus(runTests);
src="data:text/html,%3Cframeset cols='50%, 50%'%3E%3Cframe src='about:blank'%3E%3Cframe src='about:blank'%3E%3C/frameset%3E"/>
<iframe width="100" height="100"
src="data:text/html,%3Cinput id='input' onfocus='this.style.display = &quot;none&quot;' style='float: left;'"/>
src="data:text/html,%3Cinput id='input' onfocus='this.style.display = &quot;none&quot;' style='float: left;'>"/>
<select id="select" xmlns="http://www.w3.org/1999/xhtml" size="4">
<option id="option1">One</option>