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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/editing/active-suggestion-marker-split-expected.txt

Issue 2925543003: [ActiveSuggestionMarker #3] Add painting for ActiveSuggestionMarker (Closed)
Patch Set: marker_with_formatting => styleable_marker Created 3 years, 6 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/linux/editing/active-suggestion-marker-split-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/editing/active-suggestion-marker-split-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/editing/active-suggestion-marker-split-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b19f1d818667dbbcbd7c2eb168743235b38b3c32
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/linux/editing/active-suggestion-marker-split-expected.txt
@@ -0,0 +1,20 @@
+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 {DIV} at (0,0) size 784x20
+ LayoutText {#text} at (0,0) size 22x19
+ text run at (0,0) width 22: "abc"
+ LayoutText {#text} at (22,0) size 32x19
+ text run at (22,0) width 32: " xxx "
+ LayoutText {#text} at (54,0) size 20x19
+ text run at (54,0) width 20: "def"
+layer at (8,28) size 128x20 scrollWidth 159
+ LayoutBlockFlow {DIV} at (0,20) size 128x20
+ LayoutText {#text} at (0,0) size 62x19
+ text run at (0,0) width 62: "abcdefghi"
+ LayoutText {#text} at (62,0) size 32x19
+ text run at (62,0) width 32: " xxx "
+ LayoutText {#text} at (94,0) size 65x19
+ text run at (94,0) width 65: "jklmnopqr"

Powered by Google App Engine
This is Rietveld 408576698