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

Side by Side Diff: LayoutTests/fast/multicol/span/double-merge-anonymous-block-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, 7 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
(Empty)
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 </head>
8 <style>
9 div {
10 border: 5px solid maroon;
11 -webkit-column-count: 2;
12 margin: 1em 0;
13 }
14 summary {
15 -webkit-column-span: all;
16 background-color: #eeeeee;
17 color: black;
18 }
19 </style>
20 <body onload="document.open(); document.write('PASS, does not crash'); docum ent.close();">
21 <div>
22 <label>AAA
23 <summary>BBB
24 </div>
25 </body>
26 </html>
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698