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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/text/selection-no-clip-text-expected.txt

Issue 2546473003: Simplify computation of text selection top/bottom. (Closed)
Patch Set: Add new baselines. 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/paint/text/selection-no-clip-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/text/selection-no-clip-text-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/text/selection-no-clip-text-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..885d2026b06da5db7d2b8390ae4424797b798d43
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/text/selection-no-clip-text-expected.txt
@@ -0,0 +1,16 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x56
+ LayoutBlockFlow {HTML} at (0,0) size 800x56
+ LayoutBlockFlow {BODY} at (8,8) size 784x40
+ LayoutBlockFlow (anonymous) at (0,0) size 784x18
+ LayoutText {#text} at (0,0) size 433x18
+ text run at (0,0) width 433: "Passes if top of all text in second row is visible when fully selected."
+ LayoutBlockFlow {DIV} at (0,18) size 784x22
+ LayoutText {#text} at (0,-4) size 12x18
+ text run at (0,-4) width 12: "X"
+ LayoutBR {BR} at (11,-4) size 1x18
+ LayoutText {#text} at (0,7) size 47x18
+ text run at (0,7) width 47: "YYYY"
+selection start: position 0 of child 0 {#text} of body
+selection end: position 4 of child 2 {#text} of child 1 {DIV} of body

Powered by Google App Engine
This is Rietveld 408576698