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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/paint/selection/text-selection-inline-block-expected.txt

Issue 2728263002: Omit wrapped selection for text under inline containing block. (Closed)
Patch Set: Update baselines. Created 3 years, 9 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/win/paint/selection/text-selection-inline-block-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/selection/text-selection-inline-block-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/selection/text-selection-inline-block-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..39be1681e68b20af8b0f50ad9c420f87d60a086f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/selection/text-selection-inline-block-expected.txt
@@ -0,0 +1,13 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x71
+ LayoutBlockFlow {HTML} at (0,0) size 800x71
+ LayoutBlockFlow {BODY} at (8,8) size 784x55
+ LayoutBlockFlow {DIV} at (0,0) size 24x55
+ LayoutText {#text} at (0,1) size 24x53
+ text run at (0,1) width 24: "x"
+ LayoutText {#text} at (24,1) size 24x53
+ text run at (24,1) width 24: "y"
+ LayoutText {#text} at (0,0) size 0x0
+selection start: position 0 of child 0 {#text} of child 0 {DIV} of body
+selection end: position 1 of child 1 {#text} of body

Powered by Google App Engine
This is Rietveld 408576698