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

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

Issue 1959183002: Multi-Process Find-in-Page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments by nick@, and a bit of cleanup. Created 4 years, 7 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/find_in_hidden_frame.html
diff --git a/third_party/WebKit/Source/web/tests/data/find_in_hidden_frame.html b/third_party/WebKit/Source/web/tests/data/find_in_hidden_frame.html
deleted file mode 100644
index 128fb21cf1f390487cf3e9833da8c5bfc12a7ebd..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/web/tests/data/find_in_hidden_frame.html
+++ /dev/null
@@ -1,2 +0,0 @@
-<div>hello</div><iframe style="display:inline;width:0;height:0;border:none" src="data:text/html,hello"></iframe>
-<iframe style="visibility:hidden" src="data:text/html,hello"></iframe>

Powered by Google App Engine
This is Rietveld 408576698