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

Unified Diff: LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame1.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-frame1.html
diff --git a/LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame1.html b/LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame1.html
index e2c9c715b0286dfb29931809728dabf18c12061e..cc016e430841966a297a3d90165f05374a8056a4 100644
--- a/LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame1.html
+++ b/LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame1.html
@@ -16,14 +16,6 @@
</video><br>
</div>
-<!--embedded elements-->
-applet:<br>
-<applet width="100" height="100" code="" tabindex="-1" id="applet1"></applet><br>
-object:<br>
-<object type="application/x-no-such-plugin" width="100" height="100" id="object1"></object><br>
-embed:<br>
-<embed type="application/x-no-such-plugin" width="100" height="100" tabindex="3" id="embed1"></embed><br>
-
<!--presentation-related elements-->
<div id="div1b" tabindex="0">
<abbr title="the tooltip" tabindex="-1" id="abbr1">abbr makes a tooltip</abbr><br>

Powered by Google App Engine
This is Rietveld 408576698