| Index: LayoutTests/fast/regions/script-tests/region-element-display-restriction.js
|
| diff --git a/LayoutTests/fast/regions/script-tests/region-element-display-restriction.js b/LayoutTests/fast/regions/script-tests/region-element-display-restriction.js
|
| index 255318e8393d3aa1a4b42e8e58caf738e75aae76..444c342c812ec4d53053c6146aa5418035639c34 100644
|
| --- a/LayoutTests/fast/regions/script-tests/region-element-display-restriction.js
|
| +++ b/LayoutTests/fast/regions/script-tests/region-element-display-restriction.js
|
| @@ -22,7 +22,6 @@ function createRegionElement(elementType, displayType)
|
| shouldBeFalse('createRegionElement("div", "none")');
|
| shouldBeTrue('createRegionElement("div", "block")');
|
| shouldBeTrue('createRegionElement("div", "inline-block")');
|
| -shouldBeFalse('createRegionElement("div", "run-in")');
|
| shouldBeFalse('createRegionElement("div", "compact")');
|
| shouldBeFalse('createRegionElement("div", "inline")');
|
| shouldBeFalse('createRegionElement("div", "table")');
|
|
|