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

Unified Diff: content/test/data/accessibility/html/textarea-read-only.html

Issue 2406233003: Sets the readonly state on read-only text fields on Windows. (Closed)
Patch Set: Fixed test expectations. 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: content/test/data/accessibility/html/textarea-read-only.html
diff --git a/content/test/data/accessibility/html/textarea.html b/content/test/data/accessibility/html/textarea-read-only.html
similarity index 88%
copy from content/test/data/accessibility/html/textarea.html
copy to content/test/data/accessibility/html/textarea-read-only.html
index 195890a63f865c33fde78cde1b40b2042fa7aa04..1b61b059f7c3dfe6f4a6e897fc83e45b0526ea37 100644
--- a/content/test/data/accessibility/html/textarea.html
+++ b/content/test/data/accessibility/html/textarea-read-only.html
@@ -11,7 +11,7 @@
<html>
<body>
-<textarea rows="4" cols="50">
+<textarea readonly rows="4" cols="50">
The textarea tag defines a multi-line text input control.
</textarea>

Powered by Google App Engine
This is Rietveld 408576698