[Webkit-unassigned] [Bug 44920] Add layout tests for FileSystem API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 17 00:36:06 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44920





--- Comment #3 from Kinuko Yasuda <kinuko at chromium.org>  2010-09-17 00:36:06 PST ---
(In reply to comment #2)
> (From update of attachment 67866 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=67866&action=prettypatch
> 
> > LayoutTests/fast/filesystem/op-copy.html:1
> > +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
> 
> don't think we need this line. most layout tests i've seen don't have it.

Will remove.

> > LayoutTests/fast/filesystem/op-copy.html:11
> > +<script type="application/file-system-test-shell" id="file-system-test-script">
> 
> i'm not familiar with this type/format. can you please point me to some relevant docs/classes/descriptions?

(Ah I forgot to prefix it with "x-"...)  It's just one of "application/x-our-own-format" types.
The intention was: to have the test script (fs-test-shell.js) read the content of a given element and executes line by line for testing.  (I can replace <script> tag with <pre> or something looking more innocent if it could be better.)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list