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

Unified Diff: LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame2.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-frame2.html
diff --git a/LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame2.html b/LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame2.html
index 54a191784a50c7966bfd6800a27bdd4d0df4c6a4..821d18e6d2560b86cb2f4114a1ee08957293d3a8 100644
--- a/LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame2.html
+++ b/LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame2.html
@@ -16,14 +16,6 @@
</video><br>
</div>
-<!--embedded elements-->
-applet:<br>
-<applet width="100" height="100" code="" tabindex="2" id="applet3"></applet><br>
-object:<br>
-<object type="application/x-no-such-plugin" width="100" height="100" tabindex="0" id="object3"></object><br>
-embed:<br>
-<embed type="application/x-no-such-plugin" width="100" height="100" tabindex="-1" id="embed3"></embed><br>
-
<!--presentation-related elements-->
<div id="div3b">
<abbr title="the tooltip" tabindex="3" id="abbr3">abbr makes a tooltip</abbr><br>

Powered by Google App Engine
This is Rietveld 408576698