Chromium Code Reviews

Side by Side Diff: content/test/data/accessibility/frameset.html

Issue 543953003: Adding DumpAccessibilityTree Tests (8 of 20) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3
4 <frameset cols="25%,*">
5 <frame src="ins.html">
6 <frame src="mark.html">
7 </frameset>
8
9 </html>
OLDNEW

Powered by Google App Engine