mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02:00
Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8
This commit is contained in:
25
tests/wpt/css-tests/css-writing-modes-3_dev/html/.htaccess
Normal file
25
tests/wpt/css-tests/css-writing-modes-3_dev/html/.htaccess
Normal file
@@ -0,0 +1,25 @@
|
||||
# Define some types
|
||||
AddType application/xhtml+xml .xht
|
||||
AddType text/html .htm
|
||||
AddType text/css .css
|
||||
AddType image/png .png
|
||||
AddType text/plain .data .list
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user