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

Issue 2290143002: Convert editing/selection/replace-selection-1.html to use w3c test harness (Closed)
Patch Set: 2016-08-30T17:42:16 Created 4 years, 4 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/replace-selection-1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/editing/selection/replace-selection-1-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/editing/selection/replace-selection-1-expected.txt
deleted file mode 100644
index 2bd88659a86fd223d9f190e1d4dcc412b1665ed0..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/linux/editing/selection/replace-selection-1-expected.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-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 784x40
- LayoutText {#text} at (0,0) size 765x39
- text run at (0,0) width 555: "This tests for a bug when a selection is replaced by content with selectReplacement == true. "
- text run at (555,0) width 210: "Below, you should see 'A new link'"
- text run at (0,20) width 26: "and "
- text run at (26,20) width 146: "'link' should be selected."
- LayoutBlockFlow {DIV} at (0,56) size 784x20
- LayoutText {#text} at (0,0) size 44x19
- text run at (0,0) width 44: "A new "
- LayoutInline {A} at (0,0) size 21x19 [color=#0000EE]
- LayoutText {#text} at (44,0) size 21x19
- text run at (44,0) width 21: "link"
-selection start: position 0 of child 0 {#text} of child 1 {A} of child 2 {DIV} of body
-selection end: position 4 of child 0 {#text} of child 1 {A} of child 2 {DIV} of body

Powered by Google App Engine
This is Rietveld 408576698