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

Unified Diff: LayoutTests/fast/dom/element-attribute-js-null.html

Issue 1235603003: Use DOMSettableTokenList for {HTMLAnchorElement, HTMLAreaElement}.ping. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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: LayoutTests/fast/dom/element-attribute-js-null.html
diff --git a/LayoutTests/fast/dom/element-attribute-js-null.html b/LayoutTests/fast/dom/element-attribute-js-null.html
index 64793d2d839249ca0a4bcbb6b6a82dcf7792fde7..4828a272be98ff0a4c83181bd170cff3000aece3 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -113,7 +113,6 @@
{name: 'href', expectedNull: 'null', isUrl: true},
{name: 'hreflang', expectedNull: 'null'},
{name: 'name', expectedNull: 'null'},
- {name: 'ping', expectedNull: 'null'},
{name: 'rel', expectedNull: 'null'},
{name: 'rev', expectedNull: 'null'},
{name: 'shape', expectedNull: 'null'},
@@ -143,7 +142,6 @@
{name: 'alt', expectedNull: 'null'},
{name: 'coords', expectedNull: 'null'},
{name: 'href', expectedNull: 'null', isUrl: true},
- {name: 'ping', expectedNull: 'null'},
{name: 'shape', expectedNull: 'null'},
{name: 'target', expectedNull: 'null'}
]
« no previous file with comments | « no previous file | LayoutTests/fast/dom/element-attribute-js-null-expected.txt » ('j') | Source/core/html/HTMLAnchorElement.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698