https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 497c31799d9d2a643acc8c000f6d54e00ce56950 authored by Geoffrey Sneddon on 07 November 2018, 13:23:33 UTC
Update tools/wptrunner/wptrunner/formatters.py
Tip revision: 497c317
htaccess
# Define some types
AddType application/xhtml+xml .xht
AddType text/html .htm
AddType text/css .css
AddType image/png .png

# Set the default character set
AddDefaultCharset utf-8

# Indexing Options
Options +Indexes
IndexOptions DescriptionWidth=* NameWidth=* FancyIndexing FoldersFirst ScanHTMLTitles
IndexIgnore .htaccess *~ .#* #*# CVS README
ReadmeName README

# Set up the README files to be plain text
<files README>
   ForceType text/plain
   SetHandler default-handler
</files>

# Add some default descriptions
AddDescription "Information about the files in this directory" README
back to top