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

Side by Side Diff: LayoutTests/fast/css/webkit-empty-transform-preserve3d-crash.html

Issue 898783003: Move rendering/RenderLayer* to layout/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.testRunner) 4 if (window.testRunner)
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 </script> 6 </script>
7 <style> 7 <style>
8 span { 8 span {
9 display: table-column; 9 display: table-column;
10 -webkit-transform-style: preserve-3d; 10 -webkit-transform-style: preserve-3d;
11 } 11 }
12 </style> 12 </style>
13 </head> 13 </head>
14 <body> 14 <body>
15 <span></span> 15 <span></span>
16 <p>Test for bug <a href="https://bugs.webkit.org/show_bug.cgi?id=51465">51465</a >: chrome.dll!WebCore::RenderLayer::currentTransform ReadAV@NULL (8968fc97874fa2 3b6799ff8f09c142e4)</p> 16 <p>Test for bug <a href="https://bugs.webkit.org/show_bug.cgi?id=51465">51465</a >: chrome.dll!WebCore::Layer::currentTransform ReadAV@NULL (8968fc97874fa23b6799 ff8f09c142e4)</p>
17 <p>If it did not crash, this test has PASSED</p> 17 <p>If it did not crash, this test has PASSED</p>
18 </body> 18 </body>
19 </html> 19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698