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

Unified Diff: content/test/data/accessibility/del.html

Issue 496313003: Adding DumpAccessibilityTree Tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding expectations for android Created 6 years, 3 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/del.html
diff --git a/chrome/test/data/printing/layout_tests/source_html/images/test-image.html b/content/test/data/accessibility/del.html
similarity index 50%
copy from chrome/test/data/printing/layout_tests/source_html/images/test-image.html
copy to content/test/data/accessibility/del.html
index 17e712345b285054fe1cdf8cd0e5a8c368098203..bf175303f0f1cd0ee1bea41d9b8bb558cfe6c841 100644
--- a/chrome/test/data/printing/layout_tests/source_html/images/test-image.html
+++ b/content/test/data/accessibility/del.html
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<body>
- <img src="resources/test_image.jpg"></img>
+
+<p>I am <del>vegetarian</del></p>
+
</body>
</html>
« no previous file with comments | « content/test/data/accessibility/aria-timer-expected-win.txt ('k') | content/test/data/accessibility/del-expected-android.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698