Chromium Code Reviews

Unified Diff: LayoutTests/fast/multicol/newmulticol/hide-box-vertical-lr-expected.html

Issue 341103002: [New Multicolumn] Remove unnecessary calls to setRegionBasedColumnsEnabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/multicol/newmulticol/hide-box-vertical-lr-expected.html
diff --git a/LayoutTests/fast/multicol/newmulticol/hide-box-vertical-lr-expected.html b/LayoutTests/fast/multicol/newmulticol/hide-box-vertical-lr-expected.html
index 6f9ded503d3e4a7d2bb586887fbb8a4895754496..3c360e65294425db6a262fc9d80ef50c678a6e6f 100644
--- a/LayoutTests/fast/multicol/newmulticol/hide-box-vertical-lr-expected.html
+++ b/LayoutTests/fast/multicol/newmulticol/hide-box-vertical-lr-expected.html
@@ -2,10 +2,6 @@
<html>
<head>
<title>hiding a box covering a multicol, vertical-lr</title>
- <script>
- if (window.internals)
- internals.settings.setRegionBasedColumnsEnabled(true);
- </script>
</head>
<body style="color:black; background:white;">
<p>The word PASS should be seen below.</p>

Powered by Google App Engine