Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W webkit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • App_Technologies
  • webkit
  • Repository
Switch branch/tag
  • webkit
  • LayoutTests
  • ChangeLog
Find file BlameHistoryPermalink
  • ap's avatar
    Reviewed by Darin. · 3c1c8bcf
    ap authored Feb 21, 2006
            - http://bugzilla.opendarwin.org/show_bug.cgi?id=6197
              Would like to use locally installed Apache for testing.
    
            Added two run-webkit-tests options:
              --http (--nohttp)  - whether to launch Apache (defaults to yes);
              --port - which port to listen on (defaults to 8000).
    
            Tests in LayoutTests/http are not run directly, and Apache is used instead.
            For example, http/tests/xmlhttprequest/post-content-type.html is loaded as
            http://127.0.0.1:8000/xmlhttprequest/post-content-type.html.
    
            Also added support for .shtml and .text files. Text files give an empty 
            *-expected.txt, but a correct image.
    
            Apache only listens on the loopback interface. It writes logs to /tmp/WebKit.
    
            * Scripts/run-webkit-tests:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@12923 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    3c1c8bcf