[widgets] test dl is in error

2010-12-01 Thread Scott Wilson
# dl (download, files) Expected: invalid Test the ability of the UA to verify a zip archive. To pass, the user agent must treat this as an invalid widget (archive is encrypted - password is test). The download is just a regular zip archive and isn't encrypted. smime.p7s Description: S/MIME

[widgets] missing tests?

2010-12-01 Thread Scott Wilson
Tests bd,be,bf for assertion ta-DwhJBIJRQN seem to have gone - have these been removed from the test suite or been renamed? smime.p7s Description: S/MIME cryptographic signature

[widgets] Error in test case bm

2010-12-01 Thread Scott Wilson
# bm (download, files) Tests the UA's ability to deal with custom icon declaration in the config document and matching default icons. To pass, the icons list must contain a pointer to locales/en/icon.jpg, and icon.png, which is at the root of the widget. The icons list can be in any order, so

[widgets] test bn in error

2010-12-01 Thread Scott Wilson
# bn (download, files) Tests the UA's ability to deal with custom icon declarations in the config document and matching default icons. To pass, the icons list must contain a pointer to icons/pass.png, and locales/en/icon.jpg (ordering of the items in the list is irrelevant). The actual icons

[widgets] test viewh in error

2010-12-01 Thread Scott Wilson
# viewh (download, files) Test the UA's ability process a viewmodes attribute containing supported and unsupported values. To pass, the viewmodes list should be windowed maximized if the UA supports all of these. The widget itself contains viewmodes=windowed not-supported floating - so a

[widgets] WARP test bugs

2010-12-01 Thread Scott Wilson
# hg (download, files) Tests that the UA processes an access element with a valid origin. To pass, the access list must contain a single entry where the scheme is http, the host is w3.org, the port is 80, and subdomains is false. The origin contains a trailing slash, which is treated as path

[IndexedDB] Compound and multiple keys

2010-12-01 Thread Jonas Sicking
Hi IndexedDB fans (yay!!), Problem description: One of the current shortcomings of IndexedDB is that it doesn't support compound indexes. I.e. indexing on more than one value. For example it's impossible to index on, and therefor efficiently search for, firstname and lastname in an objectStore

Re: [IndexedDB] Compound and multiple keys

2010-12-01 Thread Tab Atkins Jr.
Disclaimer: all of my db experience is with SQL. I prefer option A. It's simple and easy. Option B requires you to potentially duplicate information into an array to use as a key, which I don't like. That said, I don't have much experience with out-of-line keys. Can we combine A B such that

Issue in DIgital Signature test suite

2010-12-01 Thread viji
All I have created a test case using the script provided in the w3c test-suite. The test case is created successfully. But when I tried to validate the created widget using the validate script, the signature does not get validated. 1)Test- Case creation: