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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-text.js

Issue 2341333002: Import wpt@1f2080f9ffa00ad27eb764b83fbc10960a95d6aa (Closed)
Patch Set: update win expectations Created 4 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
OLDNEW
1 // Up-to-date as of 2013-04-19. 1 // Up-to-date as of 2013-04-19.
2 var textElements = { 2 var textElements = {
3 a: { 3 a: {
4 // Conforming 4 // Conforming
5 target: "string", 5 target: "string",
6 download: "string", 6 download: "string",
7 ping: "urls", 7 ping: "string",
8 rel: "string", 8 rel: "string",
9 relList: {type: "tokenlist", domAttrName: "rel"}, 9 relList: {type: "tokenlist", domAttrName: "rel"},
10 hreflang: "string", 10 hreflang: "string",
11 type: "string", 11 type: "string",
12 12
13 // HTMLHyperlinkElementUtils 13 // HTMLHyperlinkElementUtils
14 href: "url", 14 href: "url",
15 15
16 // Obsolete 16 // Obsolete
17 coords: "string", 17 coords: "string",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 bdo: {}, 55 bdo: {},
56 span: {}, 56 span: {},
57 br: { 57 br: {
58 // Obsolete 58 // Obsolete
59 clear: "string", 59 clear: "string",
60 }, 60 },
61 wbr: {}, 61 wbr: {},
62 }; 62 };
63 63
64 mergeElements(textElements); 64 mergeElements(textElements);
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698