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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/innerText/setter-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: rebase Created 3 years, 10 months 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 56 tests; 27 PASS, 29 FAIL, 0 TIMEOUT, 0 NOTRUN.
2 PASS Simplest possible test 3 PASS Simplest possible test
3 PASS Newlines convert to <br> in non-white-space:pre elements 4 PASS Newlines convert to <br> in non-white-space:pre elements
4 PASS Newlines convert to <br> in <pre> element 5 PASS Newlines convert to <br> in <pre> element
5 PASS Newlines convert to <br> in white-space:pre element 6 PASS Newlines convert to <br> in white-space:pre element
6 PASS CRs convert to <br> in non-white-space:pre elements 7 PASS CRs convert to <br> in non-white-space:pre elements
7 PASS CRs convert to <br> in <pre> element 8 PASS CRs convert to <br> in <pre> element
8 PASS Newline/CR pair converts to <br> in non-white-space:pre element 9 PASS Newline/CR pair converts to <br> in non-white-space:pre element
9 PASS Newline/newline pair converts to two <br>s in non-white-space:pre element 10 PASS Newline/newline pair converts to two <br>s in non-white-space:pre element
10 PASS CR/CR pair converts to two <br>s in non-white-space:pre element 11 PASS CR/CR pair converts to two <br>s in non-white-space:pre element
11 PASS CRs convert to <br> in white-space:pre element 12 PASS CRs convert to <br> in white-space:pre element
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 FAIL innerText on <frameset> element Failed to set the 'innerText' property on ' HTMLElement': The 'frameset' element does not support text insertion. 51 FAIL innerText on <frameset> element Failed to set the 'innerText' property on ' HTMLElement': The 'frameset' element does not support text insertion.
51 FAIL innerText on <head> element Failed to set the 'innerText' property on 'HTML Element': The 'head' element does not support text insertion. 52 FAIL innerText on <head> element Failed to set the 'innerText' property on 'HTML Element': The 'head' element does not support text insertion.
52 FAIL innerText on <html> element Failed to set the 'innerText' property on 'HTML Element': The 'html' element does not support text insertion. 53 FAIL innerText on <html> element Failed to set the 'innerText' property on 'HTML Element': The 'html' element does not support text insertion.
53 FAIL innerText on <table> element Failed to set the 'innerText' property on 'HTM LElement': The 'table' element does not support text insertion. 54 FAIL innerText on <table> element Failed to set the 'innerText' property on 'HTM LElement': The 'table' element does not support text insertion.
54 FAIL innerText on <tbody> element Failed to set the 'innerText' property on 'HTM LElement': The 'tbody' element does not support text insertion. 55 FAIL innerText on <tbody> element Failed to set the 'innerText' property on 'HTM LElement': The 'tbody' element does not support text insertion.
55 FAIL innerText on <tfoot> element Failed to set the 'innerText' property on 'HTM LElement': The 'tfoot' element does not support text insertion. 56 FAIL innerText on <tfoot> element Failed to set the 'innerText' property on 'HTM LElement': The 'tfoot' element does not support text insertion.
56 FAIL innerText on <thead> element Failed to set the 'innerText' property on 'HTM LElement': The 'thead' element does not support text insertion. 57 FAIL innerText on <thead> element Failed to set the 'innerText' property on 'HTM LElement': The 'thead' element does not support text insertion.
57 FAIL innerText on <tr> element Failed to set the 'innerText' property on 'HTMLEl ement': The 'tr' element does not support text insertion. 58 FAIL innerText on <tr> element Failed to set the 'innerText' property on 'HTMLEl ement': The 'tr' element does not support text insertion.
58 Harness: the test ran to completion. 59 Harness: the test ran to completion.
59 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698