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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/accessibility/blockquote.html
diff --git a/content/test/data/accessibility/blockquote.html b/content/test/data/accessibility/blockquote.html
index 559149d52e40a36775e2e352e7ef33fda558ef25..c88074fc234e40ef1099b74a7983e7b5b0e9a392 100644
--- a/content/test/data/accessibility/blockquote.html
+++ b/content/test/data/accessibility/blockquote.html
@@ -1,4 +1,9 @@
+<!DOCTYPE html>
+<html>
+<body>
<blockquote>
<p>First blockquote has a child element.</p>
</blockquote>
-<blockquote>Second blockquote has no child.</blockquote>
+<blockquote>Second blockquote has no child.</blockquote>
+</body>
+</html>
« 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