Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8282)

Unified Diff: chrome/test/data/android/images.html

Issue 1221833002: Remove the Images category from Site Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/android/images.html
diff --git a/chrome/test/data/android/images.html b/chrome/test/data/android/images.html
deleted file mode 100644
index 8c7488ef87cc00fd0f1276ef7db2f78fe1c8e58f..0000000000000000000000000000000000000000
--- a/chrome/test/data/android/images.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html>
- <script>
- function getImageHeight() {
- var img = document.getElementById('image');
- if (img.height == null)
- return 0;
- return img.height;
- }
- </script>
- <body>Test for loading images.<img id='image' src='img.png' /></body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698