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

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

Issue 52713012: Remove display:compact as per https://groups.google.com/a/chromium.org/d/topic/blink-dev/j6QErzkX4R… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: try again 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-change.js
diff --git a/LayoutTests/fast/regions/script-tests/region-element-display-change.js b/LayoutTests/fast/regions/script-tests/region-element-display-change.js
index 8dd13fe52f4d1015c4b169bce0c8f48aaecdb462..e1c0a9790f32b5a9965069ae559b25590edd51ab 100644
--- a/LayoutTests/fast/regions/script-tests/region-element-display-change.js
+++ b/LayoutTests/fast/regions/script-tests/region-element-display-change.js
@@ -16,7 +16,6 @@ document.body.appendChild(element);
shouldBeFalse('testElement(element, "none")');
shouldBeTrue('testElement(element, "block")');
shouldBeTrue('testElement(element, "inline-block")');
-shouldBeFalse('testElement(element, "compact")');
shouldBeFalse('testElement(element, "inline")');
shouldBeFalse('testElement(element, "table")');
shouldBeFalse('testElement(element, "inline-table")');

Powered by Google App Engine
This is Rietveld 408576698