Chromium Code Reviews| Index: LayoutTests/html5lib/generated/run-tests7-data-expected.txt |
| diff --git a/LayoutTests/html5lib/generated/run-tests7-data-expected.txt b/LayoutTests/html5lib/generated/run-tests7-data-expected.txt |
| index a34b5b02ea97d8bde20eb18fa1a6fba7eeb0436d..83ec533e8b9129ef83a6e64cc03a83efe3fa5ea6 100644 |
| --- a/LayoutTests/html5lib/generated/run-tests7-data-expected.txt |
| +++ b/LayoutTests/html5lib/generated/run-tests7-data-expected.txt |
| @@ -1,2 +1,24 @@ |
| CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected token < |
| -../resources/tests7.dat: PASS |
| +../resources/tests7.dat: |
| +11 |
| + |
| +Test 11 of 30 in ../resources/tests7.dat failed. Input: |
|
mstensho (USE GERRIT)
2015/08/20 09:45:56
Need to update or remove this test from tests7.dat
dcheng
2015/08/21 06:53:33
I've updated this to use the <object> tag. By my r
|
| +<!doctype html><p><applet><p>X</p></applet> |
| +Got: |
| +| <!DOCTYPE html> |
| +| <html> |
| +| <head> |
| +| <body> |
| +| <p> |
| +| <applet> |
| +| <p> |
| +| "X" |
| +Expected: |
| +| <!DOCTYPE html> |
| +| <html> |
| +| <head> |
| +| <body> |
| +| <p> |
| +| <applet> |
| +| <p> |
| +| "X" |