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

Side by Side Diff: PerformanceTests/Layout/ArabicLineLayout.html

Issue 478003002: Fill in descriptions on relevant blink_perf tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: alancutter nits Created 6 years, 2 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title>Arabic Line breaking performance test</title> 5 <title>Arabic Line breaking performance test</title>
6 <script src="../resources/runner.js"></script> 6 <script src="../resources/runner.js"></script>
7 </head> 7 </head>
8 <body> 8 <body>
9 <!-- Example Arabic from Wikisource of One Thousand and One Nights, first tw o sections, 9 <!-- Example Arabic from Wikisource of One Thousand and One Nights, first tw o sections,
10 http://ar.wikisource.org/wiki/%D8%A3%D9%84%D9%81_%D9%84%D9%8A%D9%84%D8% A9_%D9%88%D9%84%D9%8A%D9%84%D8%A9/%D8%A7%D9%84%D8%AC%D8%B2%D8%A1_%D8%A7%D9%84%D8 %A3%D9%88%D9%84 10 http://ar.wikisource.org/wiki/%D8%A3%D9%84%D9%81_%D9%84%D9%8A%D9%84%D8% A9_%D9%88%D9%84%D9%8A%D9%84%D8%A9/%D8%A7%D9%84%D8%AC%D8%B2%D8%A1_%D8%A7%D9%84%D8 %A3%D9%88%D9%84
(...skipping 26 matching lines...) Expand all
37 style.display = "block"; 37 style.display = "block";
38 style.width = "280px"; 38 style.width = "280px";
39 target.offsetLeft; 39 target.offsetLeft;
40 style.width = "300px"; 40 style.width = "300px";
41 target.offsetLeft; 41 target.offsetLeft;
42 style.width = "290px"; 42 style.width = "290px";
43 target.offsetLeft; 43 target.offsetLeft;
44 style.display = "none"; 44 style.display = "none";
45 } 45 }
46 46
47 PerfTestRunner.measureRunsPerSecond({ run: test }); 47 PerfTestRunner.measureRunsPerSecond({
48 description: "Measures performance of layout on a page containing Ar abic.",
49 run: test
50 });
48 </script> 51 </script>
49 </body> 52 </body>
50 </html> 53 </html>
OLDNEW
« no previous file with comments | « PerformanceTests/DOM/textarea-edit.html ('k') | PerformanceTests/Layout/SimpleTextPathLineLayout.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698