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

Unified Diff: third_party/WebKit/Source/web/tests/data/content_listeners_iframe.html

Issue 2790893004: Delete Android content detectors. (Closed)
Patch Set: Rebase Created 3 years, 8 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: third_party/WebKit/Source/web/tests/data/content_listeners_iframe.html
diff --git a/third_party/WebKit/Source/web/tests/data/content_listeners_iframe.html b/third_party/WebKit/Source/web/tests/data/content_listeners_iframe.html
deleted file mode 100644
index 1dbda7b6523e5846f04d3b843cc7e8bcdd4736dc..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/web/tests/data/content_listeners_iframe.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-body {
- margin: 0;
-}
-iframe {
- border: none;
-}
-</style>
-</head>
-<iframe srcdoc="<body style='margin:0;'><span style='font-size: 200%;' id='noListener'>This has no specific listener.</span></body>"
- src="iframe.html" name="innerFrame"></iframe>
-</body>
-</html>
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/content_listeners.html ('k') | third_party/WebKit/public/web/WebViewClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698