Closed Bug 1055940 Opened 10 years ago Closed 8 years ago

css class parts in two files

Categories

(Firefox :: Untriaged, defect)

31 Branch
x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: sendel2000, Unassigned)

References

()

Details

(Keywords: testcase-wanted)

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0 (Beta/Release)
Build ID: 20140716183446

Steps to reproduce:

css files: 
1.css 
.myclass { width: 10px; height: 10px; } /*first part*/

2.css
.myclass, .myclass:before, .myclass:after { -moz-box-sizing: border-box;       box-sizing: border-box; }  /*second part*/


Actual results:

myclass from 2.css (second part) is not append to <div class="myclass"></div>


Expected results:

booth definition must be for <div> (such as Chrome)
Works for me:

http://gijsk.com/mozilla/testcases/split-css/

Please provide a testcase, or let us know if this doesn't seem to be a bug after all.
Flags: needinfo?(sendel2000)
Keywords: testcase-wanted
Marking this as Resolved: Incomplete due to the fact that the reporter did not responded until now to Gijs request.

Reporter, please feel free to reopen it if you are still having this issue.

Thanks,
Cosmin.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Flags: needinfo?(sendel2000)
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.