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

Side by Side Diff: LayoutTests/inspector/styles/undo-add-rule-crash.html

Issue 11616012: Merge 137464 (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/inspector/styles/undo-add-rule-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 <html> 1 <html>
2 <head> 2 <head>
3 <script src=../../http/tests/inspector/inspector-test.js></script> 3 <script src=../../http/tests/inspector/inspector-test.js></script>
4 <script src=../../http/tests/inspector/elements-test.js></script> 4 <script src=../../http/tests/inspector/elements-test.js></script>
5 <script> 5 <script>
6 6
7 function test() 7 function test()
8 { 8 {
9 InspectorTest.selectNodeAndWaitForStyles("inspected", step1); 9 InspectorTest.selectNodeAndWaitForStyles("inspected", step1);
10 10
(...skipping 27 matching lines...) Expand all
38 <body onload="runTest()"> 38 <body onload="runTest()">
39 Tests that the inspected page does not crash after undoing a new rule addition. <a href="https://bugs.webkit.org/show_bug.cgi?id=104806">Bug 104806</a> 39 Tests that the inspected page does not crash after undoing a new rule addition. <a href="https://bugs.webkit.org/show_bug.cgi?id=104806">Bug 104806</a>
40 40
41 <p>The test has passed (no crash).</p> 41 <p>The test has passed (no crash).</p>
42 <div id="inspected"><div id="other" /></div> 42 <div id="inspected"><div id="other" /></div>
43 <style> 43 <style>
44 @-webkit-keyframes cfpulse1 { 0% { opacity: 0.1; } } 44 @-webkit-keyframes cfpulse1 { 0% { opacity: 0.1; } }
45 .c1 { -webkit-animation-name: cfpulse1; } 45 .c1 { -webkit-animation-name: cfpulse1; }
46 </style> 46 </style>
47 </html> 47 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector/styles/undo-add-rule-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698