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

Unified Diff: Source/core/css/html.css

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 4 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
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/html/DocumentNameCollection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/html.css
diff --git a/Source/core/css/html.css b/Source/core/css/html.css
index 789b5b740a95c7d79e8018b67a4bbe5b76f21e6f..a4e92b7be0408164fdffe069039b3527c1b58645 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -976,7 +976,7 @@ html:focus, body:focus, input[readonly]:focus {
outline: none
}
-applet:focus, embed:focus, iframe:focus, object:focus {
+embed:focus, iframe:focus, object:focus {
outline: none
}
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/html/DocumentNameCollection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698