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

Side by Side Diff: LayoutTests/fast/css/image-set-value-not-removed-crash.html

Issue 11565023: Merge 136560 (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/css/image-set-value-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 A 3 A
4 <style> 4 <style>
5 @-webkit-keyframes anim1 { 5 @-webkit-keyframes anim1 {
6 0% { 6 0% {
7 opacity: 0.5772; border-image: 26829%; 7 opacity: 0.5772; border-image: 26829%;
8 } 8 }
9 100% { 9 100% {
10 opacity: 0.3167; 10 opacity: 0.3167;
(...skipping 21 matching lines...) Expand all
32 document.execCommand("SelectAll", false, null) 32 document.execCommand("SelectAll", false, null)
33 document.execCommand("InsertText", false, "PASS. WebKit didn't crash.") 33 document.execCommand("InsertText", false, "PASS. WebKit didn't crash.")
34 for (i = 0; i != 49; i++) 34 for (i = 0; i != 49; i++)
35 window.getSelection().modify("move", "forward", "character"); 35 window.getSelection().modify("move", "forward", "character");
36 36
37 document.execCommand("Italic", false, null); 37 document.execCommand("Italic", false, null);
38 } 38 }
39 document.addEventListener("DOMContentLoaded", crash, false); 39 document.addEventListener("DOMContentLoaded", crash, false);
40 </script> 40 </script>
41 </html> 41 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/image-set-value-not-removed-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698