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

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

Issue 1984023002: Move web-platform-tests to wpt (part 1 of 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: "urls",
8 rel: "string", 8 rel: "string",
9 relList: {type: "tokenlist", domAttrName: "rel"}, 9 relList: {type: "tokenlist", domAttrName: "rel"},
10 hreflang: "string", 10 hreflang: "string",
(...skipping 44 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