Author: mareshkau
Date: 2009-08-18 10:35:58 -0400 (Tue, 18 Aug 2009)
New Revision: 17131
Added:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/JBIDE/4772/
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/JBIDE/4772/testStylesWith
WhiteSpaceInPath/
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/JBIDE/4772/testStylesWith
WhiteSpaceInPath/test.css
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/JBIDE/4772/testStylesWith
WhiteSpaceInPath/testStylesWithWitespaces.html
Log:
test for
https://jira.jboss.org/jira/browse/JBIDE-4772
Added:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/JBIDE/4772/testStylesWith
WhiteSpaceInPath/test.css
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/JBIDE/4772/testStylesWith
WhiteSpaceInPath/test.css (rev 0)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/JBIDE/4772/testStylesWith
WhiteSpaceInPath/test.css 2009-08-18 14:35:58 UTC (rev 17131)
@@ -0,0 +1,3 @@
+body {
+ background: red;
+}
Added:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/JBIDE/4772/testStylesWith
WhiteSpaceInPath/testStylesWithWitespaces.html
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/JBIDE/4772/testStylesWith
WhiteSpaceInPath/testStylesWithWitespaces.html (rev 0)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/JBIDE/4772/testStylesWith
WhiteSpaceInPath/testStylesWithWitespaces.html 2009-08-18 14:35:58 UTC (rev 17131)
@@ -0,0 +1,8 @@
+<!doctype html>
+<html>
+<head>
+<link type="text/css" rel="stylesheet" media="all"
href="test.css" />
+</head>
+<body>
+</body>
+</html>