| Index: third_party/WebKit/LayoutTests/fast/alignment/resources/alignment-parsing-utils-th.js
|
| diff --git a/third_party/WebKit/LayoutTests/fast/alignment/resources/alignment-parsing-utils-th.js b/third_party/WebKit/LayoutTests/fast/alignment/resources/alignment-parsing-utils-th.js
|
| index 43d3d5766bba388bc8c78ec27abb71e8f49625e3..e8b6e9218a4730906abf69f912c3c6071ae64f22 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/alignment/resources/alignment-parsing-utils-th.js
|
| +++ b/third_party/WebKit/LayoutTests/fast/alignment/resources/alignment-parsing-utils-th.js
|
| @@ -2,7 +2,7 @@ function checkValues(element, property, propertyID, value, computedValue)
|
| {
|
| window.element = element;
|
| var elementID = element.id || "element";
|
| - assert_equals(eval('element.style.' + property), value, property + ' specified value is not what it should..');
|
| + assert_equals(eval('element.style.' + property), value, property + ' specified value is not what it should.');
|
| assert_equals(eval("window.getComputedStyle(" + elementID + ", '').getPropertyValue('" + propertyID + "')"), computedValue, property + " is not what is should.");
|
| }
|
|
|
|
|