2011-05-27  Nikolas Zimmermann  <nzimmermann@rim.com>

        Not reviewed, this just adds a new test.

        WebKit fails WICD SVG background image tests
        https://bugs.webkit.org/show_bug.cgi?id=16481

        Add two WICD SVG background image tests, which pass just fine.

        * svg/wicd/resources/test-scalable-background-image1.css: Added.
        (html):
        (body):
        (p):
        * svg/wicd/resources/test-scalable-background-image1.svg: Added.
        * svg/wicd/resources/test-scalable-background-image2.css: Added.
        (html):
        * svg/wicd/resources/test-scalable-background-image2.svg: Added.
        * svg/wicd/test-scalable-background-image1.xhtml: Added.
        * svg/wicd/test-scalable-background-image2.xhtml: Added.


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@87605 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/svg/wicd/test-scalable-background-image2.xhtml b/LayoutTests/svg/wicd/test-scalable-background-image2.xhtml
new file mode 100644
index 0000000..bc30dbf
--- /dev/null
+++ b/LayoutTests/svg/wicd/test-scalable-background-image2.xhtml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">

+<html xmlns="http://www.w3.org/1999/xhtml">

+<head>

+  <title>WICD Core 1.0 #12 - scalable fullscreen background</title>

+  <link rel="stylesheet" type="text/css" href="resources/main.css"/>

+  <link rel="stylesheet" type="text/css" href="resources/test-scalable-background-image2.css"/>

+</head>

+<body>

+  <h1>scalable fullscreen background</h1>

+  <h4>WICD Core 1.0 #12</h4>

+  <p>

+    This text is XHTML main layer content, which must overlay a lightblue SVG-background image with

+      text ('SVG background image'). The SVG background image must cover the complete XHTML-background area.

+  </p>

+  <p>

+    This test has failed, if you don't see any graphics on the background. (your user agent does not support SVG as background image).

+  </p>

+  <p><a href="javascript:history.back()">Back</a></p>

+</body>

+</html>