Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / wicd / test-scalable-background-image2.xhtml
blob6671e6ef704330f8da6fda4ae1eb0c17420d3f3f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <title>WICD Core 1.0 #12 - scalable fullscreen background</title>
6 <link rel="stylesheet" type="text/css" href="resources/main.css"/>
7 <link rel="stylesheet" type="text/css" href="resources/test-scalable-background-image2.css"/>
8 </head>
9 <body>
10 <script src="../../resources/run-after-layout-and-paint.js"></script>
11 <script>
12 if (window.testRunner)
13 testRunner.waitUntilDone();
15 runAfterLayoutAndPaint(function() {
16 if (window.testRunner)
17 testRunner.notifyDone();
18 });
19 </script>
20 <h1>scalable fullscreen background</h1>
21 <h4>WICD Core 1.0 #12</h4>
22 <p>
23 This text is XHTML main layer content, which must overlay a lightblue SVG-background image with
24 text ('SVG background image'). The SVG background image must cover the complete XHTML-background area.
25 </p>
26 <p>
27 This test has failed, if you don't see any graphics on the background. (your user agent does not support SVG as background image).
28 </p>
29 <p><a href="javascript:history.back()">Back</a></p>
30 </body>
31 </html>