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/mac/fast/text/selection-with-inline-padding-expected.txt

Issue 2546473003: Simplify computation of text selection top/bottom. (Closed)
Patch Set: Add add'l test expectations. Created 4 years 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/fast/text/selection-with-inline-padding-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/text/selection-with-inline-padding-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/text/selection-with-inline-padding-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..408ed81f28c4cc7724ed1794f54bb7625ec4bcfd
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/text/selection-with-inline-padding-expected.txt
@@ -0,0 +1,22 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x138
+ LayoutBlockFlow {HTML} at (0,0) size 800x138
+ LayoutBlockFlow {BODY} at (8,16) size 784x106
+ LayoutBlockFlow {P} at (0,0) size 784x54
+ LayoutText {#text} at (0,0) size 357x18
+ text run at (0,0) width 357: "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
+ LayoutBR {BR} at (356,0) size 1x18
+ LayoutInline {B} at (0,0) size 314x38
+ LayoutText {#text} at (10,18) size 294x18
+ text run at (10,18) width 294: "Sed dictum erat sit amet pharetra pretium."
+ LayoutBR {BR} at (313,18) size 1x18
+ LayoutText {#text} at (0,36) size 339x18
+ text run at (0,36) width 339: "Nullam a est vitae orci tempus tincidunt nec at dolor."
+ LayoutBlockFlow {P} at (0,70) size 784x36
+ LayoutText {#text} at (0,0) size 730x36
+ text run at (0,0) width 446: "Tests whether selection includes padding in the Y direction for inline "
+ text run at (445,0) width 285: "elements. This padding would ideally not be"
+ text run at (0,18) width 253: "included. http://crbug.com/657325#c13"
+selection start: position 5 of child 0 {#text} of child 3 {B} of child 0 {P} of body
+selection end: position 37 of child 0 {#text} of child 3 {B} of child 0 {P} of body

Powered by Google App Engine
This is Rietveld 408576698