d1f780df0b
also gets the tests running Changes to scripts: * pkg/pkg.gyp: add 'third_party' to list of folders to search * tools/publish_pkg.py: update copyright year * tools/publish_all_pkgs.py: also include pkg/third_party Changes to html5lib: * pubspec.yaml -- removed versions * README.md -- removed some historical notes * added html5lib.status * test/browser -- rename browser_tests to browser_test so test framework finds it * test/parser_test.dart, test/parser_feature_test.dart -- moved dart:io test into parser_test so parser_feature_test can work in browser * test/support.dart -- now finds the data folder relative to entry point script * test/support.dart -- rename "pathos" import to "path" Not changed: * ./test/run.sh still works for testing, in addition to ./tools/test.dart R=dgrove@google.com, ricow@google.com, sigmund@google.com Review URL: https://codereview.chromium.org//22375011 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26152 260f80e4-7a28-3924-810f-c04153c831b5
195 lines
2.2 KiB
Plaintext
195 lines
2.2 KiB
Plaintext
#data
|
|
<a><p></a></p>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <a>
|
|
| <p>
|
|
| <a>
|
|
|
|
#data
|
|
<a>1<p>2</a>3</p>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <a>
|
|
| "1"
|
|
| <p>
|
|
| <a>
|
|
| "2"
|
|
| "3"
|
|
|
|
#data
|
|
<a>1<button>2</a>3</button>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <a>
|
|
| "1"
|
|
| <button>
|
|
| <a>
|
|
| "2"
|
|
| "3"
|
|
|
|
#data
|
|
<a>1<b>2</a>3</b>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <a>
|
|
| "1"
|
|
| <b>
|
|
| "2"
|
|
| <b>
|
|
| "3"
|
|
|
|
#data
|
|
<a>1<div>2<div>3</a>4</div>5</div>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <a>
|
|
| "1"
|
|
| <div>
|
|
| <a>
|
|
| "2"
|
|
| <div>
|
|
| <a>
|
|
| "3"
|
|
| "4"
|
|
| "5"
|
|
|
|
#data
|
|
<table><a>1<p>2</a>3</p>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <a>
|
|
| "1"
|
|
| <p>
|
|
| <a>
|
|
| "2"
|
|
| "3"
|
|
| <table>
|
|
|
|
#data
|
|
<b><b><a><p></a>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <b>
|
|
| <b>
|
|
| <a>
|
|
| <p>
|
|
| <a>
|
|
|
|
#data
|
|
<b><a><b><p></a>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <b>
|
|
| <a>
|
|
| <b>
|
|
| <b>
|
|
| <p>
|
|
| <a>
|
|
|
|
#data
|
|
<a><b><b><p></a>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <a>
|
|
| <b>
|
|
| <b>
|
|
| <b>
|
|
| <b>
|
|
| <p>
|
|
| <a>
|
|
|
|
#data
|
|
<p>1<s id="A">2<b id="B">3</p>4</s>5</b>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <p>
|
|
| "1"
|
|
| <s>
|
|
| id="A"
|
|
| "2"
|
|
| <b>
|
|
| id="B"
|
|
| "3"
|
|
| <s>
|
|
| id="A"
|
|
| <b>
|
|
| id="B"
|
|
| "4"
|
|
| <b>
|
|
| id="B"
|
|
| "5"
|
|
|
|
#data
|
|
<table><a>1<td>2</td>3</table>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <a>
|
|
| "1"
|
|
| <a>
|
|
| "3"
|
|
| <table>
|
|
| <tbody>
|
|
| <tr>
|
|
| <td>
|
|
| "2"
|
|
|
|
#data
|
|
<table>A<td>B</td>C</table>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| "AC"
|
|
| <table>
|
|
| <tbody>
|
|
| <tr>
|
|
| <td>
|
|
| "B"
|
|
|
|
#data
|
|
<a><svg><tr><input></a>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <a>
|
|
| <svg svg>
|
|
| <svg tr>
|
|
| <svg input>
|