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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/editing/input/caret-read-only-after-editable-expected.txt

Issue 2401363003: Use anchor node, rather than current selected node, to check editability. (Closed)
Patch Set: Feedback. Created 4 years, 2 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/input/caret-read-only-after-editable-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/editing/input/caret-read-only-after-editable-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/editing/input/caret-read-only-after-editable-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9bea56898b20888e97580cd79945491c705fe0ad
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/linux/editing/input/caret-read-only-after-editable-expected.txt
@@ -0,0 +1,15 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x86
+ LayoutBlockFlow {HTML} at (0,0) size 800x86
+ LayoutBlockFlow {BODY} at (8,8) size 784x70
+ LayoutBlockFlow (anonymous) at (0,0) size 784x20
+ LayoutText {#text} at (0,0) size 291x19
+ text run at (0,0) width 291: "Test passes if caret is visible after text is entered."
+ LayoutBlockFlow {DIV} at (0,20) size 784x50 [border: (1px solid #000000)]
+ LayoutText {#text} at (1,2) size 38x46
+ text run at (1,2) width 38: "ab"
+ LayoutInline {SPAN} at (0,0) size 351x46 [color=#BBBBBB]
+ LayoutText {#text} at (39,2) size 351x46
+ text run at (39,2) width 351: "autocomplete hint text"
+caret: position 2 of child 0 {#text} of child 1 {DIV} of body

Powered by Google App Engine
This is Rietveld 408576698