mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Implement displaying of text/plain documents
This is done by detecting the content type as text/plain and following the requirements from: https://html.spec.whatwg.org/multipage/browsers.html#read-text
This commit is contained in:
parent
82c52a7a1c
commit
618142fac7
4 changed files with 40 additions and 25 deletions
|
@ -1,11 +1,5 @@
|
|||
[load-text-plain.html]
|
||||
type: testharness
|
||||
[Checking document metadata for text file]
|
||||
expected: FAIL
|
||||
|
||||
[Checking DOM for text file]
|
||||
expected: FAIL
|
||||
|
||||
[Checking contents for text file]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue