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

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

Issue 2376593003: Limit scope getter to predefined values (Closed)
Patch Set: Patch for landing 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 8651 matching lines...) Expand 10 before | Expand all | Expand 10 after
8662 PASS td.rowSpan: setAttribute() to object "2" followed by IDL get 8662 PASS td.rowSpan: setAttribute() to object "2" followed by IDL get
8663 PASS td.rowSpan: setAttribute() to object "3" followed by getAttribute() 8663 PASS td.rowSpan: setAttribute() to object "3" followed by getAttribute()
8664 PASS td.rowSpan: setAttribute() to object "3" followed by IDL get 8664 PASS td.rowSpan: setAttribute() to object "3" followed by IDL get
8665 PASS td.rowSpan: IDL set to 0 should not throw 8665 PASS td.rowSpan: IDL set to 0 should not throw
8666 PASS td.rowSpan: IDL set to 0 followed by getAttribute() 8666 PASS td.rowSpan: IDL set to 0 followed by getAttribute()
8667 FAIL td.rowSpan: IDL set to 0 followed by IDL get assert_equals: expected 0 but got 1 8667 FAIL td.rowSpan: IDL set to 0 followed by IDL get assert_equals: expected 0 but got 1
8668 PASS td.rowSpan: IDL set to 1 should not throw 8668 PASS td.rowSpan: IDL set to 1 should not throw
8669 PASS td.rowSpan: IDL set to 1 followed by getAttribute() 8669 PASS td.rowSpan: IDL set to 1 followed by getAttribute()
8670 PASS td.rowSpan: IDL set to 1 followed by IDL get 8670 PASS td.rowSpan: IDL set to 1 followed by IDL get
8671 PASS td.rowSpan: IDL set to 257 should not throw 8671 PASS td.rowSpan: IDL set to 257 should not throw

error: old chunk mismatch

OLDNEW

Powered by Google App Engine
This is Rietveld 408576698