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

Side by Side Diff: LayoutTests/fast/runin/run-in-layer-not-removed-crash.html

Issue 9887002: Merge 111263 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « no previous file | LayoutTests/fast/runin/run-in-layer-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> 3 <body>
4 Webkit Bug 81265: Crash due to layer tree information not updated when moving ru n-in children.<br /> 4 Webkit Bug 81265: Crash due to layer tree information not updated when moving ru n-in children.<br />
5 Test passes if it does not crash. 5 Test passes if it does not crash.
6 <style> 6 <style>
7 #test0 { 7 #test0 {
8 -webkit-perspective: 1; 8 -webkit-perspective: 1;
9 } 9 }
10 #test1:nth-last-child(3n) { 10 #test1:nth-last-child(3n) {
(...skipping 26 matching lines...) Expand all
37 document.body.appendChild(test3); 37 document.body.appendChild(test3);
38 document.body.insertBefore(document.createElement('div'), test3); 38 document.body.insertBefore(document.createElement('div'), test3);
39 document.designMode = 'on'; 39 document.designMode = 'on';
40 document.execCommand('selectall'); 40 document.execCommand('selectall');
41 document.execCommand('removeFormat'); 41 document.execCommand('removeFormat');
42 } 42 }
43 </script> 43 </script>
44 </body> 44 </body>
45 </html> 45 </html>
46 46
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/runin/run-in-layer-not-removed-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698