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

Unified Diff: LayoutTests/fast/events/resources/tabindex-focus-blur-all-iframe1.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-iframe1.html
diff --git a/LayoutTests/fast/events/resources/tabindex-focus-blur-all-iframe1.html b/LayoutTests/fast/events/resources/tabindex-focus-blur-all-iframe1.html
index 8b39f4c561984af59a659e24be8ca6fad48a4ba3..8e623bcc528daab35a79cd429ffbb9596b325e3b 100644
--- a/LayoutTests/fast/events/resources/tabindex-focus-blur-all-iframe1.html
+++ b/LayoutTests/fast/events/resources/tabindex-focus-blur-all-iframe1.html
@@ -16,14 +16,6 @@
</video><br>
</div>
-<!--embedded elements-->
-applet:<br>
-<applet width="100" height="100" code="" id="applet2"></applet><br>
-object:<br>
-<object type="application/x-no-such-plugin" width="100" height="100" tabindex="3" id="object2"></object><br>
-embed:<br>
-<embed type="application/x-no-such-plugin" width="100" height="100" tabindex="0" id="embed2"></embed><br>
-
<!--presentation-related elements-->
<div id="div2b" tabindex="-1">
<abbr title="the tooltip" id="abbr2">abbr makes a tooltip</abbr><br>

Powered by Google App Engine
This is Rietveld 408576698