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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.11/fast/text/flexbox-selection-nested-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/mac-mac10.11/fast/text/flexbox-selection-nested-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac-mac10.11/fast/text/flexbox-selection-nested-expected.txt b/third_party/WebKit/LayoutTests/platform/mac-mac10.11/fast/text/flexbox-selection-nested-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c5b92f01a066c952cee9f5124276c6c0c61136fa
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/mac-mac10.11/fast/text/flexbox-selection-nested-expected.txt
@@ -0,0 +1,28 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x108
+ LayoutBlockFlow {HTML} at (0,0) size 800x108
+ LayoutBlockFlow {BODY} at (8,8) size 784x92
+ LayoutBlockFlow (anonymous) at (0,0) size 784x18
+ LayoutText {#text} at (0,0) size 562x18
+ text run at (0,0) width 562: "This test verifies that a selection spanning nested flexbox boundaries is drawn correctly."
+layer at (8,26) size 200x74
+ LayoutBlockFlow (relative positioned) {DIV} at (0,18) size 200x74 [bgcolor=#DDDDDD]
+ LayoutFlexibleBox {DIV} at (0,0) size 200x37
+ LayoutBlockFlow {SPAN} at (0,0) size 100x37
+ LayoutText {#text} at (0,0) size 43x37
+ text run at (0,0) width 43: "aaa"
+ LayoutFlexibleBox {DIV} at (100,0) size 100x37
+ LayoutBlockFlow {SPAN} at (0,0) size 100x37
+ LayoutText {#text} at (0,0) size 48x37
+ text run at (0,0) width 48: "bbb"
+ LayoutFlexibleBox {DIV} at (0,37) size 200x37
+ LayoutBlockFlow {SPAN} at (0,0) size 100x37
+ LayoutText {#text} at (0,0) size 43x37
+ text run at (0,0) width 43: "ccc"
+ LayoutFlexibleBox {DIV} at (100,0) size 100x37
+ LayoutBlockFlow {SPAN} at (0,0) size 100x37
+ LayoutText {#text} at (0,0) size 48x37
+ text run at (0,0) width 48: "ddd"
+selection start: position 1 of child 0 {#text} of child 1 {SPAN} of child 1 {DIV} of child 1 {DIV} of body
+selection end: position 2 of child 0 {#text} of child 0 {SPAN} of child 3 {DIV} of child 3 {DIV} of child 1 {DIV} of body

Powered by Google App Engine
This is Rietveld 408576698