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

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

Issue 2972603002: Convert editing/selection/node-removal-2.html using assert_selection(). (Closed)
Patch Set: Created 3 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
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/win/editing/selection/node-removal-2-expected.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/platform/win/editing/selection/node-removal-2-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/editing/selection/node-removal-2-expected.txt b/third_party/WebKit/LayoutTests/platform/win/editing/selection/node-removal-2-expected.txt
deleted file mode 100644
index e63f3c9b1abde800904a9c7200b7c5e8dcf578ce..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/win/editing/selection/node-removal-2-expected.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-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 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 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. "
- text run at (455,0) width 164: "Then the node is removed. "
- text run at (619,0) width 116: "Then a Select All is"
- text run at (0,20) width 62: "executed. "
- text run at (62,20) width 242: "The entire document should be selected."
- LayoutBlockFlow {DIV} at (0,112) size 784x20
- LayoutText {#text} at (0,0) size 32x19
- text run at (0,0) width 32: "hello "
- LayoutText {#text} at (32,0) size 40x19
- text run at (32,0) width 40: "world!"
-selection start: position 0 of child 0 {#text} of child 1 {P} of body
-selection end: position 7 of child 1 {#text} of child 5 {DIV} of body
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/win/editing/selection/node-removal-2-expected.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698