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

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

Issue 1407103007: update-w3c-deps import using blink 770eaea66cc4cfbb14ced3dc8dc5434716ed540a: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated -expected files for 3 new FAILs Created 5 years, 1 month 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",
11 type: "string", 11 type: "string",
12 12
13 // URLUtils 13 // HTMLHyperlinkElementUtils
14 href: "url", 14 href: "url",
15 15
16 // Obsolete 16 // Obsolete
17 coords: "string", 17 coords: "string",
18 charset: "string", 18 charset: "string",
19 name: "string", 19 name: "string",
20 rev: "string", 20 rev: "string",
21 shape: "string", 21 shape: "string",
22 }, 22 },
23 em: {}, 23 em: {},
(...skipping 31 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