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

Side by Side Diff: LayoutTests/compositing/empty-render-surface-crasher.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE> 1 <!DOCTYPE>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Empty Render Surface</title> 4 <title>Empty Render Surface</title>
5 <style type="text/css" media="screen"> 5 <style type="text/css" media="screen">
6 .container { 6 .container {
7 position: relative; 7 position: relative;
8 height: 0x; 8 height: 0x;
9 width: 0px; 9 width: 0px;
10 opacity:0.5; 10 opacity:0.5;
(...skipping 14 matching lines...) Expand all
25 </head> 25 </head>
26 <body> 26 <body>
27 <p>This page tests that an empty render surface does not crash as reported in <a href='https://bugs.webkit.org/show_bug.cgi?id=51432'>this bug</a>. Pass if this does not crash.</p> 27 <p>This page tests that an empty render surface does not crash as reported in <a href='https://bugs.webkit.org/show_bug.cgi?id=51432'>this bug</a>. Pass if this does not crash.</p>
28 28
29 <div class="container"> 29 <div class="container">
30 <div class="child"> </div> 30 <div class="child"> </div>
31 </div> 31 </div>
32 32
33 </body> 33 </body>
34 </html> 34 </html>
OLDNEW
« no previous file with comments | « LayoutTests/compositing/child-layer-3d-sorting.html ('k') | LayoutTests/compositing/empty-render-surface-crasher-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698