Change Flash objects and expected images to show a 'loaded' image for testcases where loading may mean success or failure depending on the Flash setting chosen by the user.

This commit is contained in:
Kirk Steuber 2017-03-30 11:18:21 -07:00
Родитель 2aaa6365bc
Коммит 94078257b8
6 изменённых файлов: 33 добавлений и 14 удалений

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

@ -62,6 +62,11 @@
min-width: 0px;
}
#flashblock-frame,
#flashblock-frame * {
margin: 0px;
}
#download {
float: left;
display: inline;

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

@ -0,0 +1,14 @@
<!DOCTYPE HTML>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8">
<title>Flash Block Frame</title>
<link href="/css/min.css" rel="stylesheet">
<link rel="stylesheet" href="/css/its-a-trap.css" media="screen" />
</head>
<body id="flashblock-frame">
<object data="/swf/loaded.swf">
</body>
</html>

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

@ -48,24 +48,24 @@
</tr>
<tr>
<td>Top-Level</td>
<td><img src="/img/flash-success.png"></td>
<td><img src="/img/flash-loaded.png"></td>
<td><img src="/img/flash-cta.png"></td>
<td><!-- Display nothing here. Blocked plugins are not displayed --></td>
<td><object data="/swf/success.swf"></object></td>
<td><object data="/swf/loaded.swf"></object></td>
</tr>
<tr>
<td>Blocked subdocument in a non-third-party context</td>
<td><img src="/img/flash-success.png"></td>
<td><img src="/img/flash-loaded.png"></td>
<td><img src="/img/flash-cta.png"></td>
<td><!-- Display nothing here. Blocked plugins are not displayed --></td>
<td><iframe src="/firefox/flashblock-success-frame.html" scrolling="no" frameBorder="0" seamless='seamless'></iframe></td>
<td><iframe src="/firefox/flashblock-loaded-frame.html" scrolling="no" frameBorder="0" seamless='seamless'></iframe></td>
</tr>
<tr>
<td>Subdocument Block Exception</td>
<td><img src="/img/flash-success.png"></td>
<td><img src="/img/flash-loaded.png"></td>
<td><img src="/img/flash-cta.png"></td>
<td><!-- Display nothing here. Blocked plugins are not displayed --></td>
<td><iframe src="https://except.flashsubdoc.itisatrap.org/firefox/flashblock-success-frame.html" scrolling="no" frameBorder="0" seamless='seamless'></iframe></td>
<td><iframe src="https://except.flashsubdoc.itisatrap.org/firefox/flashblock-loaded-frame.html" scrolling="no" frameBorder="0" seamless='seamless'></iframe></td>
</tr>
</table>

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

@ -49,10 +49,10 @@
</tr>
<tr>
<td>Top-Level</td>
<td><img src="/img/flash-success.png"></td>
<td><img src="/img/flash-loaded.png"></td>
<td><img src="/img/flash-cta.png"></td>
<td><!-- Display nothing here. Blocked plugins are not displayed --></td>
<td><object data="/swf/success.swf"></object></td>
<td><object data="/swf/loaded.swf"></object></td>
</tr>
<tr>
<td>Blocked</td>
@ -63,10 +63,10 @@
</tr>
<tr>
<td>Block Exception</td>
<td><img src="/img/flash-success.png"></td>
<td><img src="/img/flash-loaded.png"></td>
<td><img src="/img/flash-cta.png"></td>
<td><!-- Display nothing here. Blocked plugins are not displayed --></td>
<td><iframe src="https://except.flashblock.itisatrap.org/firefox/flashblock-success-frame.html" scrolling="no" frameBorder="0" seamless='seamless'></iframe></td>
<td><iframe src="https://except.flashblock.itisatrap.org/firefox/flashblock-loaded-frame.html" scrolling="no" frameBorder="0" seamless='seamless'></iframe></td>
</tr>
<tr>
<td>Allowed</td>
@ -77,10 +77,10 @@
</tr>
<tr>
<td>Allow Exception</td>
<td><img src="/img/flash-success.png"></td>
<td><img src="/img/flash-loaded.png"></td>
<td><img src="/img/flash-cta.png"></td>
<td><!-- Display nothing here. Blocked plugins are not displayed --></td>
<td><iframe src="https://except.flashallow.itisatrap.org/firefox/flashblock-success-frame.html" scrolling="no" frameBorder="0" seamless='seamless'></iframe></td>
<td><iframe src="https://except.flashallow.itisatrap.org/firefox/flashblock-loaded-frame.html" scrolling="no" frameBorder="0" seamless='seamless'></iframe></td>
</tr>
<tr>
<td>Allowed site within Blocked site</td>
@ -98,10 +98,10 @@
</tr>
<tr>
<td>Subdocument Block Exception</td>
<td><img src="/img/flash-success.png"></td>
<td><img src="/img/flash-loaded.png"></td>
<td><img src="/img/flash-cta.png"></td>
<td><!-- Display nothing here. Blocked plugins are not displayed --></td>
<td><iframe src="https://except.flashsubdoc.itisatrap.org/firefox/flashblock-success-frame.html" scrolling="no" frameBorder="0" seamless='seamless'></iframe></td>
<td><iframe src="https://except.flashsubdoc.itisatrap.org/firefox/flashblock-loaded-frame.html" scrolling="no" frameBorder="0" seamless='seamless'></iframe></td>
</tr>
</table>

Двоичные данные
img/flash-loaded.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 907 B

Двоичные данные
swf/loaded.swf Normal file

Двоичный файл не отображается.