| 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 ee35414d8c3f0e2d5531e70a08cd03f76cc9e07b..43d3d5766bba388bc8c78ec27abb71e8f49625e3 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.");
|
| }
|
|
|
|
|