Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / delete-table-with-empty-contents-expected.txt
blob39c3744b3064f08c11758c3f160dd7fb5b71808f
1 Tests that tables that have empty-rendered cells during deletion are deleted
2 correctly.  Empty-rendered cells can be caused by empty cells, cells with
3 content that has no height, or cells with editable content such that the
4 content is deleted prior to the table's deletion.
6 PASS (empty)
7 PASS (with empty span)
8 PASS (with editable empty span)
9 PASS (with editable non-empty span)
10 PASS (with nested editable non-empty spans)
11 PASS (with multiple editable non-empty spans)
12 PASS (with nested table)
13 PASS (with nested table containing editable non-empty span)