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

Side by Side Diff: third_party/WebKit/LayoutTests/plugins/embed-attributes-setting-expected.txt

Issue 1821103002: Migrate a bunch of LayoutTests from NPAPI to PPAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_open-and-close-window-with-plugin
Patch Set: rebase; fix expectations for plugin-initiate-popup-window-expected Created 4 years, 9 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
OLDNEW
1 CONSOLE MESSAGE: Blink Test Plugin: initializing
2 CONSOLE MESSAGE: Blink Test Plugin: initializing
3 CONSOLE MESSAGE: Blink Test Plugin: initializing
1 [Embed is element specified in markup] 4 [Embed is element specified in markup]
2 PASS: embed.getAttribute('align') should be 1 and is. 5 PASS: embed.getAttribute('align') should be 1 and is.
3 PASS: embed.getAttribute('height') should be 1 and is. 6 PASS: embed.getAttribute('height') should be 1 and is.
4 PASS: embed.getAttribute('name') should be 1 and is. 7 PASS: embed.getAttribute('name') should be 1 and is.
5 PASS: embed.getAttribute('width') should be 1 and is. 8 PASS: embed.getAttribute('width') should be 1 and is.
6 PASS: embed.getAttribute('type') should be 1 and is. 9 PASS: embed.getAttribute('type') should be 1 and is.
7 PASS: embed.getAttribute('src') should be 1 and is. 10 PASS: embed.getAttribute('src') should be 1 and is.
8 PASS: typeof embed.testCallback should be function and is. 11 PASS: typeof embed.postMessage should be function and is.
9 ---------- 12 ----------
10 [Embed is dynamically created element with only type specified] 13 [Embed is dynamically created element with only type specified]
11 PASS: typeof embed.testCallback should be function and is. 14 PASS: typeof embed.postMessage should be function and is.
12 ---------- 15 ----------
13 [Embed is dynamically created element with only src specified] 16 [Embed is dynamically created element with only src specified]
14 PASS: typeof embed.testCallback should be function and is. 17 PASS: typeof embed.postMessage should be function and is.
15 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698