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: LayoutTests/fast/dom/element-attribute-js-null.html

Issue 105823005: Remove TreatNullAs=NullString for URLUtils.href (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: force rebuild Created 7 years 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 | LayoutTests/fast/dom/element-attribute-js-null-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a4d79ba0d090f59815bd08f7caa6b47798927e6d..b9259fa3f2bf753ec692adff03e0b161e18d534c 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -114,7 +114,7 @@
{name: 'charset', expectedNull: 'null'},
{name: 'coords', expectedNull: 'null'},
{name: 'download', expectedNull: 'null'},
- {name: 'href', expectedNull: ''},
+ {name: 'href', expectedNull: 'null', isUrl: true},
{name: 'hreflang', expectedNull: 'null'},
{name: 'name', expectedNull: 'null'},
{name: 'ping', expectedNull: 'null'},
@@ -146,7 +146,7 @@
attributes: [
{name: 'alt', expectedNull: 'null'},
{name: 'coords', expectedNull: 'null'},
- {name: 'href', expectedNull: ''},
+ {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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698