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

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

Issue 2490233002: Use unsigned longs in HTMLImageElement idl (Closed)
Patch Set: Fix compile error Created 4 years, 1 month 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 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
11 PASS img.lang: 32 tests 11 PASS img.lang: 32 tests
12 PASS img.dir: 62 tests 12 PASS img.dir: 62 tests
13 PASS img.className (<img class>): 32 tests 13 PASS img.className (<img class>): 32 tests
14 PASS img.hidden: 33 tests 14 PASS img.hidden: 33 tests
15 PASS img.accessKey: 32 tests 15 PASS img.accessKey: 32 tests
16 PASS img.tabIndex: 24 tests 16 PASS img.tabIndex: 24 tests
17 PASS img.alt: 32 tests 17 PASS img.alt: 32 tests
18 PASS img.src: 38 tests 18 PASS img.src: 38 tests
19 PASS img.srcset: 32 tests 19 PASS img.srcset: 32 tests
20 PASS img.crossOrigin: 52 tests 20 PASS img.crossOrigin: 52 tests
21 PASS img.useMap: 32 tests 21 PASS img.useMap: 32 tests
22 PASS img.isMap: 33 tests 22 PASS img.isMap: 33 tests
23 PASS img.width: 7 tests 23 PASS img.width: 9 tests
24 FAIL img.width: IDL set to 2147483648 assert_equals: getAttribute() expected "0" but got "-2147483648" 24 PASS img.height: 9 tests
25 FAIL img.width: IDL set to 4294967295 assert_equals: getAttribute() expected "0" but got "-1"
26 PASS img.height: 7 tests
27 FAIL img.height: IDL set to 2147483648 assert_equals: getAttribute() expected "0 " but got "-2147483648"
28 FAIL img.height: IDL set to 4294967295 assert_equals: getAttribute() expected "0 " but got "-1"
29 PASS img.name: 32 tests 25 PASS img.name: 32 tests
30 PASS img.lowsrc: 38 tests 26 PASS img.lowsrc: 38 tests
31 PASS img.align: 32 tests 27 PASS img.align: 32 tests
32 PASS img.hspace: 62 tests 28 PASS img.hspace: 62 tests
33 PASS img.vspace: 62 tests 29 PASS img.vspace: 62 tests
34 PASS img.longDesc: 38 tests 30 PASS img.longDesc: 38 tests
35 PASS img.border: 32 tests 31 PASS img.border: 32 tests
36 PASS iframe.title: 32 tests 32 PASS iframe.title: 32 tests
37 PASS iframe.lang: 32 tests 33 PASS iframe.lang: 32 tests
38 PASS iframe.dir: 62 tests 34 PASS iframe.dir: 62 tests
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 PASS area.coords: 32 tests 321 PASS area.coords: 32 tests
326 PASS area.shape: 32 tests 322 PASS area.shape: 32 tests
327 PASS area.target: 32 tests 323 PASS area.target: 32 tests
328 PASS area.download: 32 tests 324 PASS area.download: 32 tests
329 PASS area.ping: 32 tests 325 PASS area.ping: 32 tests
330 PASS area.rel: 32 tests 326 PASS area.rel: 32 tests
331 PASS area.href: 38 tests 327 PASS area.href: 38 tests
332 PASS area.noHref: 33 tests 328 PASS area.noHref: 33 tests
333 Harness: the test ran to completion. 329 Harness: the test ran to completion.
334 330
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698