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/editing/caret/caret-color-001.html

Issue 2632963002: [css-ui] Update caret-color tests (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/caret/caret-color-002.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/caret/caret-color-001.html
diff --git a/third_party/WebKit/LayoutTests/editing/caret/caret-color-001.html b/third_party/WebKit/LayoutTests/editing/caret/caret-color-001.html
index d52bda044147880f2f3aaa4ab667eb3c0d832077..c642363ca3f2979a3b1a65f65965ff0ad721041d 100644
--- a/third_party/WebKit/LayoutTests/editing/caret/caret-color-001.html
+++ b/third_party/WebKit/LayoutTests/editing/caret/caret-color-001.html
@@ -20,5 +20,10 @@
<body>
<p>Test passes if, when the text area below is focused for editing, the text insertion caret is green.</p>
<p>The shape of the caret, and whether it flashes, are not part of the test.</p>
- <textarea autofocus></textarea>
+ <textarea id="test"></textarea>
+ <script>
+ window.onload = function() {
+ document.getElementById("test").focus();
+ }
+ </script>
</body>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/caret/caret-color-002.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698