Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(834)

Unified Diff: src/pkg/exp/html/testdata/webkit/pending-spec-changes.dat

Issue 6228049: code review 6228049: exp/html: update test data (Closed)
Patch Set: diff -r 1098c239b9ad https://go.googlecode.com/hg/ Created 12 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/pkg/exp/html/testdata/webkit/plain-text-unsafe.dat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/exp/html/testdata/webkit/pending-spec-changes.dat
===================================================================
--- a/src/pkg/exp/html/testdata/webkit/pending-spec-changes.dat
+++ b/src/pkg/exp/html/testdata/webkit/pending-spec-changes.dat
@@ -26,3 +26,27 @@
| <svg svg>
| "foo"
| "bar"
+
+#data
+<table><tr><td><svg><desc><td></desc><circle>
+#errors
+7: Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
+30: A table cell was implicitly closed, but there were open elements.
+26: Unclosed element “desc”.
+20: Unclosed element “svg”.
+37: Stray end tag “desc”.
+45: End of file seen and there were open elements.
+45: Unclosed element “circle”.
+7: Unclosed element “table”.
+#document
+| <html>
+| <head>
+| <body>
+| <table>
+| <tbody>
+| <tr>
+| <td>
+| <svg svg>
+| <svg desc>
+| <td>
+| <circle>
« no previous file with comments | « no previous file | src/pkg/exp/html/testdata/webkit/plain-text-unsafe.dat » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b