Index: content/test/data/accessibility/input-date.html |
diff --git a/chrome/test/data/dom_automation/frames/iframe2.html b/content/test/data/accessibility/input-date.html |
similarity index 55% |
copy from chrome/test/data/dom_automation/frames/iframe2.html |
copy to content/test/data/accessibility/input-date.html |
index 908303eb19eb3e85a067927b6371db36b8317f8a..b6181cef8896963a34dee1dd4b012dbd82bdd661 100644 |
--- a/chrome/test/data/dom_automation/frames/iframe2.html |
+++ b/content/test/data/accessibility/input-date.html |
@@ -1,5 +1,7 @@ |
<html> |
<body> |
-<div>iframe 2</div> |
+ |
+ <input type="date"> |
+ |
</body> |
</html> |