Back to Chromium

CSS1 Test Suite: 6.4 URLs

third_party/blink/web_tests/css1/units/urls.html

149.0.7827.21.5 KB
Original Source

The style declarations which apply to the text below are:

<LINK rel="stylesheet" type="text/css" media="screen" href="../resources/bg.gif">
@import url(../resources/sec642.css);
BODY {background: url(../resources/bg.gif);}

This page should have a green grid pattern as its background.

This paragraph should have a white background, but NO image should appear in the background. If an image, in this case a red square-- or, indeed, any red at all-- is seen there, then the browser has incorrectly interpreted a URL in relation to the document's URL, not the stylesheet's URL.

This paragraph should have a white background, but NO image should appear in the background. If an image, in this case a red square-- or, indeed, any red at all-- is seen there, then the browser has incorrectly interpreted a URL in relation to the document's URL, not the stylesheet's URL.

| TABLE Testing Section | | |

This page should have a green grid pattern as its background.

This paragraph should have a white background, but NO image should appear in the background. If an image, in this case a red square-- or, indeed, any red at all-- is seen there, then the browser has incorrectly interpreted a URL in relation to the document's URL, not the stylesheet's URL.

This paragraph should have a white background, but NO image should appear in the background. If an image, in this case a red square-- or, indeed, any red at all-- is seen there, then the browser has incorrectly interpreted a URL in relation to the document's URL, not the stylesheet's URL.

|