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

Unified Diff: content/test/data/accessibility/a-name.html

Issue 9950068: Improve test engine error feedback: (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix compile error on mac and add temporary mac expectations files Created 8 years, 9 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/a-name.html
diff --git a/content/test/data/accessibility/a-name.html b/content/test/data/accessibility/a-name.html
new file mode 100644
index 0000000000000000000000000000000000000000..79653ab9f22e652e40d6ea4a6f09e10f0ab70514
--- /dev/null
+++ b/content/test/data/accessibility/a-name.html
@@ -0,0 +1,7 @@
+<html>
+<style>a { text-decoration: underline; display: block; }</style>
+<body>
+ <a name="named_anchor_1">named anchor</a>
+ <a name="named_anchor_2" href="#foo">both a named anchor and a link</a>
+</body>
+</html>
« no previous file with comments | « content/test/data/accessibility/a-expected-win.txt ('k') | content/test/data/accessibility/a-name-expected-mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698