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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/interfaces.js

Issue 2273143002: Update web-platform-tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update baseline Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/interfaces.js
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/interfaces.js b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/interfaces.js
index 66cfce4859b45d54cf1878ac76fbd75ad7080ad0..0280e278c9ad276a28f741273e7cf8df122418e3 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/interfaces.js
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/interfaces.js
@@ -146,5 +146,5 @@ var elements = [
["video", "Video"],
["wbr", ""],
["xmp", "Pre"],
- ["å-bar", "Unknown"], // not a valid custom element name
+ ["\u00E5-bar", "Unknown"], // not a valid custom element name
];

Powered by Google App Engine
This is Rietveld 408576698