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

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

Issue 240243004: Update HTMLElement.dir / Document.dir to return only known values (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use fastGetAttribute Created 6 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
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 7ca0c121bfdec04e5bcbeb6b059827bcfd38b076..09679dd84a1dae87ac9beb981cfc3fe89dd8fa24 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -101,7 +101,7 @@
{name: 'accessKey', expectedNull: 'null'},
{name: 'title', expectedNull: 'null'},
{name: 'lang', expectedNull: 'null'},
- {name: 'dir', expectedNull: 'null'},
+ {name: 'dir', expectedNull: ''},
{name: 'innerText', expectedNull: ''},
{name: 'outerText', expectedNull: 'exception'},
{name: 'contentEditable', expectedNull: 'exception'}
« no previous file with comments | « LayoutTests/fast/dom/document-dir-property-expected.txt ('k') | LayoutTests/fast/dom/element-attribute-js-null-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698