|
The external CSS has clearly been loaded, but when you try to access the content of the external stylesheet you will stumble upon the browser SOP (same origin policy) which will consider the operation insecure.
Nevertheless, as soon as you create an element with for example class="style3" the external style will be applied correctly.
|