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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-tabular.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/dom/elements-tabular.js
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-tabular.js b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-tabular.js
index ac38b335c3796b23567300f55749a9a97caec102..1b9c1c4600a9e1ca6df9334baf2b99548c362b8b 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-tabular.js
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/elements-tabular.js
@@ -20,7 +20,7 @@ var tabularElements = {
align: "string",
},
colgroup: {
- span: "limited unsigned long",
+ span: {type: "limited unsigned long with fallback", defaultVal: 1},
// Obsolete
align: "string",
@@ -31,7 +31,7 @@ var tabularElements = {
},
col: {
// Conforming
- span: "limited unsigned long",
+ span: {type: "limited unsigned long with fallback", defaultVal: 1},
// Obsolete
align: "string",

Powered by Google App Engine
This is Rietveld 408576698