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

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

Issue 419213002: [Not for review] Implement a <blink> tag in Blink-in-JS Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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_generated.gyp ('k') | Source/core/html/HTMLBlinkElement.h » ('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 b1ad9ac08e36a6200c371329432854a6b2ad9f7e..2515bbb2e92a53b276ff34e97c5b9d67c9004116 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -87,6 +87,10 @@ marquee {
display: inline-block;
}
+blink {
+ display: inline-block;
+}
+
address {
display: block
}
« no previous file with comments | « Source/core/core_generated.gyp ('k') | Source/core/html/HTMLBlinkElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698