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

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

Issue 704083002: Correcting blockqoute.html test file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html>
2 <html>
3 <body>
1 <blockquote> 4 <blockquote>
2 <p>First blockquote has a child element.</p> 5 <p>First blockquote has a child element.</p>
3 </blockquote> 6 </blockquote>
4 <blockquote>Second blockquote has no child.</blockquote> 7 <blockquote>Second blockquote has no child.</blockquote>
8 </body>
9 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698