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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/html/syntax/serializing-html-fragments/serializing.html

Issue 2819773002: Change <menuitem> parsing rules to match spec (Closed)
Patch Set: Fix affected layout test Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/html/syntax/serializing-html-fragments/serializing-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/external/wpt/html/syntax/serializing-html-fragments/serializing.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/syntax/serializing-html-fragments/serializing.html b/third_party/WebKit/LayoutTests/external/wpt/html/syntax/serializing-html-fragments/serializing.html
index 6b7e678a355e0e126f8b47e7a1e1eff6c01deaf7..6a6f0c1d7464e881a6a2c9f23d06ca5cdeeba1c6 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/html/syntax/serializing-html-fragments/serializing.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/html/syntax/serializing-html-fragments/serializing.html
@@ -178,7 +178,7 @@ var text_tests = [
var void_elements = [
"area", "base", "basefont", "bgsound", "br", "col", "embed",
- "frame", "hr", "img", "input", "keygen", "link", "menuitem",
+ "frame", "hr", "img", "input", "keygen", "link",
"meta", "param", "source", "track", "wbr"
];
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/html/syntax/serializing-html-fragments/serializing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698