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

Unified Diff: LayoutTests/fast/repaint/multicol-with-inline.html

Issue 1050243002: Revert Enable new multicol for testing and experimental web platform features. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/repaint/multicol-with-inline.html
diff --git a/LayoutTests/fast/repaint/multicol-with-inline.html b/LayoutTests/fast/repaint/multicol-with-inline.html
index f561dae8b6f9d0115b53650a08947a9ed5d8fefe..7ec3234550bb746c0c6e4a63578830ed47d4e582 100644
--- a/LayoutTests/fast/repaint/multicol-with-inline.html
+++ b/LayoutTests/fast/repaint/multicol-with-inline.html
@@ -1,10 +1,12 @@
<!DOCTYPE html>
<script src="resources/text-based-repaint.js"></script>
<script>
- if (window.internals)
+ if (window.internals) {
+ internals.settings.setRegionBasedColumnsEnabled(true);
onload = runRepaintTest;
- else
+ } else {
onclick = repaintTest;
+ }
function repaintTest() {
var target = document.getElementById('target');
target.style.visibility = 'visible';
« no previous file with comments | « LayoutTests/fast/repaint/multicol-with-block.html ('k') | LayoutTests/fast/repaint/multicol-with-overflowing-block-bt.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698