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

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

Issue 2387033003: Make cols/rows/span not accept zero when set from idl (Closed)
Patch Set: V2 Created 4 years, 2 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
None
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS table.title: typeof IDL attribute 2 PASS table.title: typeof IDL attribute
3 PASS table.title: IDL get with DOM attribute unset 3 PASS table.title: IDL get with DOM attribute unset
4 PASS table.title: setAttribute() to "" followed by getAttribute() 4 PASS table.title: setAttribute() to "" followed by getAttribute()
5 PASS table.title: setAttribute() to "" followed by IDL get 5 PASS table.title: setAttribute() to "" followed by IDL get
6 PASS table.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\ r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() 6 PASS table.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\ r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute()
7 PASS table.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\ r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get 7 PASS table.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\ r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get
8 PASS table.title: setAttribute() to undefined followed by getAttribute() 8 PASS table.title: setAttribute() to undefined followed by getAttribute()
9 PASS table.title: setAttribute() to undefined followed by IDL get 9 PASS table.title: setAttribute() to undefined followed by IDL get
10 PASS table.title: setAttribute() to 7 followed by getAttribute() 10 PASS table.title: setAttribute() to 7 followed by getAttribute()
(...skipping 2628 matching lines...) Expand 10 before | Expand all | Expand 10 after
2639 PASS colgroup.span: setAttribute() to false followed by getAttribute() 2639 PASS colgroup.span: setAttribute() to false followed by getAttribute()
2640 PASS colgroup.span: setAttribute() to false followed by IDL get 2640 PASS colgroup.span: setAttribute() to false followed by IDL get
2641 PASS colgroup.span: setAttribute() to object "[object Object]" followed by getAt tribute() 2641 PASS colgroup.span: setAttribute() to object "[object Object]" followed by getAt tribute()
2642 PASS colgroup.span: setAttribute() to object "[object Object]" followed by IDL g et 2642 PASS colgroup.span: setAttribute() to object "[object Object]" followed by IDL g et
2643 PASS colgroup.span: setAttribute() to NaN followed by getAttribute() 2643 PASS colgroup.span: setAttribute() to NaN followed by getAttribute()
2644 PASS colgroup.span: setAttribute() to NaN followed by IDL get 2644 PASS colgroup.span: setAttribute() to NaN followed by IDL get
2645 PASS colgroup.span: setAttribute() to Infinity followed by getAttribute() 2645 PASS colgroup.span: setAttribute() to Infinity followed by getAttribute()
2646 PASS colgroup.span: setAttribute() to Infinity followed by IDL get 2646 PASS colgroup.span: setAttribute() to Infinity followed by IDL get
2647 PASS colgroup.span: setAttribute() to -Infinity followed by getAttribute() 2647 PASS colgroup.span: setAttribute() to -Infinity followed by getAttribute()
2648 PASS colgroup.span: setAttribute() to -Infinity followed by IDL get 2648 PASS colgroup.span: setAttribute() to -Infinity followed by IDL get

error: old chunk mismatch

OLDNEW

Powered by Google App Engine
This is Rietveld 408576698