Merge "Hotfix Safari WCT issues"

This commit is contained in:
Andrew Bonventre 2016-09-08 01:50:38 +00:00 committed by Gerrit Code Review
commit dddff44796
2 changed files with 4 additions and 4 deletions

View File

@ -326,9 +326,9 @@
}
if (n.childNodes && n.childNodes.length !== 0) {
var arr = [];
n.childNodes.forEach(function(_child) {
arr.push(_child);
});
for (var i = 0; i < n.childNodes.length; i++) {
arr.push(n.childNodes[i]);
}
arr.reverse();
stack = stack.concat(arr);
} else {

View File

@ -27,7 +27,7 @@ limitations under the License.
<test-fixture id="basic">
<template>
<gr-diff-selection>
<table>
<table class="side-by-side">
<tr>
<td class="lineNum left">1</td>
<td class="content">