Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: LayoutTests/editing/deleting/delete-block-table-expected.txt

Issue 214523008: Use RenderStyle::isCollapsibleWhiteSpace when renderer is available. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use RenderStyle::isCollapsibleWhiteSpace when renderer is available. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This test checks that deleting into a table works properly. When deleting three times with the cursor after the character "a" in the "after" text after the tabl e, the "a" should be deleted, as should the "o" of "buffalo" in the last table c ell. 1 This test checks that deleting into a table works properly. When deleting three times with the cursor after the character "a" in the "after" text after the tabl e, the "a" should be deleted, as should the "o" of "buffalo" in the last table c ell.
2 2
3 Before 3 Before
4 Foo» baz 4 Foo» baz
5 bar» buffalfter 5 bar» buffalfter
6 execDeleteCommand: <div>Before</div> <table style="border:3px solid #aaa;"> <tbo dy><tr> <td> Foo </td> <td> baz </td> </tr> <tr> <td> bar </td> <td> buffalo </t d> </tr> </tbody></table> <span id="start">fter</span> 6 execDeleteCommand: <div>Before</div> <table style="border:3px solid #aaa;"> <tbo dy><tr> <td> Foo </td> <td> baz </td> </tr> <tr> <td> bar </td> <td> buffalo </t d> </tr> </tbody></table> <span id="start">fter</span>
7 execDeleteCommand: <div>Before</div> <table style="border:3px solid #aaa;"> <tbo dy><tr> <td> Foo </td> <td> baz </td> </tr> <tr> <td> bar </td> <td> buffalofter </td></tr></tbody></table> 7 execDeleteCommand: <div>Before</div> <table style="border:3px solid #aaa;"> <tbo dy><tr> <td> Foo </td> <td> baz </td> </tr> <tr> <td> bar </td> <td> buffalofter </td></tr></tbody></table>
8 execDeleteCommand: <div>Before</div> <table style="border:3px solid #aaa;"> <tbo dy><tr> <td> Foo </td> <td> baz </td> </tr> <tr> <td> bar </td> <td> buffalfter< /td></tr></tbody></table> 8 execDeleteCommand: <div>Before</div> <table style="border:3px solid #aaa;"> <tbo dy><tr> <td> Foo </td> <td> baz </td> </tr> <tr> <td> bar </td> <td> buffalfter< /td></tr></tbody></table>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/editing/pasteboard/paste-into-anchor-text-expected.txt » ('j') | Source/core/dom/Position.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698