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

Delta Between Two Patch Sets: src/pkg/exp/html/testdata/webkit/pending-spec-changes.dat

Issue 6228049: code review 6228049: exp/html: update test data (Closed)
Left Patch Set: Created 12 years, 9 months ago
Right Patch Set: diff -r 1098c239b9ad https://go.googlecode.com/hg/ Created 12 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | src/pkg/exp/html/testdata/webkit/plain-text-unsafe.dat » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 #data 1 #data
2 <input type="hidden"><frameset> 2 <input type="hidden"><frameset>
3 #errors 3 #errors
4 21: Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”. 4 21: Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
5 31: “frameset” start tag seen. 5 31: “frameset” start tag seen.
6 31: End of file seen and there were open elements. 6 31: End of file seen and there were open elements.
7 #document 7 #document
8 | <html> 8 | <html>
9 | <head> 9 | <head>
10 | <frameset> 10 | <frameset>
11 11
12 #data 12 #data
13 <!DOCTYPE html><table><caption><svg>foo</table>bar 13 <!DOCTYPE html><table><caption><svg>foo</table>bar
14 #errors 14 #errors
15 47: End tag “table” did not match the name of the current open element (“svg”). 15 47: End tag “table” did not match the name of the current open element (“svg”).
16 47: “table” closed but “caption” was still open. 16 47: “table” closed but “caption” was still open.
17 47: End tag “table” seen, but there were open elements. 17 47: End tag “table” seen, but there were open elements.
18 36: Unclosed element “svg”. 18 36: Unclosed element “svg”.
19 #document 19 #document
20 | <!DOCTYPE html> 20 | <!DOCTYPE html>
21 | <html> 21 | <html>
22 | <head> 22 | <head>
23 | <body> 23 | <body>
24 | <table> 24 | <table>
25 | <caption> 25 | <caption>
26 | <svg svg> 26 | <svg svg>
27 | "foo" 27 | "foo"
28 | "bar" 28 | "bar"
29
30 #data
31 <table><tr><td><svg><desc><td></desc><circle>
32 #errors
33 7: Start tag seen without seeing a doctype first. Expected “<!DOCTYPE html>”.
34 30: A table cell was implicitly closed, but there were open elements.
35 26: Unclosed element “desc”.
36 20: Unclosed element “svg”.
37 37: Stray end tag “desc”.
38 45: End of file seen and there were open elements.
39 45: Unclosed element “circle”.
40 7: Unclosed element “table”.
41 #document
42 | <html>
43 | <head>
44 | <body>
45 | <table>
46 | <tbody>
47 | <tr>
48 | <td>
49 | <svg svg>
50 | <svg desc>
51 | <td>
52 | <circle>
LEFTRIGHT

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