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

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

Issue 2623223003: Import wpt@82173128ef6f536e5faaafc29eecc521380f81ae (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. Created 3 years, 11 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
(Empty)
1 This is a testharness.js-based test.
2 PASS Simplest possible test
3 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 white-space:pre element
6 PASS CRs convert to <br> in non-white-space:pre elements
7 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/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 CRs convert to <br> in white-space:pre element
12 PASS < preserved
13 PASS > preserved
14 PASS & preserved
15 PASS " preserved
16 PASS ' preserved
17 PASS innerText not supported on SVG elements
18 PASS innerText not supported on MathML elements
19 PASS Null characters preserved
20 PASS Tabs preserved
21 PASS Leading whitespace preserved
22 PASS Trailing whitespace preserved
23 PASS Whitespace not compressed
24 PASS Existing text deleted
25 PASS Existing <br> deleted
26 PASS Assigning the empty string
27 PASS Assigning null
28 PASS Assigning undefined
29 FAIL innerText on <area> element Failed to set the 'innerText' property on 'HTML Element': The 'area' element does not support text insertion.
30 FAIL innerText on <base> element Failed to set the 'innerText' property on 'HTML Element': The 'base' element does not support text insertion.
31 FAIL innerText on <basefont> element Failed to set the 'innerText' property on ' HTMLElement': The 'basefont' element does not support text insertion.
32 PASS innerText on <bgsound> element
33 FAIL innerText on <br> element Failed to set the 'innerText' property on 'HTMLEl ement': The 'br' element does not support text insertion.
34 FAIL innerText on <col> element Failed to set the 'innerText' property on 'HTMLE lement': The 'col' element does not support text insertion.
35 FAIL innerText on <embed> element Failed to set the 'innerText' property on 'HTM LElement': The 'embed' element does not support text insertion.
36 FAIL innerText on <frame> element Failed to set the 'innerText' property on 'HTM LElement': The 'frame' element does not support text insertion.
37 FAIL innerText on <hr> element Failed to set the 'innerText' property on 'HTMLEl ement': The 'hr' element does not support text insertion.
38 FAIL innerText on <image> element Failed to set the 'innerText' property on 'HTM LElement': The 'image' element does not support text insertion.
39 FAIL innerText on <img> element Failed to set the 'innerText' property on 'HTMLE lement': The 'img' element does not support text insertion.
40 FAIL innerText on <input> element Failed to set the 'innerText' property on 'HTM LElement': The 'input' element does not support text insertion.
41 FAIL innerText on <keygen> element Failed to set the 'innerText' property on 'HT MLElement': The 'keygen' element does not support text insertion.
42 FAIL innerText on <link> element Failed to set the 'innerText' property on 'HTML Element': The 'link' element does not support text insertion.
43 FAIL innerText on <menuitem> element Failed to set the 'innerText' property on ' HTMLElement': The 'menuitem' element does not support text insertion.
44 FAIL innerText on <meta> element Failed to set the 'innerText' property on 'HTML Element': The 'meta' element does not support text insertion.
45 FAIL innerText on <param> element Failed to set the 'innerText' property on 'HTM LElement': The 'param' element does not support text insertion.
46 FAIL innerText on <source> element Failed to set the 'innerText' property on 'HT MLElement': The 'source' element does not support text insertion.
47 FAIL innerText on <track> element Failed to set the 'innerText' property on 'HTM LElement': The 'track' element does not support text insertion.
48 FAIL innerText on <wbr> element Failed to set the 'innerText' property on 'HTMLE lement': The 'wbr' element does not support text insertion.
49 FAIL innerText on <colgroup> element Failed to set the 'innerText' property on ' HTMLElement': The 'colgroup' element does not support text insertion.
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 <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 <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 <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 <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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698