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

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