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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/plugin-attributes-enumeration-expected.txt

Issue 2077523002: Add contentWindow attribute for <object> elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Align with review comments Created 4 years, 5 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 [OBJECT, EMBED] share: 1 [OBJECT, EMBED] share:
2 height 2 height
3 name 3 name
4 type 4 type
5 width 5 width
6 ---------- 6 ----------
7 OBJECT also has: 7 OBJECT also has:
8 archive 8 archive
9 border 9 border
10 code 10 code
11 codeBase 11 codeBase
12 codeType 12 codeType
13 contentDocument 13 contentDocument
14 contentWindow
14 data 15 data
15 declare 16 declare
16 form 17 form
17 hspace 18 hspace
18 standby 19 standby
19 useMap 20 useMap
20 validationMessage 21 validationMessage
21 validity 22 validity
22 vspace 23 vspace
23 willValidate 24 willValidate
24 ---------- 25 ----------
25 EMBED also has: 26 EMBED also has:
26 src 27 src
27 28
28 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698