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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/editing/deleting/5126166-expected.txt

Issue 2601923003: [css-tables] Fix caret position inside empty cell (Closed)
Patch Set: Test rebaselines Created 3 years, 12 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/mac/editing/deleting/5126166-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/editing/deleting/5126166-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/editing/deleting/5126166-expected.txt
index a962fa3afc76ccdaba5e2168d9afc3720ffee312..22ce793c21bf015160f11b96cd9069b1bbdb923e 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/editing/deleting/5126166-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/editing/deleting/5126166-expected.txt
@@ -12,13 +12,13 @@ layer at (0,0) size 800x600
LayoutTable {TABLE} at (0,0) size 16x28 [border: (1px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 14x26
LayoutTableRow {TR} at (0,2) size 14x22
- LayoutTableCell {TD} at (2,11) size 4x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (2,2) size 4x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (8,2) size 4x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
LayoutBR {BR} at (2,2) size 0x18
LayoutTable {TABLE} at (0,28) size 359x28 [border: (1px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 357x26
LayoutTableRow {TR} at (0,2) size 357x22
- LayoutTableCell {TD} at (2,11) size 4x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (2,2) size 4x22 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (8,2) size 347x22 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
LayoutText {#text} at (2,2) size 343x18
text run at (2,2) width 343: "There should be one empty cell to the left of this one."

Powered by Google App Engine
This is Rietveld 408576698