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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/editing/selection/node-removal-1-expected.txt

Issue 1410703003: Auto-rebaseline for r354723 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/selection/node-removal-1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/editing/selection/node-removal-1-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/editing/selection/node-removal-1-expected.txt
index f62b819c9e873c44f94e41187bc91a87aefe01c2..35ba4782b4361b096aaf48ec1b34c3df71646efb 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/editing/selection/node-removal-1-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/editing/selection/node-removal-1-expected.txt
@@ -5,10 +5,10 @@ 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 784x36
- LayoutText {#text} at (0,0) size 764x36
+ LayoutText {#text} at (0,0) size 763x36
text run at (0,0) width 693: "This tests behavior when a node that serves as the start or end of a selection is removed from the document. "
- text run at (692,0) width 72: "Ideally, we"
- text run at (0,18) width 661: "would just adjust the selection when an endpoint is removed, for now, we just blow away the selection."
+ text run at (692,0) width 71: "Ideally, we"
+ text run at (0,18) width 660: "would just adjust the selection when an endpoint is removed, for now, we just blow away the selection."
LayoutBlockFlow {P} at (0,52) size 784x36
LayoutText {#text} at (0,0) size 784x36
text run at (0,0) width 487: "This test creates a selection that ends inside of a node that will be removed. "

Powered by Google App Engine
This is Rietveld 408576698