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

Unified Diff: third_party/WebKit/LayoutTests/paint/selection/text-selection-newline-clipped-by-overflow-expected.txt

Issue 1817463004: Always apply parent clips to selection rects when painting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/paint/selection/text-selection-newline-clipped-by-overflow-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/selection/text-selection-newline-clipped-by-overflow-expected.txt b/third_party/WebKit/LayoutTests/paint/selection/text-selection-newline-clipped-by-overflow-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..aa3d3f1a56e99bef98cafdacd5fb1c0af6278dac
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/selection/text-selection-newline-clipped-by-overflow-expected.txt
@@ -0,0 +1,17 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x61
+ LayoutBlockFlow {HTML} at (0,0) size 800x61
+ LayoutBlockFlow {BODY} at (8,8) size 784x45
+ LayoutBlockFlow {DIV} at (0,0) size 784x45
+ LayoutBlockFlow {DIV} at (0,0) size 784x25
+ LayoutText {#text} at (0,0) size 0x0
+ LayoutBlockFlow (anonymous) at (0,25) size 784x20
+ LayoutText {#text} at (0,0) size 29x19
+ text run at (0,0) width 29: "test2"
+layer at (8,8) size 29x20
+ LayoutBlockFlow {DIV} at (0,0) size 29x20
+ LayoutText {#text} at (0,0) size 29x19
+ text run at (0,0) width 29: "test1"
+selection start: position 0 of child 0 {#text} of child 1 {DIV} of child 1 {DIV} of child 0 {DIV} of body
+selection end: position 8 of child 2 {#text} of child 0 {DIV} of body

Powered by Google App Engine
This is Rietveld 408576698