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

Unified Diff: LayoutTests/fast/css-grid-layout/should-not-collapse-anonymous-blocks.html

Issue 180523004: [CSS Grid Layout] Remove legacy WebKitCSSGridLayoutEnabled flag from the Layout Tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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/css-grid-layout/should-not-collapse-anonymous-blocks.html
diff --git a/LayoutTests/fast/css-grid-layout/should-not-collapse-anonymous-blocks.html b/LayoutTests/fast/css-grid-layout/should-not-collapse-anonymous-blocks.html
index d90f697f2e8737fef6d74ae7bda8604faa5a889b..c1146183f4a55bfa6cee57beabe505ded144d8f5 100644
--- a/LayoutTests/fast/css-grid-layout/should-not-collapse-anonymous-blocks.html
+++ b/LayoutTests/fast/css-grid-layout/should-not-collapse-anonymous-blocks.html
@@ -2,7 +2,6 @@
<html>
<script>
if (window.testRunner) {
- testRunner.overridePreference("WebKitCSSGridLayoutEnabled", 1);
testRunner.dumpAsText();
}
</script>

Powered by Google App Engine
This is Rietveld 408576698