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

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

Issue 2554573005: Use presentation attributes in HTMLMarquee (Closed)
Patch Set: Fix call to isPresentationAttribute Created 4 years 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 | « no previous file | third_party/WebKit/Source/core/html/HTMLMarqueeElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/html.css
diff --git a/third_party/WebKit/Source/core/css/html.css b/third_party/WebKit/Source/core/css/html.css
index 586eef8a472c3ea73fac1a12bb94b0c504f501f1..be7cef331314188a77778d0509269b9f85fa3287 100644
--- a/third_party/WebKit/Source/core/css/html.css
+++ b/third_party/WebKit/Source/core/css/html.css
@@ -85,6 +85,7 @@ article, aside, footer, header, hgroup, main, nav, section {
marquee {
display: inline-block;
+ width: -webkit-fill-available;
}
address {
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLMarqueeElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698