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

Side by Side Diff: LayoutTests/inspector/styles/updates-during-dom-traversal.html

Issue 9310084: Merge 106560 - Web Inspector: [REGRESSION] Slow continuous DOM traversal with Up/Down keys (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 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/inspector/styles/updates-during-dom-traversal-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 var updateCount = 0; 9 var updateCount = 0;
10 var keydownCount = 5; 10 var keydownCount = 5;
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 46
47 <div></div> 47 <div></div>
48 <div></div> 48 <div></div>
49 <div></div> 49 <div></div>
50 <div></div> 50 <div></div>
51 <div></div> 51 <div></div>
52 <div id="inspected"></div> 52 <div id="inspected"></div>
53 53
54 </body> 54 </body>
55 </html> 55 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/inspector/styles/updates-during-dom-traversal-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698