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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/stability/base-render-style-crash.html

Issue 2966953002: Move animations crash tests to subdirectory (Closed)
Patch Set: Rename crash-tests/ to stability/ Created 3 years, 5 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <p>PASS if no crash and no assertion failure.</p> 2 <p>PASS if no crash and no assertion failure.</p>
3 <iframe id="dc"></iframe> 3 <iframe id="dc"></iframe>
4 <canvas id="ak"> 4 <canvas id="ak">
5 <object id="bs"> 5 <object id="bs">
6 <script> 6 <script>
7 bs.animate([{"backgroundClip":"content-box"}, {"backgroundClip":"bor der-box"}], 2000); 7 bs.animate([{"backgroundClip":"content-box"}, {"backgroundClip":"bor der-box"}], 2000);
8 try {bs.appendChild(document.querySelector("e2").cloneNode(true));}c atch(e){} 8 try {bs.appendChild(document.querySelector("e2").cloneNode(true));}c atch(e){}
9 dc.contentDocument.body.appendChild(ak); 9 dc.contentDocument.body.appendChild(ak);
10 </script> 10 </script>
11 </object> 11 </object>
12 </canvas> 12 </canvas>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698