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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-embedded-expected.txt

Issue 2566663002: Better handle non-existant wrappers when intercepting writes to plugin objects (Closed)
Patch Set: updates Created 4 years 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/plugins/reattach-plugin-during-access.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE ERROR: line 707: Failed parsing 'srcset' attribute value since it has an unknown descriptor. 1 CONSOLE ERROR: line 707: Failed parsing 'srcset' attribute value since it has an unknown descriptor.
2 CONSOLE ERROR: line 707: Dropped srcset candidate "\u0000\u0001\u0002\u0003\u000 4\u0005\u0006\u0007" 2 CONSOLE ERROR: line 707: Dropped srcset candidate "\u0000\u0001\u0002\u0003\u000 4\u0005\u0006\u0007"
3 CONSOLE ERROR: line 707: Failed parsing 'srcset' attribute value since it has an unknown descriptor. 3 CONSOLE ERROR: line 707: Failed parsing 'srcset' attribute value since it has an unknown descriptor.
4 CONSOLE ERROR: line 707: Dropped srcset candidate "[object" 4 CONSOLE ERROR: line 707: Dropped srcset candidate "[object"
5 CONSOLE ERROR: line 724: Failed parsing 'srcset' attribute value since it has an unknown descriptor. 5 CONSOLE ERROR: line 724: Failed parsing 'srcset' attribute value since it has an unknown descriptor.
6 CONSOLE ERROR: line 724: Dropped srcset candidate "\u0000\u0001\u0002\u0003\u000 4\u0005\u0006\u0007" 6 CONSOLE ERROR: line 724: Dropped srcset candidate "\u0000\u0001\u0002\u0003\u000 4\u0005\u0006\u0007"
7 CONSOLE ERROR: line 724: Failed parsing 'srcset' attribute value since it has an unknown descriptor. 7 CONSOLE ERROR: line 724: Failed parsing 'srcset' attribute value since it has an unknown descriptor.
8 CONSOLE ERROR: line 724: Dropped srcset candidate "[object" 8 CONSOLE ERROR: line 724: Dropped srcset candidate "[object"
9 This is a testharness.js-based test. 9 This is a testharness.js-based test.
10 PASS img.title: 32 tests 10 PASS img.title: 32 tests
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 FAIL object.typeMustMatch: setAttribute() to false assert_equals: IDL get expect ed (boolean) true but got (undefined) undefined 82 FAIL object.typeMustMatch: setAttribute() to false assert_equals: IDL get expect ed (boolean) true but got (undefined) undefined
83 FAIL object.typeMustMatch: setAttribute() to object "[object Object]" assert_equ als: IDL get expected (boolean) true but got (undefined) undefined 83 FAIL object.typeMustMatch: setAttribute() to object "[object Object]" assert_equ als: IDL get expected (boolean) true but got (undefined) undefined
84 FAIL object.typeMustMatch: setAttribute() to NaN assert_equals: IDL get expected (boolean) true but got (undefined) undefined 84 FAIL object.typeMustMatch: setAttribute() to NaN assert_equals: IDL get expected (boolean) true but got (undefined) undefined
85 FAIL object.typeMustMatch: setAttribute() to Infinity assert_equals: IDL get exp ected (boolean) true but got (undefined) undefined 85 FAIL object.typeMustMatch: setAttribute() to Infinity assert_equals: IDL get exp ected (boolean) true but got (undefined) undefined
86 FAIL object.typeMustMatch: setAttribute() to -Infinity assert_equals: IDL get ex pected (boolean) true but got (undefined) undefined 86 FAIL object.typeMustMatch: setAttribute() to -Infinity assert_equals: IDL get ex pected (boolean) true but got (undefined) undefined
87 FAIL object.typeMustMatch: setAttribute() to "\0" assert_equals: IDL get expecte d (boolean) true but got (undefined) undefined 87 FAIL object.typeMustMatch: setAttribute() to "\0" assert_equals: IDL get expecte d (boolean) true but got (undefined) undefined
88 FAIL object.typeMustMatch: setAttribute() to object "test-toString" assert_equal s: IDL get expected (boolean) true but got (undefined) undefined 88 FAIL object.typeMustMatch: setAttribute() to object "test-toString" assert_equal s: IDL get expected (boolean) true but got (undefined) undefined
89 FAIL object.typeMustMatch: setAttribute() to object "test-valueOf" assert_equals : IDL get expected (boolean) true but got (undefined) undefined 89 FAIL object.typeMustMatch: setAttribute() to object "test-valueOf" assert_equals : IDL get expected (boolean) true but got (undefined) undefined
90 FAIL object.typeMustMatch: setAttribute() to "typeMustMatch" assert_equals: IDL get expected (boolean) true but got (undefined) undefined 90 FAIL object.typeMustMatch: setAttribute() to "typeMustMatch" assert_equals: IDL get expected (boolean) true but got (undefined) undefined
91 FAIL object.typeMustMatch: IDL set to "" assert_equals: hasAttribute() expected false but got true 91 FAIL object.typeMustMatch: IDL set to "" assert_equals: hasAttribute() expected false but got true
92 FAIL object.typeMustMatch: IDL set to " foo " assert_equals: IDL get expected (b oolean) true but got (string) " foo " 92 FAIL object.typeMustMatch: IDL set to " foo " assert_equals: IDL get expected (b oolean) true but got (undefined) undefined
93 FAIL object.typeMustMatch: IDL set to undefined assert_equals: hasAttribute() ex pected false but got true 93 FAIL object.typeMustMatch: IDL set to undefined assert_equals: hasAttribute() ex pected false but got true
94 FAIL object.typeMustMatch: IDL set to null assert_equals: hasAttribute() expecte d false but got true 94 FAIL object.typeMustMatch: IDL set to null assert_equals: hasAttribute() expecte d false but got true
95 FAIL object.typeMustMatch: IDL set to 7 assert_equals: IDL get expected (boolean ) true but got (number) 7 95 FAIL object.typeMustMatch: IDL set to 7 assert_equals: IDL get expected (boolean ) true but got (undefined) undefined
96 FAIL object.typeMustMatch: IDL set to 1.5 assert_equals: IDL get expected (boole an) true but got (number) 1.5 96 FAIL object.typeMustMatch: IDL set to 1.5 assert_equals: IDL get expected (boole an) true but got (undefined) undefined
97 PASS object.typeMustMatch: IDL set to true 97 FAIL object.typeMustMatch: IDL set to true assert_equals: IDL get expected (bool ean) true but got (undefined) undefined
98 FAIL object.typeMustMatch: IDL set to false assert_equals: hasAttribute() expect ed false but got true 98 FAIL object.typeMustMatch: IDL set to false assert_equals: hasAttribute() expect ed false but got true
99 FAIL object.typeMustMatch: IDL set to object "[object Object]" assert_equals: ID L get expected (boolean) true but got (object) object "[object Object]" 99 FAIL object.typeMustMatch: IDL set to object "[object Object]" assert_equals: ID L get expected (boolean) true but got (undefined) undefined
100 FAIL object.typeMustMatch: IDL set to NaN assert_equals: hasAttribute() expected false but got true 100 FAIL object.typeMustMatch: IDL set to NaN assert_equals: hasAttribute() expected false but got true
101 FAIL object.typeMustMatch: IDL set to Infinity assert_equals: IDL get expected ( boolean) true but got (number) Infinity 101 FAIL object.typeMustMatch: IDL set to Infinity assert_equals: IDL get expected ( boolean) true but got (undefined) undefined
102 FAIL object.typeMustMatch: IDL set to -Infinity assert_equals: IDL get expected (boolean) true but got (number) -Infinity 102 FAIL object.typeMustMatch: IDL set to -Infinity assert_equals: IDL get expected (boolean) true but got (undefined) undefined
103 FAIL object.typeMustMatch: IDL set to "\0" assert_equals: IDL get expected (bool ean) true but got (string) "\0" 103 FAIL object.typeMustMatch: IDL set to "\0" assert_equals: IDL get expected (bool ean) true but got (undefined) undefined
104 FAIL object.typeMustMatch: IDL set to object "test-toString" assert_equals: IDL get expected (boolean) true but got (object) object "test-toString" 104 FAIL object.typeMustMatch: IDL set to object "test-toString" assert_equals: IDL get expected (boolean) true but got (undefined) undefined
105 FAIL object.typeMustMatch: IDL set to object "test-valueOf" assert_equals: IDL g et expected (boolean) true but got (object) object "test-valueOf" 105 FAIL object.typeMustMatch: IDL set to object "test-valueOf" assert_equals: IDL g et expected (boolean) true but got (undefined) undefined
106 PASS object.name: 32 tests 106 PASS object.name: 32 tests
107 PASS object.useMap: 32 tests 107 PASS object.useMap: 32 tests
108 PASS object.width: 32 tests 108 PASS object.width: 32 tests
109 PASS object.height: 32 tests 109 PASS object.height: 32 tests
110 PASS object.align: 32 tests 110 PASS object.align: 32 tests
111 PASS object.archive: 32 tests 111 PASS object.archive: 32 tests
112 PASS object.code: 32 tests 112 PASS object.code: 32 tests
113 PASS object.declare: 33 tests 113 PASS object.declare: 33 tests
114 PASS object.hspace: 62 tests 114 PASS object.hspace: 62 tests
115 PASS object.standby: 32 tests 115 PASS object.standby: 32 tests
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 PASS area.coords: 32 tests 321 PASS area.coords: 32 tests
322 PASS area.shape: 32 tests 322 PASS area.shape: 32 tests
323 PASS area.target: 32 tests 323 PASS area.target: 32 tests
324 PASS area.download: 32 tests 324 PASS area.download: 32 tests
325 PASS area.ping: 32 tests 325 PASS area.ping: 32 tests
326 PASS area.rel: 32 tests 326 PASS area.rel: 32 tests
327 PASS area.href: 38 tests 327 PASS area.href: 38 tests
328 PASS area.noHref: 33 tests 328 PASS area.noHref: 33 tests
329 Harness: the test ran to completion. 329 Harness: the test ran to completion.
330 330
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/plugins/reattach-plugin-during-access.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698