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

Side by Side Diff: LayoutTests/fast/multicol/old/paginated-layer-crash.html

Issue 299373006: Move old multicol tests to a separate directory. (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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <style> 1 <style>
2 .section { 2 .section {
3 position: absolute; 3 position: absolute;
4 -webkit-column-count: 2; 4 -webkit-column-count: 2;
5 } 5 }
6 6
7 .graph { 7 .graph {
8 overflow: hidden; 8 overflow: hidden;
9 } 9 }
10 10
(...skipping 11 matching lines...) Expand all
22 </p> 22 </p>
23 <div class="section"> 23 <div class="section">
24 <div class="graph"> 24 <div class="graph">
25 <div class="img"></div> 25 <div class="img"></div>
26 </div> 26 </div>
27 </div> 27 </div>
28 <script> 28 <script>
29 if (window.testRunner) 29 if (window.testRunner)
30 testRunner.dumpAsText(); 30 testRunner.dumpAsText();
31 </script> 31 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698