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

Unified Diff: Source/core/html/HTMLOptionElement.h

Issue 415343003: Option Groups with display: none should not show the children option elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed assert failure in linux dbg build 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
Index: Source/core/html/HTMLOptionElement.h
diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h
index 1ec8dd5f57492cf86ea62c2e62e4b8056a65dea6..aea53088458ff1f11c748b0956023fb1f01436d9 100644
--- a/Source/core/html/HTMLOptionElement.h
+++ b/Source/core/html/HTMLOptionElement.h
@@ -67,6 +67,7 @@ public:
HTMLFormElement* form() const;
bool spatialNavigationFocused() const;
+ bool isDisplayNone() const;
private:
explicit HTMLOptionElement(Document&);
virtual ~HTMLOptionElement();
« no previous file with comments | « LayoutTests/fast/forms/select/popup-with-display-none-optgroup-expected.txt ('k') | Source/core/html/HTMLOptionElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698