Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / multicol-with-block.html
blob0dc7efbb0bfaf8901df40e0c8df047d7c7b7296a
1 <!DOCTYPE html>
2 <script src="resources/text-based-repaint.js"></script>
3 <script>
4 if (window.internals)
5 onload = runRepaintTest;
6 else
7 onclick = repaintTest;
8 function repaintTest() {
9 var target = document.getElementById('target');
10 target.style.visibility = 'visible';
12 </script>
13 <div style="-webkit-columns:4; -webkit-column-gap:10px; column-fill:auto; width:630px; height:20px; font:20px/1 ahem; color:green;">
14 <br>
15 <br>
16 <br>
17 <div id="target" style="visibility:hidden;">PASS</div>
18 </div>
19 <p>A green rectangle should be seen above (if tested manually, you need to click first).</p>