[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / html / unknown-tag-expected.txt
1 Test HTMLUnknownElement
2 This test verifies the following:
3
4 The HTMLUnknownElement interface is used for HTML elements that are not defined by the HTML5 specification (or other applicable specifications).
5 The HTMLUnknownElement interface is not used for HTML elements that are defined by the HTML5 specification (or other applicable specifications).
6 PASS DynamicElements["div"] instanceof HTMLElement is true
7 PASS DynamicElements["div"] instanceof HTMLUnknownElement is false
8 PASS DynamicElements["font"] instanceof HTMLElement is true
9 PASS DynamicElements["font"] instanceof HTMLUnknownElement is false
10 PASS DynamicElements["h1"] instanceof HTMLElement is true
11 PASS DynamicElements["h1"] instanceof HTMLUnknownElement is false
12 PASS DynamicElements["table"] instanceof HTMLElement is true
13 PASS DynamicElements["table"] instanceof HTMLUnknownElement is false
14 PASS DynamicElements["foo1"] instanceof HTMLElement is true
15 PASS DynamicElements["foo1"] instanceof HTMLUnknownElement is true
16 PASS DynamicElements["foo2"] instanceof HTMLElement is true
17 PASS DynamicElements["foo2"] instanceof HTMLUnknownElement is true
18 PASS staticElements["div"] instanceof HTMLUnknownElement is false
19 PASS staticElements["font"] instanceof HTMLUnknownElement is false
20 PASS staticElements["h1"] instanceof HTMLUnknownElement is false
21 PASS staticElements["table"] instanceof HTMLUnknownElement is false
22 PASS staticElements["foo1"] instanceof HTMLUnknownElement is true
23 PASS staticElements["foo2"] instanceof HTMLUnknownElement is true
24 PASS successfullyParsed is true
25
26 TEST COMPLETE
27