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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/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/linux/editing/deleting/5126166-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/editing/deleting/5126166-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/editing/deleting/5126166-expected.txt
index d87a635ec53fefb733c746b6aeff36e39beec775..2da27f2a266a64878ab8920c0b8a169a4e13363f 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/editing/deleting/5126166-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/editing/deleting/5126166-expected.txt
@@ -12,13 +12,13 @@ layer at (0,0) size 800x600
LayoutTable {TABLE} at (0,0) size 16x30 [border: (1px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 14x28
LayoutTableRow {TR} at (0,2) size 14x24
- LayoutTableCell {TD} at (2,12) size 4x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (2,2) size 4x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (8,2) size 4x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
LayoutBR {BR} at (2,2) size 0x19
LayoutTable {TABLE} at (0,30) size 334x30 [border: (1px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 332x28
LayoutTableRow {TR} at (0,2) size 332x24
- LayoutTableCell {TD} at (2,12) size 4x4 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (2,2) size 4x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (8,2) size 322x24 [border: (1px inset #808080)] [r=0 c=1 rs=1 cs=1]
LayoutText {#text} at (2,2) size 318x19
text run at (2,2) width 318: "There should be one empty cell to the left of this one."

Powered by Google App Engine
This is Rietveld 408576698