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

Unified Diff: LayoutTests/fast/regions/region-element-display-restriction-expected.txt

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/region-element-display-restriction-expected.txt
diff --git a/LayoutTests/fast/regions/region-element-display-restriction-expected.txt b/LayoutTests/fast/regions/region-element-display-restriction-expected.txt
index 55ba2c3a42c1e0df2f46c83f51051ac364513fef..ca80fd686db54587d972378b71f94b078e01d51a 100644
--- a/LayoutTests/fast/regions/region-element-display-restriction-expected.txt
+++ b/LayoutTests/fast/regions/region-element-display-restriction-expected.txt
@@ -6,7 +6,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS createRegionElement("div", "none") is false
PASS createRegionElement("div", "block") is true
PASS createRegionElement("div", "inline-block") is true
-PASS createRegionElement("div", "compact") is false
PASS createRegionElement("div", "inline") is false
PASS createRegionElement("div", "table") is false
PASS createRegionElement("div", "inline-table") is false

Powered by Google App Engine
This is Rietveld 408576698