diff --git a/test/core/yellowlabtoolsTest.js b/test/core/yellowlabtoolsTest.js index eea43e5..952abb2 100644 --- a/test/core/yellowlabtoolsTest.js +++ b/test/core/yellowlabtoolsTest.js @@ -62,7 +62,7 @@ describe('yellowlabtools', function() { policy: { "tool": "phantomas", "label": "DOM max depth", - "message": "

A deep DOM makes the CSS matching with DOM elements difficult.

It also slows down Javascript modifications to the DOM because changing the dimensions of an element makes the browser re-calculate the dimensions of it's parents. Same thing for Javascript events, that bubble up to the document root.

", + "message": "

A deep DOM makes the CSS matching with DOM elements difficult.

It also slows down JavaScript modifications to the DOM because changing the dimensions of an element makes the browser re-calculate the dimensions of it's parents. Same thing for JavaScript events, that bubble up to the document root.

", "isOkThreshold": 10, "isBadThreshold": 20, "isAbnormalThreshold": 30