Description
The paper-material class outside a polymer element does not apply the styles.
...
<body>
<div class="paper-material" elevation="1">
paper-material style class is NOT working in Firefox for this element
</div>
...
Live Demo
I've created a jsbin showing the problem:
http://jsbin.com/fawequjide/edit?html,console,output
Steps to Reproduce
- Import
/paper-styles/paper-styles.html
- Add
paper-material and the attribute elevation="1" to an element in the main document
- Open your Firefox browser and check for the bug
Expected Results
paper-material styles and shadows should apply to an element in the main document
Actual Results
The styles are not applying to an element in the main document

Browsers Affected
Versions
- Polymer: v2.2.0
- webcomponents: v1.0.17
