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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/semantics/interfaces-expected.txt

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 3 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 | Annotate | Revision Log
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Interfaces for abbr 2 PASS Interfaces for abbr
3 PASS Interfaces for ABBR 3 PASS Interfaces for ABBR
4 PASS Interfaces for acronym 4 PASS Interfaces for acronym
5 PASS Interfaces for ACRONYM 5 PASS Interfaces for ACRONYM
6 PASS Interfaces for address 6 PASS Interfaces for address
7 PASS Interfaces for ADDRESS 7 PASS Interfaces for ADDRESS
8 PASS Interfaces for applet 8 FAIL Interfaces for applet assert_equals: Element applet should have HTMLAppletE lement as its primary interface. expected "[object HTMLAppletElement]" but got " [object HTMLUnknownElement]"
9 PASS Interfaces for APPLET 9 FAIL Interfaces for APPLET assert_equals: Element APPLET should have HTMLAppletE lement as its primary interface. expected "[object HTMLAppletElement]" but got " [object HTMLUnknownElement]"
10 PASS Interfaces for audio 10 PASS Interfaces for audio
11 PASS Interfaces for AUDIO 11 PASS Interfaces for AUDIO
12 PASS Interfaces for b 12 PASS Interfaces for b
13 PASS Interfaces for B 13 PASS Interfaces for B
14 PASS Interfaces for base 14 PASS Interfaces for base
15 PASS Interfaces for BASE 15 PASS Interfaces for BASE
16 FAIL Interfaces for basefont assert_equals: Element basefont should have HTMLUnk nownElement as its primary interface. expected "[object HTMLUnknownElement]" but got "[object HTMLElement]" 16 FAIL Interfaces for basefont assert_equals: Element basefont should have HTMLUnk nownElement as its primary interface. expected "[object HTMLUnknownElement]" but got "[object HTMLElement]"
17 FAIL Interfaces for BASEFONT assert_equals: Element BASEFONT should have HTMLUnk nownElement as its primary interface. expected "[object HTMLUnknownElement]" but got "[object HTMLElement]" 17 FAIL Interfaces for BASEFONT assert_equals: Element BASEFONT should have HTMLUnk nownElement as its primary interface. expected "[object HTMLUnknownElement]" but got "[object HTMLElement]"
18 PASS Interfaces for bdo 18 PASS Interfaces for bdo
19 PASS Interfaces for BDO 19 PASS Interfaces for BDO
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 PASS Interfaces for figcaption 268 PASS Interfaces for figcaption
269 PASS Interfaces for FIGCAPTION 269 PASS Interfaces for FIGCAPTION
270 PASS Interfaces for summary 270 PASS Interfaces for summary
271 PASS Interfaces for SUMMARY 271 PASS Interfaces for SUMMARY
272 PASS Interfaces for track 272 PASS Interfaces for track
273 PASS Interfaces for TRACK 273 PASS Interfaces for TRACK
274 PASS Interfaces for foo 274 PASS Interfaces for foo
275 PASS Interfaces for FOO 275 PASS Interfaces for FOO
276 Harness: the test ran to completion. 276 Harness: the test ran to completion.
277 277
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698