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

Side by Side Diff: LayoutTests/fast/multicol/old/renderer-positioned-assert-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 <html> 1 <html>
2 <script> 2 <script>
3 if (window.testRunner) 3 if (window.testRunner)
4 testRunner.dumpAsText(); 4 testRunner.dumpAsText();
5 </script> 5 </script>
6 <style> 6 <style>
7 .box 7 .box
8 { 8 {
9 position: absolute; 9 position: absolute;
10 -webkit-columns: 1px; 10 -webkit-columns: 1px;
11 } 11 }
12 </style> 12 </style>
13 <div class="box"> 13 <div class="box">
14 PASS 14 PASS
15 <video> 15 <video>
16 </div> 16 </div>
17 </html> 17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698