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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/syntax/parsing/named-character-references-data.js

Issue 1991613002: Move the html directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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 window.data = { 1 window.data = {
2 '&AElig': { 'codepoints': [0x000C6], 'characters': '\xC6' }, 2 '&AElig': { 'codepoints': [0x000C6], 'characters': '\xC6' },
3 'Æ': { 'codepoints': [0x000C6], 'characters': '\xC6' }, 3 'Æ': { 'codepoints': [0x000C6], 'characters': '\xC6' },
4 '&AMP': { 'codepoints': [0x00026], 'characters': '\x26' }, 4 '&AMP': { 'codepoints': [0x00026], 'characters': '\x26' },
5 '&': { 'codepoints': [0x00026], 'characters': '\x26' }, 5 '&': { 'codepoints': [0x00026], 'characters': '\x26' },
6 '&Aacute': { 'codepoints': [0x000C1], 'characters': '\xC1' }, 6 '&Aacute': { 'codepoints': [0x000C1], 'characters': '\xC1' },
7 'Á': { 'codepoints': [0x000C1], 'characters': '\xC1' }, 7 'Á': { 'codepoints': [0x000C1], 'characters': '\xC1' },
8 'Ă': { 'codepoints': [0x00102], 'characters': '\u0102' }, 8 'Ă': { 'codepoints': [0x00102], 'characters': '\u0102' },
9 '&Acirc': { 'codepoints': [0x000C2], 'characters': '\xC2' }, 9 '&Acirc': { 'codepoints': [0x000C2], 'characters': '\xC2' },
10 'Â': { 'codepoints': [0x000C2], 'characters': '\xC2' }, 10 'Â': { 'codepoints': [0x000C2], 'characters': '\xC2' },
(...skipping 2213 matching lines...) Expand 10 before | Expand all | Expand 10 after
2224 'ℨ': { 'codepoints': [0x02128], 'characters': '\u2128' }, 2224 'ℨ': { 'codepoints': [0x02128], 'characters': '\u2128' },
2225 'ζ': { 'codepoints': [0x003B6], 'characters': '\u03B6' }, 2225 'ζ': { 'codepoints': [0x003B6], 'characters': '\u03B6' },
2226 '𝔷': { 'codepoints': [0x1D537], 'characters': '\uD835\uDD37' }, 2226 '𝔷': { 'codepoints': [0x1D537], 'characters': '\uD835\uDD37' },
2227 'ж': { 'codepoints': [0x00436], 'characters': '\u0436' }, 2227 'ж': { 'codepoints': [0x00436], 'characters': '\u0436' },
2228 '⇝': { 'codepoints': [0x021DD], 'characters': '\u21DD' }, 2228 '⇝': { 'codepoints': [0x021DD], 'characters': '\u21DD' },
2229 '𝕫': { 'codepoints': [0x1D56B], 'characters': '\uD835\uDD6B' }, 2229 '𝕫': { 'codepoints': [0x1D56B], 'characters': '\uD835\uDD6B' },
2230 '𝓏': { 'codepoints': [0x1D4CF], 'characters': '\uD835\uDCCF' }, 2230 '𝓏': { 'codepoints': [0x1D4CF], 'characters': '\uD835\uDCCF' },
2231 '‍': { 'codepoints': [0x0200D], 'characters': '\u200D' }, 2231 '‍': { 'codepoints': [0x0200D], 'characters': '\u200D' },
2232 '‌': { 'codepoints': [0x0200C], 'characters': '\u200C' } 2232 '‌': { 'codepoints': [0x0200C], 'characters': '\u200C' }
2233 }; 2233 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698