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

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

Issue 2625643002: Don't try to correctly notify V8 from the plugin interceptor (Closed)
Patch Set: updates 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/plugins/simple-expando.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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 FAIL object.typeMustMatch: setAttribute() to false assert_equals: IDL get expect ed (boolean) true but got (undefined) undefined 166 FAIL object.typeMustMatch: setAttribute() to false assert_equals: IDL get expect ed (boolean) true but got (undefined) undefined
167 FAIL object.typeMustMatch: setAttribute() to object "[object Object]" assert_equ als: IDL get expected (boolean) true but got (undefined) undefined 167 FAIL object.typeMustMatch: setAttribute() to object "[object Object]" assert_equ als: IDL get expected (boolean) true but got (undefined) undefined
168 FAIL object.typeMustMatch: setAttribute() to NaN assert_equals: IDL get expected (boolean) true but got (undefined) undefined 168 FAIL object.typeMustMatch: setAttribute() to NaN assert_equals: IDL get expected (boolean) true but got (undefined) undefined
169 FAIL object.typeMustMatch: setAttribute() to Infinity assert_equals: IDL get exp ected (boolean) true but got (undefined) undefined 169 FAIL object.typeMustMatch: setAttribute() to Infinity assert_equals: IDL get exp ected (boolean) true but got (undefined) undefined
170 FAIL object.typeMustMatch: setAttribute() to -Infinity assert_equals: IDL get ex pected (boolean) true but got (undefined) undefined 170 FAIL object.typeMustMatch: setAttribute() to -Infinity assert_equals: IDL get ex pected (boolean) true but got (undefined) undefined
171 FAIL object.typeMustMatch: setAttribute() to "\0" assert_equals: IDL get expecte d (boolean) true but got (undefined) undefined 171 FAIL object.typeMustMatch: setAttribute() to "\0" assert_equals: IDL get expecte d (boolean) true but got (undefined) undefined
172 FAIL object.typeMustMatch: setAttribute() to object "test-toString" assert_equal s: IDL get expected (boolean) true but got (undefined) undefined 172 FAIL object.typeMustMatch: setAttribute() to object "test-toString" assert_equal s: IDL get expected (boolean) true but got (undefined) undefined
173 FAIL object.typeMustMatch: setAttribute() to object "test-valueOf" assert_equals : IDL get expected (boolean) true but got (undefined) undefined 173 FAIL object.typeMustMatch: setAttribute() to object "test-valueOf" assert_equals : IDL get expected (boolean) true but got (undefined) undefined
174 FAIL object.typeMustMatch: setAttribute() to "typeMustMatch" assert_equals: IDL get expected (boolean) true but got (undefined) undefined 174 FAIL object.typeMustMatch: setAttribute() to "typeMustMatch" assert_equals: IDL get expected (boolean) true but got (undefined) undefined
175 FAIL object.typeMustMatch: IDL set to "" assert_equals: hasAttribute() expected false but got true 175 FAIL object.typeMustMatch: IDL set to "" assert_equals: hasAttribute() expected false but got true
176 FAIL object.typeMustMatch: IDL set to " foo " assert_equals: IDL get expected (b oolean) true but got (undefined) undefined 176 FAIL object.typeMustMatch: IDL set to " foo " assert_equals: IDL get expected (b oolean) true but got (string) " foo "
177 FAIL object.typeMustMatch: IDL set to undefined assert_equals: hasAttribute() ex pected false but got true 177 FAIL object.typeMustMatch: IDL set to undefined assert_equals: hasAttribute() ex pected false but got true
178 FAIL object.typeMustMatch: IDL set to null assert_equals: hasAttribute() expecte d false but got true 178 FAIL object.typeMustMatch: IDL set to null assert_equals: hasAttribute() expecte d false but got true
179 FAIL object.typeMustMatch: IDL set to 7 assert_equals: IDL get expected (boolean ) true but got (undefined) undefined 179 FAIL object.typeMustMatch: IDL set to 7 assert_equals: IDL get expected (boolean ) true but got (number) 7
180 FAIL object.typeMustMatch: IDL set to 1.5 assert_equals: IDL get expected (boole an) true but got (undefined) undefined 180 FAIL object.typeMustMatch: IDL set to 1.5 assert_equals: IDL get expected (boole an) true but got (number) 1.5
181 FAIL object.typeMustMatch: IDL set to true assert_equals: IDL get expected (bool ean) true but got (undefined) undefined 181 PASS object.typeMustMatch: IDL set to true
182 FAIL object.typeMustMatch: IDL set to false assert_equals: hasAttribute() expect ed false but got true 182 FAIL object.typeMustMatch: IDL set to false assert_equals: hasAttribute() expect ed false but got true
183 FAIL object.typeMustMatch: IDL set to object "[object Object]" assert_equals: ID L get expected (boolean) true but got (undefined) undefined 183 FAIL object.typeMustMatch: IDL set to object "[object Object]" assert_equals: ID L get expected (boolean) true but got (object) object "[object Object]"
184 FAIL object.typeMustMatch: IDL set to NaN assert_equals: hasAttribute() expected false but got true 184 FAIL object.typeMustMatch: IDL set to NaN assert_equals: hasAttribute() expected false but got true
185 FAIL object.typeMustMatch: IDL set to Infinity assert_equals: IDL get expected ( boolean) true but got (undefined) undefined 185 FAIL object.typeMustMatch: IDL set to Infinity assert_equals: IDL get expected ( boolean) true but got (number) Infinity
186 FAIL object.typeMustMatch: IDL set to -Infinity assert_equals: IDL get expected (boolean) true but got (undefined) undefined 186 FAIL object.typeMustMatch: IDL set to -Infinity assert_equals: IDL get expected (boolean) true but got (number) -Infinity
187 FAIL object.typeMustMatch: IDL set to "\0" assert_equals: IDL get expected (bool ean) true but got (undefined) undefined 187 FAIL object.typeMustMatch: IDL set to "\0" assert_equals: IDL get expected (bool ean) true but got (string) "\0"
188 FAIL object.typeMustMatch: IDL set to object "test-toString" assert_equals: IDL get expected (boolean) true but got (undefined) undefined 188 FAIL object.typeMustMatch: IDL set to object "test-toString" assert_equals: IDL get expected (boolean) true but got (object) object "test-toString"
189 FAIL object.typeMustMatch: IDL set to object "test-valueOf" assert_equals: IDL g et expected (boolean) true but got (undefined) undefined 189 FAIL object.typeMustMatch: IDL set to object "test-valueOf" assert_equals: IDL g et expected (boolean) true but got (object) object "test-valueOf"
190 PASS object.name: 32 tests 190 PASS object.name: 32 tests
191 PASS object.useMap: 32 tests 191 PASS object.useMap: 32 tests
192 PASS object.width: 32 tests 192 PASS object.width: 32 tests
193 PASS object.height: 32 tests 193 PASS object.height: 32 tests
194 PASS object.align: 32 tests 194 PASS object.align: 32 tests
195 PASS object.archive: 32 tests 195 PASS object.archive: 32 tests
196 PASS object.code: 32 tests 196 PASS object.code: 32 tests
197 PASS object.declare: 33 tests 197 PASS object.declare: 33 tests
198 PASS object.hspace: 62 tests 198 PASS object.hspace: 62 tests
199 PASS object.standby: 32 tests 199 PASS object.standby: 32 tests
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 FAIL area.referrerPolicy: IDL set to "STRICT-ORIGIN" assert_equals: IDL get expe cted "strict-origin" but got "" 430 FAIL area.referrerPolicy: IDL set to "STRICT-ORIGIN" assert_equals: IDL get expe cted "strict-origin" but got ""
431 PASS area.referrerPolicy: 5 tests 431 PASS area.referrerPolicy: 5 tests
432 FAIL area.referrerPolicy: IDL set to "strict-origin-when-cross-origin" assert_eq uals: IDL get expected "strict-origin-when-cross-origin" but got "" 432 FAIL area.referrerPolicy: IDL set to "strict-origin-when-cross-origin" assert_eq uals: IDL get expected "strict-origin-when-cross-origin" but got ""
433 PASS area.referrerPolicy: 3 tests 433 PASS area.referrerPolicy: 3 tests
434 FAIL area.referrerPolicy: IDL set to "STRICT-ORIGIN-WHEN-CROSS-ORIGIN" assert_eq uals: IDL get expected "strict-origin-when-cross-origin" but got "" 434 FAIL area.referrerPolicy: IDL set to "STRICT-ORIGIN-WHEN-CROSS-ORIGIN" assert_eq uals: IDL get expected "strict-origin-when-cross-origin" but got ""
435 PASS area.referrerPolicy: 5 tests 435 PASS area.referrerPolicy: 5 tests
436 PASS area.href: 38 tests 436 PASS area.href: 38 tests
437 PASS area.noHref: 33 tests 437 PASS area.noHref: 33 tests
438 Harness: the test ran to completion. 438 Harness: the test ran to completion.
439 439
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/plugins/simple-expando.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698