File tree Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ my $source = 'file:t/google.html t/find_inputs.html t/html_file.txt';
25
25
26
26
my $perl ;
27
27
$perl = $1 if $^X =~ / ^(.+)$ / ;
28
- my $command = " $perl -Ilib $exe --forms $source " ;
28
+ my $command = " $perl -Ilib $exe --forms --images --links $source " ;
29
29
30
30
my $actual = ` $command ` ;
31
31
@@ -40,6 +40,23 @@ GET file:/target-page [bob-the-form]
40
40
btnG=Google Search (submit)
41
41
btnI=I'm Feeling Lucky (submit)
42
42
43
+
44
+ /images/logo.gif
45
+
46
+
47
+ /imghp?hl=en&tab=wi&ie=UTF-8
48
+ /grphp?hl=en&tab=wg&ie=UTF-8
49
+ /dirhp?hl=en&tab=wd&ie=UTF-8
50
+ /nwshp?hl=en&tab=wn&ie=UTF-8
51
+ /advanced_search?hl=en
52
+ /preferences?hl=en
53
+ /language_tools?hl=en
54
+ /tour/services/query.html
55
+ /ads/
56
+ /services/
57
+ /options/
58
+ /about.html
59
+
43
60
POST http://localhost/ (multipart/form-data) [1st_form]
44
61
1a= (text)
45
62
submit1=Submit (image)
@@ -71,6 +88,23 @@ GET file:/target-page [bob-the-form]
71
88
btnG=Google Search (submit)
72
89
btnI=I'm Feeling Lucky (submit)
73
90
91
+
92
+ /images/logo.gif
93
+
94
+
95
+ /imghp?hl=en&tab=wi&ie=UTF-8
96
+ /grphp?hl=en&tab=wg&ie=UTF-8
97
+ /dirhp?hl=en&tab=wd&ie=UTF-8
98
+ /nwshp?hl=en&tab=wn&ie=UTF-8
99
+ /advanced_search?hl=en
100
+ /preferences?hl=en
101
+ /language_tools?hl=en
102
+ /tour/services/query.html
103
+ /ads/
104
+ /services/
105
+ /options/
106
+ /about.html
107
+
74
108
POST http://localhost/ (multipart/form-data) [1st_form]
75
109
1a= (text)
76
110
submit1=Submit (image)
You can’t perform that action at this time.
0 commit comments