Bug #8099 - Always restore to correct display value based on element's expected default display
This commit is contained in:
parent
e0b1bb8e3d
commit
0d2e4796dc
3 changed files with 40 additions and 4 deletions
|
@ -109,3 +109,6 @@ div#show-tests * { display: none; }
|
|||
#nothiddendiv { font-size: 16px; }
|
||||
#nothiddendivchild.em { font-size: 2em; }
|
||||
#nothiddendivchild.prct { font-size: 150%; }
|
||||
|
||||
/* 8099 changes to default styles are read correctly */
|
||||
tt { display: none; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue