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

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

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
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 30 matching lines...) Expand all
41 <body onload="runTest()"> 41 <body onload="runTest()">
42 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> 42 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>
43 43
44 <p>The test has passed (no crash).</p> 44 <p>The test has passed (no crash).</p>
45 <div id="inspected"><div id="other" /></div> 45 <div id="inspected"><div id="other" /></div>
46 <style> 46 <style>
47 @-webkit-keyframes cfpulse1 { 0% { opacity: 0.1; } } 47 @-webkit-keyframes cfpulse1 { 0% { opacity: 0.1; } }
48 .c1 { -webkit-animation-name: cfpulse1; } 48 .c1 { -webkit-animation-name: cfpulse1; }
49 </style> 49 </style>
50 </html> 50 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698