HELLO v3!!!
This commit is contained in:
14
spec/fixtures/finders/themes/urls_in_homepage/found.html
vendored
Normal file
14
spec/fixtures/finders/themes/urls_in_homepage/found.html
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<link rel='stylesheet' href='http://wp.lab/wp-content/themes/dl-1/style.css?ver=4.1.1' type='text/css' media='all'>
|
||||
|
||||
<img src="http://wp.lab/wp-content/themes/image.png" alt="Should not be detected" />
|
||||
|
||||
<style type="text/css">
|
||||
#fancybox-loading.fancybox-ie div {
|
||||
background: transparent;
|
||||
filter: AlphaImageLoader(src='http://wp.lab/wp-content/themes/dc-1/fancybox/fancy_loading.png', sizingMethod='scale');
|
||||
}
|
||||
</style>
|
||||
|
||||
<img src='http://wp.lab/wp-content/themes/dl-1/fancybox/fancy_loading.png' /> <!-- should not be reported with uniq = true -->
|
||||
|
||||
<!--[if IE 8]><link rel="stylesheet" type="text/css" href="https://wp.lab/ie8.css" /><![endif]-->
|
||||
28
spec/fixtures/finders/themes/urls_in_homepage/none.html
vendored
Normal file
28
spec/fixtures/finders/themes/urls_in_homepage/none.html
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<!-- themes that should not be detected -->
|
||||
http://wp.lab/wp-content/themes/this-should-not-match/sub.css
|
||||
href="http://wp.lab/wp-content/themes/this-should-not-match/sub.css"
|
||||
/wp-content/themes/this-should-not-match/sub.css
|
||||
//wp-content/themes/this-should-not-match/sub.css
|
||||
src='/wp-content/themes/this-should-not-match/sub.css'
|
||||
|
||||
<!--[if IE 8]>
|
||||
<link rel="stylesheet" type="text/css" href="https://wp.lab/wp-content/themes/should-not-be-reported/" />
|
||||
<![endif]-->
|
||||
|
||||
<script type="text/javascript">
|
||||
var TB_themePath = 'http://www.welovebug.com/wp-content/themes/js-source';
|
||||
var TB_config = { 'widget_show_photos': true }
|
||||
</script>
|
||||
|
||||
<script type='text/javascript'>
|
||||
/* <![CDATA[ */
|
||||
var poll3 = {"ajax_url": "\/\/g.com/wp-content\/themes\/wp-polls\/wp-polls.php", "text_wait": "Please wait a while ..."};
|
||||
/* ]]> */
|
||||
</script>
|
||||
|
||||
|
||||
<style type="text/css" media="all">
|
||||
/* <![CDATA[ */
|
||||
@import url(//g.com/wp-content/themes/datatables/css/datatables.css?ver=1.9.4);
|
||||
/* ]]> */
|
||||
</style>
|
||||
Reference in New Issue
Block a user