зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
86a98a273b
Коммит
ef219b7c11
|
@ -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 = "none"' style='float: left;'"/>
|
||||
src="data:text/html,%3Cinput id='input' onfocus='this.style.display = "none"' style='float: left;'>"/>
|
||||
|
||||
<select id="select" xmlns="http://www.w3.org/1999/xhtml" size="4">
|
||||
<option id="option1">One</option>
|
||||
|
|
Загрузка…
Ссылка в новой задаче