| Feature/Function |
sub-feature
sub-function |
Description |
Test Case Name |
| Cut/Copy |
Styled Text |
Determine whether text copied from a formatted web page (such as within a table)
has a "non-annoying" layout. |
copy-text-indented |
| Cut/Copy |
Images |
Determine whether native and non-native images are correctly copied to the system
Clipboard. |
copy-img |
| Copy/Paste |
Negative |
Determine whether non-copyable page content such as UI widgets are correctly omitted
from the Clipboard content. |
copy-bad-stuff |
| Copy/Paste |
Overflow |
Determine whether extremely large text blocks can be copied from web pages. |
copy-large-text |
| Copy/Paste |
Overflow |
Determine whether extremely large images can be copied from web pages. |
copy-large-img |
| Copy/Paste |
Stress |
Determine whether complicated rich text (such as massively nested tables) can be
copied. |
copy-complex-page |