mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8
This commit is contained in:
parent
662c00a810
commit
df03062d62
10934 changed files with 428309 additions and 254265 deletions
25
tests/wpt/css-tests/css-text-3_dev/html/.htaccess
Normal file
25
tests/wpt/css-tests/css-text-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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue