Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/FileAPI/BlobURL/support/file_test3.html |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/FileAPI/BlobURL/support/file_test3.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/FileAPI/BlobURL/support/file_test3.html |
deleted file mode 100644 |
index fa234cb9f997fd097b32f78a410cd19cbfa70812..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/FileAPI/BlobURL/support/file_test3.html |
+++ /dev/null |
@@ -1,25 +0,0 @@ |
-<!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> |