3 <base href
="<?php echo 'http://' . $_SERVER['HTTP_HOST'] . '/uri/resources/'; ?>">
5 @import
'css-href.css';
9 <p
>Test
for <a href
="http://bugs.webkit.org/show_bug.cgi?id=11141">bug
11141</a
>:
10 CSS
'@import' doesn
't respect HTML Base element.</p>
11 <p class="c1">This text should be green.</p>
12 <p>If it is red, the css has been loaded relative to the document.
13 If it is black, no stylesheet has been rendered, if it is rendered green,
14 the stylesheet has been rendered correctly from the HREF attribute of the
15 Base element in the HEAD section of this document.</p>
16 <p class="c2">This text should also be green.</p>