Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / plugins / embed-attributes-setting-expected.txt
blobffaa2ef117dee373e41eeb0a9f5eea7d8d1df0ac
1 [Embed is element specified in markup]
2 PASS: embed.getAttribute('align') should be 1 and is.
3 PASS: embed.getAttribute('height') should be 1 and is.
4 PASS: embed.getAttribute('name') should be 1 and is.
5 PASS: embed.getAttribute('width') should be 1 and is.
6 PASS: embed.getAttribute('type') should be 1 and is.
7 PASS: embed.getAttribute('src') should be 1 and is.
8 PASS: typeof embed.testCallback should be function and is.
9 ----------
10 [Embed is dynamically created element with only type specified]
11 PASS: typeof embed.testCallback should be function and is.
12 ----------
13 [Embed is dynamically created element with only src specified]
14 PASS: typeof embed.testCallback should be function and is.