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

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

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/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 27d0c5c860f7159f93aaa90545070c41f5aa471e..55ba2c3a42c1e0df2f46c83f51051ac364513fef 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", "run-in") is false
PASS createRegionElement("div", "compact") is false
PASS createRegionElement("div", "inline") is false
PASS createRegionElement("div", "table") is false

Powered by Google App Engine
This is Rietveld 408576698