Improves detection of WP Version, Plugins etc by checking 404
This commit is contained in:
13
spec/fixtures/finders/main_theme/css_style_in_homepage/link_href.html
vendored
Normal file
13
spec/fixtures/finders/main_theme/css_style_in_homepage/link_href.html
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US" class="no-js">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="profile" href="http://gmpg.org/xfn/11">
|
||||
<link rel="pingback" href="http://wp.lab/xmlrpc.php">
|
||||
<script>(function(){document.documentElement.className='js'})();</script>
|
||||
<title>WP 4.1.1 | Just another WordPress site</title>
|
||||
<meta name='robots' content='noindex,follow' />
|
||||
<link rel="alternate" type="application/rss+xml" title="WP 4.1.1 » Feed" href="http://wp.lab/feed/" />
|
||||
<link rel="alternate" type="application/rss+xml" title="WP 4.1.1 » Comments Feed" href="http://wp.lab/comments/feed/" />
|
||||
<link rel='stylesheet' id='twentyfifteen-style-css' href='http://wp.lab/wp-content/themes/twentyfifteen/style.css?ver=4.1.1' type='text/css' media='all' />
|
||||
14
spec/fixtures/finders/main_theme/css_style_in_homepage/no_in_scope_style.html
vendored
Normal file
14
spec/fixtures/finders/main_theme/css_style_in_homepage/no_in_scope_style.html
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US" class="no-js">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="profile" href="http://gmpg.org/xfn/11">
|
||||
<link rel="pingback" href="http://wp.lab/xmlrpc.php">
|
||||
<script>(function(){document.documentElement.className='js'})();</script>
|
||||
<title>WP 4.1.1 | Just another WordPress site</title>
|
||||
<meta name='robots' content='noindex,follow' />
|
||||
<link rel="alternate" type="application/rss+xml" title="WP 4.1.1 » Feed" href="http://wp.lab/feed/" />
|
||||
<link rel="alternate" type="application/rss+xml" title="WP 4.1.1 » Comments Feed" href="http://wp.lab/comments/feed/" />
|
||||
<link rel='stylesheet' id='twentyfifteen-fonts-css' href='//fonts.googleapis.com/css?family=Noto+Sans%3A400italic%2C700italic%2C400%2C700%7CNoto+Serif%3A400italic%2C700italic%2C400%2C700%7CInconsolata%3A400%2C700&subset=latin%2Clatin-ext' type='text/css' media='all' />
|
||||
<link rel='stylesheet' id='twentyfifteen-style-css' href='http://g.com/wp-content/themes/twentyfifteen/style.css?ver=4.1.1' type='text/css' media='all' />
|
||||
8
spec/fixtures/finders/main_theme/css_style_in_homepage/style_code.html
vendored
Normal file
8
spec/fixtures/finders/main_theme/css_style_in_homepage/style_code.html
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
<title>wp.lab</title>
|
||||
<meta name="description" content="wp.lab - Just another WordPress site" />
|
||||
<meta name="generator" content="WordPress 4.1.1" />
|
||||
|
||||
<style type="text/css" media="screen">
|
||||
@import url( http://wp.lab/wp-content/themes/custom/style.css );
|
||||
</style>
|
||||
Reference in New Issue
Block a user