mirror of
https://github.com/servo/servo.git
synced 2025-09-13 00:18:22 +01:00
Update web-platform-tests to revision 58eb04cecbbec2e18531ab440225e38944a9c444
This commit is contained in:
parent
25e8bf69e6
commit
665817d2a6
35333 changed files with 1818077 additions and 16036 deletions
24
tests/wpt/web-platform-tests/css/.htaccess
Normal file
24
tests/wpt/web-platform-tests/css/.htaccess
Normal file
|
@ -0,0 +1,24 @@
|
|||
HeaderName README.md
|
||||
ReadmeName none
|
||||
|
||||
# README is returned as text/plain anyway, but this is needed to
|
||||
# make it show up.
|
||||
|
||||
<Files "README.md">
|
||||
ForceType text/plain
|
||||
</Files>
|
||||
|
||||
# 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
|
||||
|
||||
# Set up useful directory indexes
|
||||
# Indexing Options
|
||||
Options +Indexes +MultiViews
|
||||
IndexOptions DescriptionWidth=* NameWidth=* FancyIndexing FoldersFirst ScanHTMLTitles
|
||||
IndexIgnore .htaccess *~ .#* #*# CVS README.md .svn
|
Loading…
Add table
Add a link
Reference in a new issue