Chromium Code Reviews| Index: LayoutTests/imported/web-platform-tests/FileAPI/BlobURL/support/file_test3.html |
| diff --git a/LayoutTests/imported/web-platform-tests/FileAPI/BlobURL/support/file_test3.html b/LayoutTests/imported/web-platform-tests/FileAPI/BlobURL/support/file_test3.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fa234cb9f997fd097b32f78a410cd19cbfa70812 |
| --- /dev/null |
| +++ b/LayoutTests/imported/web-platform-tests/FileAPI/BlobURL/support/file_test3.html |
| @@ -0,0 +1,25 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| + <meta charset="utf-8"> |
| + <title>Test file</title> |
| + <style> |
| + body { |
| + margin: 0; |
| + } |
| + .block { |
| + height: 5000px; |
| + } |
| + </style> |
| + <script> |
| + window.test_result = 'test3_OK'; |
| + </script> |
| +</head> |
| +<body> |
| + <a id="block1"></a> |
| + <div class="block"></div> |
| + |
| + <a id="block2"></a> |
| + <div class="block"></div> |
| +</body> |
| +</html> |