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

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

Issue 11841005: Merge 138460 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 #container { 4 #container {
5 font-weight: bold; 5 font-weight: bold;
6 } 6 }
7 </style> 7 </style>
8 <script src="../../http/tests/inspector/inspector-test.js"></script> 8 <script src="../../http/tests/inspector/inspector-test.js"></script>
9 <script src="../../http/tests/inspector/elements-test.js"></script> 9 <script src="../../http/tests/inspector/elements-test.js"></script>
10 <script> 10 <script>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 <body onload="runTest()"> 43 <body onload="runTest()">
44 <p> 44 <p>
45 Tests that disabling style property after the style rule has been removed does n ot crash the inspected page. 45 Tests that disabling style property after the style rule has been removed does n ot crash the inspected page.
46 </p> 46 </p>
47 47
48 <div id="container"> 48 <div id="container">
49 </div> 49 </div>
50 50
51 </body> 51 </body>
52 </html> 52 </html>
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/inspector/elements-test.js ('k') | LayoutTests/inspector/styles/removed-rule-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698