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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/editing/selection/unrendered-space-expected.txt

Issue 2184863003: Convert editing/selection/unrendered-space.html to use w3c test harness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revised 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/unrendered-space-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/editing/selection/unrendered-space-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/editing/selection/unrendered-space-expected.txt
deleted file mode 100644
index cdc195e20945793b25f649160266dbe70da7b65a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/linux/editing/selection/unrendered-space-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-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 784x60
- LayoutText {#text} at (0,0) size 783x59
- text run at (0,0) width 598: "This tests visible position creation in unrendered space after rendered text, just before a new block. "
- text run at (598,0) width 182: "The caret should be at the end"
- text run at (0,20) width 783: "of the line containing 'foo' because we choose to treat all positions in the unrendered space after 'foo' as being visually equivalent to"
- text run at (0,40) width 583: "the position just after 'foo', and not visually equivalent to the position on the next line, before 'bar'."
- LayoutBlockFlow {DIV} at (0,76) size 784x40
- LayoutBlockFlow (anonymous) at (0,0) size 784x20
- LayoutText {#text} at (0,0) size 20x19
- text run at (0,0) width 20: "foo"
- LayoutBlockFlow {DIV} at (0,20) size 784x20
- LayoutText {#text} at (0,0) size 20x19
- text run at (0,0) width 20: "bar"
-caret: position 3 of child 0 {#text} of child 2 {DIV} of body

Powered by Google App Engine
This is Rietveld 408576698