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

Unified Diff: LayoutTests/fast/events/resources/tabindex-focus-blur-all-iframe2.html

Issue 307943002: Oilpan: Prepare moving InspectorController and InspectorAgents to oilpan. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed WorkerDebuggerAgent Created 6 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: LayoutTests/fast/events/resources/tabindex-focus-blur-all-iframe2.html
diff --git a/LayoutTests/fast/events/resources/tabindex-focus-blur-all-iframe2.html b/LayoutTests/fast/events/resources/tabindex-focus-blur-all-iframe2.html
index 62e8b46871ea4b129edfa55047dc03911256aa21..c98a045141906e79561ecb16aedbdc8aa9a8f9aa 100644
--- a/LayoutTests/fast/events/resources/tabindex-focus-blur-all-iframe2.html
+++ b/LayoutTests/fast/events/resources/tabindex-focus-blur-all-iframe2.html
@@ -16,14 +16,6 @@
</video><br>
</div>
-<!--embedded elements-->
-applet:<br>
-<applet width="100" height="100" code="" tabindex="0" id="applet4"></applet><br>
-object:<br>
-<object type="application/x-no-such-plugin" width="100" height="100" tabindex="-1" id="object4"></object><br>
-embed:<br>
-<embed type="application/x-no-such-plugin" width="100" height="100" id="embed4"></embed><br>
-
<!--presentation-related elements-->
<div id="div4b" tabindex="3">
<abbr title="the tooltip" tabindex="0" id="abbr4">abbr makes a tooltip</abbr><br>

Powered by Google App Engine
This is Rietveld 408576698