| Index: LayoutTests/resources/dump-as-markup.js
|
| diff --git a/LayoutTests/resources/dump-as-markup.js b/LayoutTests/resources/dump-as-markup.js
|
| index 6c45bdbc13d99d0044c4544e63e458619c59b6a5..ee22396e6cefec7ec3c723db2446302c3123b5b7 100644
|
| --- a/LayoutTests/resources/dump-as-markup.js
|
| +++ b/LayoutTests/resources/dump-as-markup.js
|
| @@ -200,7 +200,7 @@ Markup._get = function(node, depth, shadowRootList)
|
| attrNames.sort();
|
| for (var j = 0; j < attrNames.length; j += 1) {
|
| str += Markup._indent(depth + 1) + attrNames[j];
|
| - str += '="' + node.attributes[attrPos[attrNames[j]]].nodeValue + '"';
|
| + str += '="' + node.attributes[attrPos[attrNames[j]]].value + '"';
|
| }
|
| }
|
| }
|
|
|