Skip to content

Commit

Permalink
Remove trailing whitespace from the FileAPI interfaces tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Feb 1, 2014
1 parent d12f799 commit 1207570
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions FileAPI/idlharness-manual.html
Expand Up @@ -54,8 +54,8 @@ <h1>File API manual IDL tests</h1>
readonly attribute unsigned long length;
};

[Constructor,
Constructor(sequence<(ArrayBuffer or ArrayBufferView or Blob or DOMString)> blobParts, optional BlobPropertyBag options)]
[Constructor,
Constructor(sequence<(ArrayBuffer or ArrayBufferView or Blob or DOMString)> blobParts, optional BlobPropertyBag options)]
interface Blob {
readonly attribute unsigned long long size;
readonly attribute DOMString type;
Expand Down
4 changes: 2 additions & 2 deletions FileAPI/idlharness.html
Expand Up @@ -42,8 +42,8 @@ <h1>File API automated IDL tests</h1>
readonly attribute unsigned long length;
};

[Constructor,
Constructor(sequence<(ArrayBuffer or ArrayBufferView or Blob or DOMString)> blobParts, optional BlobPropertyBag options)]
[Constructor,
Constructor(sequence<(ArrayBuffer or ArrayBufferView or Blob or DOMString)> blobParts, optional BlobPropertyBag options)]
interface Blob {
readonly attribute unsigned long long size;
readonly attribute DOMString type;
Expand Down

0 comments on commit 1207570

Please sign in to comment.