Changeset 3272
- Timestamp:
- 05/30/2016 05:39:04 PM (9 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-remote-css/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-remote-css/tests/sanitized.css
r3076 r3272 6 6 /* Javascript */ 7 7 body { 8 background: url('alert( '1')');8 background: url('alert(\'1\')'); 9 9 } 10 10 … … 69 69 background-image: url('http://example.com/foo.jpg'); 70 70 } 71 72 .social-navigation .slack a:before { 73 font-family: "Fontawesome"; 74 content: "\f198"; 75 } -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-remote-css/tests/unsanitized.css
r3076 r3272 92 92 background-image: url('http://example.com/foo.jpg'); 93 93 } 94 95 .social-navigation .slack a:before { 96 font-family: "Fontawesome"; 97 content: "\f198"; 98 }
Note: See TracChangeset
for help on using the changeset viewer.