Bug 1388630 - rewrite layout/reftests/bugs/331809-1.html for new data: URI behavior. r=smaug

This commit is contained in:
Yoshi Huang 2017-08-09 14:16:05 +08:00
Родитель 9d703fed04
Коммит 9a74f292a9
3 изменённых файлов: 3 добавлений и 2 удалений

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

@ -15,7 +15,7 @@ span {
</style>
</head>
<body style="width:2000px; background:white;"><div style="position:absolute; top:360px;width:100px;height:40px; background:black;"></div>
<iframe src="data:application/vnd.mozilla.xul+xml,%3Cwizard%20xmlns%3D%22http%3A%2F%2Fwww.mozilla.org%2Fkeymaster%2Fgatekeeper%2Fthere.is.only.xul%22%3E%3C%2Fwizard%3E%0D%0A%0D%0A"></iframe>
<iframe src="331809-1.xul"></iframe>
<span></span>
</body>
</html>

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

@ -9,6 +9,6 @@ iframe {
</style>
</head>
<body style="width:2000px; background:white;"><div style="position:absolute; top:360px;width:100px;height:40px; background:black;"></div>
<iframe src="data:application/vnd.mozilla.xul+xml,%3Cwizard%20xmlns%3D%22http%3A%2F%2Fwww.mozilla.org%2Fkeymaster%2Fgatekeeper%2Fthere.is.only.xul%22%3E%3C%2Fwizard%3E%0D%0A%0D%0A"></iframe>
<iframe src="331809-1.xul"></iframe>
</body>
</html>

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

@ -0,0 +1 @@
<wizard xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"></wizard>