Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: LayoutTests/fast/regions/script-tests/region-element-display-restriction.js

Issue 53373003: Remove display:run-in as per https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/_tHSX… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix test Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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")');
« no previous file with comments | « LayoutTests/fast/regions/script-tests/region-element-display-change.js ('k') | LayoutTests/fast/runin/001.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698