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

Side by Side Diff: LayoutTests/fast/images/crossfade-client-not-removed-crash.html

Issue 11573024: Merge 136558 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years 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
« no previous file with comments | « no previous file | LayoutTests/fast/images/crossfade-client-not-removed-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body id=tCF1> 3 <body id=tCF1>
4 A 4 A
5 <style> 5 <style>
6 .class1 { 6 .class1 {
7 background-image: -webkit-cross-fade(url(#does-not-exist), url(http://-42949 67295), 157%); 7 background-image: -webkit-cross-fade(url(#does-not-exist), url(http://-42949 67295), 157%);
8 } 8 }
9 .class2:first-of-type { 9 .class2:first-of-type {
10 -webkit-animation-direction: alternate; 10 -webkit-animation-direction: alternate;
(...skipping 14 matching lines...) Expand all
25 docElement.appendChild(test2); 25 docElement.appendChild(test2);
26 test1.setAttribute("class", "class1"); 26 test1.setAttribute("class", "class1");
27 window.getSelection().selectAllChildren(tCF1); 27 window.getSelection().selectAllChildren(tCF1);
28 document.execCommand("hilitecolor", false, "#FF0000"); 28 document.execCommand("hilitecolor", false, "#FF0000");
29 document.execCommand("InsertText", false, "PASS. WebKit didn't crash."); 29 document.execCommand("InsertText", false, "PASS. WebKit didn't crash.");
30 } 30 }
31 31
32 document.addEventListener("DOMContentLoaded", crash, false); 32 document.addEventListener("DOMContentLoaded", crash, false);
33 </script> 33 </script>
34 </html> 34 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/images/crossfade-client-not-removed-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698