Closed Bug 1187807 Opened 9 years ago Closed 9 years ago

title is shown in content if certain css rules are used

Categories

(Core :: CSS Parsing and Computation, defect)

41 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1128460

People

(Reporter: misterffoeg, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.0; rv:41.0) Gecko/20100101 Firefox/41.0
Build ID: 20150726004010

Steps to reproduce:

Made a minimal document to display an image ad in an iframe.

CSS consisted of

*,html,body{margin:0;padding:0;display:block;overflow:hidden;}

I'll leave a test case up here: http://milfaletta.com/assets/milfaletta/testcase.html


Actual results:

Title of document is displayed inside the content of the document. This is particularly bad when documents are made to be used inside a specific size of iframe.


Expected results:

Contents of title tag should never be displayed as content.
Just dont use the {display:block} for the universal selector *
------------------------------------------------------------------
Anyway, the result is same with all other browsers, I don't think its a FF bug at all.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Component: Untriaged → CSS Parsing and Computation
OS: Unspecified → All
Product: Firefox → Core
Hardware: Unspecified → All
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.