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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/editing/selection/node-removal-2-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/linux/editing/selection/node-removal-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/editing/selection/node-removal-2-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/editing/selection/node-removal-2-expected.txt
index 7b35dea09cc57d81d496bd8d90f1c25c6a846807..e63f3c9b1abde800904a9c7200b7c5e8dcf578ce 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/editing/selection/node-removal-2-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/editing/selection/node-removal-2-expected.txt
@@ -6,10 +6,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 784x40
- LayoutText {#text} at (0,0) size 783x39
+ LayoutText {#text} at (0,0) size 782x39
text run at (0,0) width 651: "This tests behavior when a node that serves as the start or end of a selection is removed from the document. "
- text run at (651,0) width 132: "Ideally, we would just"
- text run at (0,20) width 552: "adjust the selection when an endpoint is removed, for now, we just blow away the selection."
+ text run at (651,0) width 131: "Ideally, we would just"
+ text run at (0,20) width 551: "adjust the selection when an endpoint is removed, for now, we just blow away the selection."
LayoutBlockFlow {P} at (0,56) size 784x40
LayoutText {#text} at (0,0) size 735x39
text run at (0,0) width 455: "This test creates a selection that ends inside of a node that will be removed. "

Powered by Google App Engine
This is Rietveld 408576698