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

Side by Side Diff: LayoutTests/fast/dom/window-event-handlers-expected.txt

Issue 109763007: Reland r159735 - support for test harness (text-only) tests w/o expected results. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update testharness-based baselines Created 7 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 | Annotate | Revision Log
OLDNEW
1 1 This is a testharness.js-based test.
2 FAIL Set Window.onafterprint assert_equals: Initially null expected null but got undefined 2 FAIL Set Window.onafterprint assert_equals: Initially null expected null but got undefined
3 FAIL Enumerate Window.onafterprint assert_true: expected true got undefined 3 FAIL Enumerate Window.onafterprint assert_true: expected true got undefined
4 FAIL Set HTMLBodyElement.onafterprint assert_equals: Initially null expected nul l but got undefined 4 FAIL Set HTMLBodyElement.onafterprint assert_equals: Initially null expected nul l but got undefined
5 FAIL Enumerate HTMLBodyElement.onafterprint assert_true: expected true got undef ined 5 FAIL Enumerate HTMLBodyElement.onafterprint assert_true: expected true got undef ined
6 FAIL Reflect HTMLBodyElement.onafterprint assert_equals: Convert to function exp ected "function" but got "undefined" 6 FAIL Reflect HTMLBodyElement.onafterprint assert_equals: Convert to function exp ected "function" but got "undefined"
7 FAIL Forward HTMLBodyElement.onafterprint to Window assert_equals: Convert to fu nction expected "function" but got "object" 7 FAIL Forward HTMLBodyElement.onafterprint to Window assert_equals: Convert to fu nction expected "function" but got "object"
8 FAIL Set HTMLFrameSetElement.onafterprint assert_equals: Initially null expected null but got undefined 8 FAIL Set HTMLFrameSetElement.onafterprint assert_equals: Initially null expected null but got undefined
9 FAIL Enumerate HTMLFrameSetElement.onafterprint assert_true: expected true got u ndefined 9 FAIL Enumerate HTMLFrameSetElement.onafterprint assert_true: expected true got u ndefined
10 FAIL Reflect HTMLFrameSetElement.onafterprint assert_equals: Convert to function expected "function" but got "undefined" 10 FAIL Reflect HTMLFrameSetElement.onafterprint assert_equals: Convert to function expected "function" but got "undefined"
11 FAIL Forward HTMLFrameSetElement.onafterprint to Window assert_equals: Convert t o function expected "function" but got "object" 11 FAIL Forward HTMLFrameSetElement.onafterprint to Window assert_equals: Convert t o function expected "function" but got "object"
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 PASS Set Window.onunload 122 PASS Set Window.onunload
123 PASS Enumerate Window.onunload 123 PASS Enumerate Window.onunload
124 PASS Set HTMLBodyElement.onunload 124 PASS Set HTMLBodyElement.onunload
125 PASS Enumerate HTMLBodyElement.onunload 125 PASS Enumerate HTMLBodyElement.onunload
126 PASS Reflect HTMLBodyElement.onunload 126 PASS Reflect HTMLBodyElement.onunload
127 PASS Forward HTMLBodyElement.onunload to Window 127 PASS Forward HTMLBodyElement.onunload to Window
128 PASS Set HTMLFrameSetElement.onunload 128 PASS Set HTMLFrameSetElement.onunload
129 PASS Enumerate HTMLFrameSetElement.onunload 129 PASS Enumerate HTMLFrameSetElement.onunload
130 PASS Reflect HTMLFrameSetElement.onunload 130 PASS Reflect HTMLFrameSetElement.onunload
131 PASS Forward HTMLFrameSetElement.onunload to Window 131 PASS Forward HTMLFrameSetElement.onunload to Window
132 Harness: the test ran to completion.
132 133
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698