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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/editing/input/caret-read-only-after-editable-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/editing/input/caret-read-only-after-editable-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/editing/input/caret-read-only-after-editable-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..cff66027444f4e9b5613e801293322fd11ab44b7
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/platform/mac/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 800x82
+ LayoutBlockFlow {HTML} at (0,0) size 800x82
+ LayoutBlockFlow {BODY} at (8,8) size 784x66
+ LayoutBlockFlow (anonymous) at (0,0) size 784x18
+ LayoutText {#text} at (0,0) size 313x18
+ text run at (0,0) width 313: "Test passes if caret is visible after text is entered."
+ LayoutBlockFlow {DIV} at (0,18) size 784x48 [border: (1px solid #000000)]
+ LayoutText {#text} at (1,1) size 38x46
+ text run at (1,1) width 38: "ab"
+ LayoutInline {SPAN} at (0,0) size 359x46 [color=#BBBBBB]
+ LayoutText {#text} at (38,1) size 359x46
+ text run at (38,1) width 359: "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