Index of /2006/webapi/clipops/testsuite

NameLast modifiedSizeDescription

Parent Directory  -  
support/06-Mar-2013 14:47 -  
001.html30-Jan-2012 23:35 932 ClipboardEvent - events fire on INPUT - copy event on document
002.html30-Jan-2012 23:35 929 ClipboardEvent - events fire on INPUT - cut event on document
003.html30-Jan-2012 23:35 944 ClipboardEvent - events fire on INPUT - copy event on 'input_text'
004.html30-Jan-2012 23:35 941 ClipboardEvent - events fire on INPUT - cut event on 'input_text'
005.html30-Jan-2012 23:35 948 ClipboardEvent - events fire on TEXTAREA - copy event on document
006.html30-Jan-2012 23:35 945 ClipboardEvent - events fire on TEXTAREA - cut event on document
007.html30-Jan-2012 23:35 960 ClipboardEvent - events fire on TEXTAREA - copy event on 'input_text'
008.html30-Jan-2012 23:35 957 ClipboardEvent - events fire on TEXTAREA - cut event on 'input_text'
009.html18-Feb-2012 14:19 942 setData() method - copy event on document
010.html18-Feb-2012 14:19 939 setData() method - cut event on document
011.html18-Feb-2012 14:19 1.2K copy event when there is no selection and script uses setData() - copy event on document
012.html18-Feb-2012 14:19 1.2K copy event when there is no selection and script uses setData() - cut event on document
013.html18-Feb-2012 14:19 1.0K cancelling default action, basic test - copy event on document
014.html18-Feb-2012 14:19 971 cancelling default action, basic test - cut event on document
015.html18-Feb-2012 14:19 1.0K cancelling default action, basic test - copy event on 'input_text'
016.html18-Feb-2012 14:19 1.0K cancelling default action, basic test - cut event on 'input_text'
017.html18-Feb-2012 14:19 1.1K copy event does not modify selection - copy event on document
018.html18-Feb-2012 14:19 1.1K copy event does not modify selection - copy event on 'input_text'
019.html18-Feb-2012 14:19 1.0K default action of event when there is no selection is noop - copy event on document
020.html18-Feb-2012 14:19 1.0K default action of event when there is no selection is noop - cut event on document
021.html18-Feb-2012 14:19 1.0K default action of cut event when there is no selection - no text change - copy event on document
022.html18-Feb-2012 14:19 802 getData() method in cut and copy events should return an empty string - cut event on document
023.html18-Feb-2012 14:19 805 getData() method in cut and copy events should return an empty string - copy event on document
024.html18-Feb-2012 14:19 908 getData() method when type is unsupported should return an empty string - paste event on document
025.html18-Feb-2012 14:19 1.0K cancelling default action of cut prevents removal of text from editable context - cut event on document
026.html18-Feb-2012 14:19 1.0K cancelling default action of cut prevents removal of text from editable context - cut event on 'input_text'
027.html18-Feb-2012 14:19 1.0K no default action for cut in non-editable context - cut event on document
028.html06-Mar-2013 15:15 1.1K setData() in cut event without preventDefault() has no effect when default action is noop - cut event on document
029.html06-Mar-2013 15:15 853 cut fires before text is removed - cut event on document
030.html06-Mar-2013 15:15 865 cut fires before text is removed - cut event on 'input_text'
031.html06-Mar-2013 15:15 1.0K cut collapses selection - cut event on 'input_text'
032.html18-Feb-2012 14:19 1.6K modifying data for cut event in non-editable context with selection - copy event on document
033.html18-Feb-2012 14:19 1.6K modifying data for cut event in non-editable context with selection - cut event on document
034.html18-Feb-2012 14:19 1.1K setData() method without preventing events's default action - copy event on document
035.html18-Feb-2012 14:19 1.1K setData() method without preventing events's default action - cut event on document
036.html18-Feb-2012 14:19 945 events fire on INPUT - paste event on document
037.html18-Feb-2012 14:19 957 events fire on INPUT - paste event on 'input_text'
038.html18-Feb-2012 14:19 961 events fire on TEXTAREA - paste event on document
039.html18-Feb-2012 14:19 1.0K events fire on TEXTAREA - paste event on 'input_text'
040.html18-Feb-2012 14:19 1.0K paste event fires before data is inserted - paste event on document
041.html18-Feb-2012 14:19 1.0K paste event fires before data is inserted - paste event on 'input_text'
042.html18-Feb-2012 14:19 1.0K preventing default action - paste event on document
043.html18-Feb-2012 14:19 1.0K preventing default action - paste event on 'input_text'
044.html11-Feb-2013 16:11 771 paste event fires even in non-editable context - paste event on document
045.html11-Feb-2013 16:11 962 setData() does not modify text that is about to be inserted in a paste event - paste event on document
046.html11-Feb-2013 16:11 1.0K setData() doesn't modify text on the clipboard when called from a paste event - paste event on 'input_text'
047.html11-Feb-2013 16:11 873 getData() method in paste event retrieving plain text - paste event on document
048.html11-Feb-2013 16:11 897 getData() method when called outside event handler should return an empty string - paste event on document
049.html11-Feb-2013 16:11 905 getData() method with wrong number of arguments - paste event on document
050.html11-Feb-2013 16:11 913 getData() method supports legacy 'text' argument - paste event on document
051.html11-Feb-2013 16:11 1.0K getData() method's type argument not case sensitive - paste event on document
052.html11-Feb-2013 16:11 772 event.clipboardData exists and inherits from DataTransfer - copy event on document
053.html11-Feb-2013 16:11 769 event.clipboardData exists and inherits from DataTransfer - cut event on document
054.html11-Feb-2013 16:11 775 event.clipboardData exists and inherits from DataTransfer - paste event on document
055.html11-Feb-2013 16:11 940 Clipboard event's clipboardData API - cut event on document
056.html11-Feb-2013 16:11 943 Clipboard event's clipboardData API - copy event on document
057.html11-Feb-2013 16:11 946 Clipboard event's clipboardData API - paste event on document
058.html11-Feb-2013 16:11 1.7K event target when selection spans several elements - copy event on document
059.html11-Feb-2013 16:11 1.7K event target when selection spans several elements - cut event on document
060.html11-Feb-2013 16:11 1.7K event target when selection spans several elements - copy event on 'a'
061.html11-Feb-2013 16:11 1.7K event target when selection spans several elements - cut event on 'a'
062.html11-Feb-2013 16:11 1.7K event target when selection spans several elements - copy event on 'b'
063.html11-Feb-2013 16:11 1.7K event target when selection spans several elements - cut event on 'b'
064.html11-Feb-2013 16:11 1.8K event target when selection spans several elements - paste event on document
065.html11-Feb-2013 16:11 1.7K event target when selection spans several elements - paste event on 'a'
066.html11-Feb-2013 16:11 1.7K event target when selection spans several elements - paste event on 'b'
067.html11-Feb-2013 16:11 2.1K event target when selection spans several elements - reversed selection - copy event on document
068.html11-Feb-2013 16:11 2.1K event target when selection spans several elements - reversed selection - cut event on document
069.html11-Feb-2013 16:11 2.0K event target when selection spans several elements - reversed selection - copy event on 'a'
070.html11-Feb-2013 16:11 2.0K event target when selection spans several elements - reversed selection - cut event on 'a'
071.html11-Feb-2013 16:11 2.0K event target when selection spans several elements - reversed selection - copy event on 'b'
072.html11-Feb-2013 16:11 2.0K event target when selection spans several elements - reversed selection - cut event on 'b'
073.html11-Feb-2013 16:11 2.1K event target when selection spans several elements - reversed selection - paste event on document
074.html11-Feb-2013 16:11 2.1K event target when selection spans several elements - reversed selection - paste event on 'a'
075.html11-Feb-2013 16:11 2.1K event target when selection spans several elements - reversed selection - paste event on 'b'
076.html11-Feb-2013 16:11 1.5K event target when focused element has no text node inside - paste event on document
077.html11-Feb-2013 16:11 1.5K event target when focused element has no text node inside - paste event on 'input_img'
078.html11-Feb-2013 16:11 925 copy event target property - selection in input - copy event on document
079.html11-Feb-2013 16:11 922 copy event target property - selection in input - cut event on document
080.html11-Feb-2013 16:11 928 copy event target property - selection in input - paste event on document
081.html11-Feb-2013 16:11 1.5K event target property - selection in document text - copy event on document
082.html11-Feb-2013 16:11 1.5K event target property - selection in document text - cut event on document
083.html11-Feb-2013 16:11 1.5K event target property - selection in document text - paste event on document
084.html11-Feb-2013 16:11 777 event target when no specific element has focus - copy event on document
085.html11-Feb-2013 16:11 774 event target when no specific element has focus - cut event on document
086.html11-Feb-2013 16:11 780 event target when no specific element has focus - paste event on document
087.html11-Feb-2013 16:11 939 clipboardData.items when clipboard has one single text/plain entry - paste event on document
088.html11-Feb-2013 16:11 864 getting data from clipboardData.items when clipboard has one single text/plain entry - paste event on document
089.html11-Feb-2013 16:11 839 setData and clipboardData.items - copy event on document
090.html11-Feb-2013 16:11 836 setData and clipboardData.items - cut event on document
091.html11-Feb-2013 16:11 1.1K pasting a file - paste event on document
092.html06-Mar-2013 15:15 1.2K pasting a file of unknown type - paste event on document
093.html06-Mar-2013 15:15 919 setData() followed by clearData() in same event handler - copy event on document
094.html06-Mar-2013 15:15 916 setData() followed by clearData() in same event handler - cut event on document
095.html06-Mar-2013 15:15 945 clearData() followed by setData() in same event handler - copy event on document
096.html06-Mar-2013 15:15 942 clearData() followed by setData() in same event handler - cut event on document
097.html06-Mar-2013 15:15 1.0K clipboard modification when script uses both clearData() and setData() - copy event on document
098.html06-Mar-2013 15:15 1.0K clipboard modification when script uses both clearData() and setData() - cut event on document
099.html06-Mar-2013 15:15 1.5K reading clipboard data from looping script - paste event on document
100.html06-Mar-2013 15:15 805 clearData() method without arguments - copy event on document
101.html06-Mar-2013 15:15 802 clearData() method without arguments - cut event on document
102.html06-Mar-2013 15:15 1.1K clearData() method with text/html argument - copy event on document
103.html06-Mar-2013 15:15 1.1K clearData() method with text/html argument - cut event on document
104.html06-Mar-2013 15:15 1.1K ClipboardEvent interface - synthetic events with new ClipboardEvent constructor - paste event on document
105.html06-Mar-2013 15:15 1.1K ClipboardEvent interface - synthetic events with non-standard MIME type - paste event on document
106.html06-Mar-2013 15:15 1.5K ClipboardEvent interface - synthetic copy/cut events must not affect system clipboard - copy event on document
107.html06-Mar-2013 15:15 1.5K ClipboardEvent interface - synthetic copy/cut events must not affect system clipboard - cut event on document
108.html06-Mar-2013 15:15 1.3K ClipboardEvent interface - synthetic paste event does not insert data into TEXTAREA - paste event on document
109.html06-Mar-2013 15:15 1.3K ClipboardEvent interface - synthetic paste event does not insert data into INPUT - paste event on document
110.html06-Mar-2013 15:15 1.6K ClipboardEvent interface - synthetic paste event does not insert plain text data into contentEditable element - paste event on document
111.html06-Mar-2013 15:15 1.6K ClipboardEvent interface - synthetic paste event does not insert HTML data into contentEditable element - paste event on document
112.html06-Mar-2013 15:15 1.8K integration with execCommand, events are syncronous - copy event on 'iframe.contentWindow'
113.html06-Mar-2013 15:15 1.8K integration with execCommand, events are syncronous - cut event on 'iframe.contentWindow'
114.html06-Mar-2013 15:15 1.8K integration with execCommand, events are syncronous - paste event on 'iframe.contentWindow'
115.html06-Mar-2013 15:15 1.7K integration with execCommand, can prevent default action - copy event on 'ifr.contentWindow'
116.html06-Mar-2013 15:15 1.7K integration with execCommand, can prevent default action - cut event on 'ifr.contentWindow'
117.html06-Mar-2013 15:15 1.4K integration with execCommand, can prevent default action - paste event on 'ifr.contentWindow'
118.html06-Mar-2013 15:15 1.6K clipboard events relative to key events - copy event on 'input_text'
119.html06-Mar-2013 15:15 1.5K clipboard events relative to key events - cut event on 'input_text'
120.html06-Mar-2013 15:15 1.6K clipboard events relative to key events - paste event on 'input_text'
121.html06-Mar-2013 15:15 2.1K clipboard events relative to key events - preventDefault prevents clipboard events - copy event on 'input_text'
122.html06-Mar-2013 15:15 2.1K clipboard events relative to key events - preventDefault prevents clipboard events - cut event on 'input_text'
123.html06-Mar-2013 15:15 2.1K clipboard events relative to key events - preventDefault prevents clipboard events - paste event on 'input_text'
124.html06-Mar-2013 15:15 1.8K clipboard events relative to other input events - cut event on 'input_text'
125.html06-Mar-2013 15:15 1.8K clipboard events relative to other input events - paste event on 'input_text'
126.html06-Mar-2013 15:15 1.2K copy operation does not dispatch other events - copy event on document
127.html06-Mar-2013 15:15 1.2K copy operation does not dispatch other events - copy event on 'input_text'
128.html06-Mar-2013 15:15 1.0K event listener that modifies focus - copy event on 'input_text'
129.html06-Mar-2013 15:15 1.0K event listener that modifies focus - cut event on 'input_text'
130.html06-Mar-2013 15:15 1.1K event listener that modifies focus - paste event on 'input_text'
131.html06-Mar-2013 15:15 959 event listener that modifies selection - copy event on document
132.html06-Mar-2013 15:15 895 setData() called outside event handler method - copy event on document
133.html06-Mar-2013 15:15 892 setData() called outside event handler method - cut event on document
134.html06-Mar-2013 15:15 898 setData() called outside event handler method - paste event on document
135.html06-Mar-2013 15:15 902 items.add() called outside event handler method - copy event on document
136.html06-Mar-2013 15:15 899 items.add() called outside event handler method - cut event on document
137.html06-Mar-2013 15:15 905 items.add() called outside event handler method - paste event on document
138.html06-Mar-2013 15:15 874 clearData() called outside event handler method - copy event on document
139.html06-Mar-2013 15:15 871 clearData() called outside event handler method - cut event on document
140.html06-Mar-2013 15:15 877 clearData() called outside event handler method - paste event on document
141.html06-Mar-2013 15:15 1.0K ClipboardEvent and non-ASCII data I - Japanese - copy event on 'input_text'
142.html06-Mar-2013 15:15 1.0K ClipboardEvent and non-ASCII data I - Japanese - cut event on 'input_text'
143.html06-Mar-2013 15:15 1.0K ClipboardEvent and non-ASCII data I - Japanese - paste event on 'input_text'
144.html06-Mar-2013 15:15 1.0K ClipboardEvent and non-ASCII data II - random Unicode symbols - copy event on 'input_text'
145.html06-Mar-2013 15:15 1.0K ClipboardEvent and non-ASCII data II - random Unicode symbols - cut event on 'input_text'
146.html06-Mar-2013 15:15 1.1K events fire inside SVG content - copy event on document
147.html06-Mar-2013 15:15 1.1K events fire inside SVG content - cut event on document
148.html06-Mar-2013 15:15 1.1K events fire inside SVG content - paste event on document
149.html06-Mar-2013 15:15 1.1K events fire inside SVG content - copy event on 'svg_text'
150.html06-Mar-2013 15:15 1.1K events fire inside SVG content - cut event on 'svg_text'
151.html06-Mar-2013 15:15 1.1K events fire inside SVG content - paste event on 'svg_text'
152.html06-Mar-2013 15:15 1.2K events fire inside editable SVG content - copy event on document
153.html06-Mar-2013 15:15 1.2K events fire inside editable SVG content - cut event on document
154.html06-Mar-2013 15:15 1.2K events fire inside editable SVG content - paste event on document
155.html06-Mar-2013 15:15 1.2K events fire inside editable SVG content - copy event on 'svg_text'
156.html06-Mar-2013 15:15 1.2K events fire inside editable SVG content - cut event on 'svg_text'
157.html06-Mar-2013 15:15 1.2K events fire inside editable SVG content - paste event on 'svg_text'
158.html06-Mar-2013 15:15 1.2K events fire inside SVG content in contentEditable - copy event on document
159.html06-Mar-2013 15:15 1.2K events fire inside SVG content in contentEditable - cut event on document
160.html06-Mar-2013 15:15 1.2K events fire inside SVG content in contentEditable - paste event on document
161.html06-Mar-2013 15:15 1.2K events fire inside SVG content in contentEditable - copy event on 'svg_text'
162.html06-Mar-2013 15:15 1.2K events fire inside SVG content in contentEditable - cut event on 'svg_text'
163.html06-Mar-2013 15:15 1.2K events fire inside SVG content in contentEditable - paste event on 'svg_text'
164.html06-Mar-2013 15:15 1.0K types property - all implementations must return 'text/plain' as one of the .types entries when there is plain text on the clipboard - paste event on document
165.html06-Mar-2013 15:15 1.2K setData() method does not throw when implementation does not know the type - copy event on document
166.html06-Mar-2013 15:15 1.2K setData() method does not throw when implementation does not know the type - cut event on document
167.html06-Mar-2013 15:15 1.7K setData() method with text/html (experimental) - copy event on document
168.html06-Mar-2013 15:15 1.7K setData() method with text/html (experimental) - cut event on document
169.html06-Mar-2013 15:15 822 clearData() method is noop in paste event - paste event on document
170.html06-Mar-2013 15:15 1.0K clearData() method without preventing events's default action - copy event on document
_lib.js08-Feb-2012 13:57 3.1K 
runtests.java01-Feb-2012 10:25 417  
runtests.rb08-Feb-2012 13:57 5.2K 
testlist.rb06-Mar-2013 15:15 16K 

Apache/2.2.16 (Debian) Server at dev.w3.org Port 80