Author: chabotc
Date: Sat Mar  7 11:14:00 2009
New Revision: 751246

URL: http://svn.apache.org/viewvc?rev=751246&view=rev
Log:
Adding missing rewriter test files

Added:
    incubator/shindig/trunk/php/test/misc/feather.png   (with props)
    incubator/shindig/trunk/php/test/misc/rewriter1.css
    incubator/shindig/trunk/php/test/misc/rewriter1.js
    incubator/shindig/trunk/php/test/misc/rewriter2.css
    incubator/shindig/trunk/php/test/misc/rewriter2.js

Added: incubator/shindig/trunk/php/test/misc/feather.png
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/test/misc/feather.png?rev=751246&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/shindig/trunk/php/test/misc/feather.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/shindig/trunk/php/test/misc/rewriter1.css
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/test/misc/rewriter1.css?rev=751246&view=auto
==============================================================================
--- incubator/shindig/trunk/php/test/misc/rewriter1.css (added)
+++ incubator/shindig/trunk/php/test/misc/rewriter1.css Sat Mar  7 11:14:00 2009
@@ -0,0 +1,6 @@
+#backgrdiv {
+  background-image: url("feather.png");
+  background-repeat: no-repeat;
+  background-position: 20%;
+  border: 2px red solid;
+}

Added: incubator/shindig/trunk/php/test/misc/rewriter1.js
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/test/misc/rewriter1.js?rev=751246&view=auto
==============================================================================
--- incubator/shindig/trunk/php/test/misc/rewriter1.js (added)
+++ incubator/shindig/trunk/php/test/misc/rewriter1.js Sat Mar  7 11:14:00 2009
@@ -0,0 +1 @@
+document.getElementById('jstarget1').innerHTML = "This content was loaded from 
rewriter1.js";
\ No newline at end of file

Added: incubator/shindig/trunk/php/test/misc/rewriter2.css
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/test/misc/rewriter2.css?rev=751246&view=auto
==============================================================================
--- incubator/shindig/trunk/php/test/misc/rewriter2.css (added)
+++ incubator/shindig/trunk/php/test/misc/rewriter2.css Sat Mar  7 11:14:00 2009
@@ -0,0 +1,6 @@
+#backgrdiv2 {
+  background-image: url("feather.png");
+  background-repeat: no-repeat;
+  background-position: 20%;
+  border: 2px blue solid;
+}

Added: incubator/shindig/trunk/php/test/misc/rewriter2.js
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/test/misc/rewriter2.js?rev=751246&view=auto
==============================================================================
--- incubator/shindig/trunk/php/test/misc/rewriter2.js (added)
+++ incubator/shindig/trunk/php/test/misc/rewriter2.js Sat Mar  7 11:14:00 2009
@@ -0,0 +1 @@
+document.getElementById('jstarget2').innerHTML= "This content was loaded from 
rewriter2.js";
\ No newline at end of file


Reply via email to