| Index: LayoutTests/http/tests/security/referrer-policy-attribute-img-picture.html
|
| diff --git a/LayoutTests/http/tests/security/referrer-policy-attribute-img-picture.html b/LayoutTests/http/tests/security/referrer-policy-attribute-img-picture.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5fbd6c0a28db04c1713815d0096549afa345bc36
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/security/referrer-policy-attribute-img-picture.html
|
| @@ -0,0 +1,16 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<body>
|
| + <picture>
|
| + <source srcset="resources/abe.png" media="(false)">
|
| + <img src="resources/green-if-no-referrer.php"
|
| + referrerpolicy="no-referrer" />
|
| + </picture>
|
| +
|
| + <picture>
|
| + <source srcset="resources/green-if-no-referrer.php" type="image/png">
|
| + <img src="resources/abe.png"
|
| + referrerpolicy="no-referrer" />
|
| + </picture>
|
| +</body>
|
| +</html>
|
|
|