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/selection/5057506-expected.txt

Issue 2178193004: Convert editing/selection/5057506.html to use w3c test harness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-07-26T18:38:20 Created 4 years, 5 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/selection/5057506-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/editing/selection/5057506-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/editing/selection/5057506-expected.txt
deleted file mode 100644
index f9ff5dc2b33e23509dded3d0d2aec31ff5fbcfb8..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/linux/editing/selection/5057506-expected.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-ALERT: 33
-ALERT: 116.5
-layer at (0,0) size 800x600
- LayoutView at (0,0) size 800x600
-layer at (0,0) size 800x600
- LayoutBlockFlow {HTML} at (0,0) size 800x600
- LayoutBlockFlow {BODY} at (8,8) size 784x584
- LayoutBlockFlow {P} at (0,0) size 784x80
- LayoutText {#text} at (0,0) size 771x79
- text run at (0,0) width 477: "This tests double clicking after the last character in the last cell of a block table. "
- text run at (477,0) width 294: "The paragraph break (the space between the last"
- text run at (0,20) width 448: "character and the first character in the next paragraph) should be selected. "
- text run at (448,20) width 272: "Selection painting problems might prevent the"
- text run at (0,40) width 373: "paragraph break from appearing as selected even though it is. "
- text run at (373,40) width 375: "To test manually, double click inside the table cell, after the last"
- text run at (0,60) width 152: "character, and hit delete. "
- text run at (151,60) width 266: "Afterward, the table should contain 'foobar'."
- LayoutBlockFlow {DIV} at (0,96) size 784x50
- LayoutTable {TABLE} at (0,0) size 110x30 [border: (1px outset #808080)]
- LayoutTableSection {TBODY} at (1,1) size 108x28
- LayoutTableRow {TR} at (0,2) size 108x24
- LayoutTableCell {TD} at (2,2) size 104x24 [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=1]
- LayoutInline {SPAN} at (0,0) size 20x19
- LayoutText {#text} at (2,2) size 20x19
- text run at (2,2) width 20: "foo"
- LayoutBlockFlow {DIV} at (0,30) size 784x20
- LayoutText {#text} at (0,0) size 20x19
- text run at (0,0) width 20: "bar"
-selection start: position 3 of child 0 {#text} of child 0 {SPAN} of child 0 {TD} of child 0 {TR} of child 0 {TBODY} of child 1 {TABLE} of child 2 {DIV} of body
-selection end: position 0 of child 3 {DIV} of child 2 {DIV} of body

Powered by Google App Engine
This is Rietveld 408576698