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

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

Issue 442563002: Fix getComputedStyle() for area element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Try to use rebaseline Created 6 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 | « LayoutTests/platform/mac/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt ('k') | no next file » | 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 91f074ae229dbd1db260468988f494bdaef87e3d..17f7402738542e4f9886cbb4704e53b461c51cd7 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -650,7 +650,11 @@ datalist {
display: none
}
-area, param {
+area {
+ display: inline
+}
+
+param {
display: none
}
« no previous file with comments | « LayoutTests/platform/mac/virtual/deferred/fast/images/imagemap-polygon-focus-ring-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698