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

Unified Diff: content/test/data/accessibility/html/input-text-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/input-text-read-only.html
diff --git a/content/test/data/accessibility/html/input-text.html b/content/test/data/accessibility/html/input-text-read-only.html
similarity index 84%
copy from content/test/data/accessibility/html/input-text.html
copy to content/test/data/accessibility/html/input-text-read-only.html
index 5b1ba8965ac919a77f64b08abf1ea91c034e07e9..fe10a41336999593d878934c99281c1d6ea71d1f 100644
--- a/content/test/data/accessibility/html/input-text.html
+++ b/content/test/data/accessibility/html/input-text-read-only.html
@@ -14,6 +14,6 @@
<!DOCTYPE html>
<html>
<body>
- <input type="text" placeholder="Name" autofocus>
+ <input type="text" readonly placeholder="Name" autofocus>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698