HomeSort by relevance Sort by last modified time
    Searched refs:IExploder (Results 1 - 8 of 8) sorted by null

  /external/webkit/Tools/iExploder/iexploder-1.3.2/tools/
showtest.rb 26 require 'iexploder';
30 ie = IExploder.new($HTML_MAX_TAGS, $HTML_MAX_ATTRS, $CSS_MAX_PROPS)
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
iexploder.cgi 2 # iExploder - Generates bad HTML files to perform QA for web browsers.
27 require 'iexploder';
31 ie = IExploder.new($HTML_MAX_TAGS, $HTML_MAX_ATTRS, $CSS_MAX_PROPS)
webserver.rb 2 # iExploder - Generates bad HTML files to perform QA for web browsers.
27 require 'iexploder';
32 $ie_preload = IExploder.new($HTML_MAX_TAGS, $HTML_MAX_ATTRS, $CSS_MAX_PROPS)
34 $ie_preload.url='/iexploder.cgi'
42 puts "* iExploder #{$VERSION} will be available at http://localhost:#{port}"
71 s.mount("/iexploder.cgi", IEServlet)
iexploder.rb 0 # iExploder - Generates bad HTML files to perform QA for web browsers.
27 class IExploder
298 bodyText << "\t<title>[#@test_num] iExploder #{$VERSION} - #{inventValue()}</title>\n"
320 test = IExploder.new(max, 5, 5)
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
iexploder.cgi 2 # iExploder - Generates bad HTML files to perform QA for web browsers.
19 require 'iexploder';
23 ie = IExploder.new($CONFIG_PATH)
webserver.rb 2 # iExploder Web Server (using webrick)
21 require './iexploder.rb'
28 # Main CGI - Pass requests to iexploder
119 puts "* iExploder #{$VERSION} is loading (config=#{config_path}, port=#{port})"
121 $INSTANCE = IExploder.new(config_path)
134 s.mount("/iexploder.cgi", IEServlet)
137 puts "- iExploder is at http://127.0.0.1:#{port}"
iexploder.rb 3 # iExploder - Generates bad HTML files to perform QA for web browsers.
48 class IExploder
57 @cgi_url = '/iexploder.cgi'
737 htmlText << "<title>[#{@test_num}:#{@subtest_data}] iExploder #{$VERSION} - #{generateGarbageText()}</title>\n"
743 htmlText << "\n<!-- iExploder #{$VERSION} | test #{@test_num}:#{@subtest_data} at #{Time.now} -->\n"
776 ie = IExploder.new('config.yaml')
browser_harness.rb 2 # iExploder browser Harness (test a single web browser)
29 require './iexploder.rb'
33 TESTCASE_URL = "http://127.0.0.1:3100/iexploder.cgi"
38 @app_url = "#{@app_base_url}iexploder.cgi"
48 @ie = IExploder.new(@config_path)
170 if value =~ /iexploder.cgi(.*)/
211 data.gsub!(/0;URL=\/iexploder.*?\"/, "1;URL=#{testcase_name}\"")
212 data.gsub!(/window\.location=\"\/iexploder.*?\"/, "window\.location=\"#{testcase_name}\"")
217 data.gsub!(/\/iexploder.cgi/, TESTCASE_URL)

Completed in 192 milliseconds