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

Side by Side Diff: LayoutTests/media/controls-layout-direction.html

Issue 24438004: Rename testRunner.dumpAsText(true) to testRunner.dumpAsTextWithPixelResults() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: more tests Created 7 years, 3 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.testRunner) 4 if (window.testRunner)
5 testRunner.dumpAsText(true); 5 testRunner.dumpAsTextWithPixelResults();
6 </script> 6 </script>
7 </head> 7 </head>
8 <body> 8 <body>
9 <!-- Test that audio & video controls lay out identically in RTL and LTR context s. --> 9 <!-- Test that audio & video controls lay out identically in RTL and LTR context s. -->
10 <div style="direction:ltr;"><video controls></video></div> 10 <div style="direction:ltr;"><video controls></video></div>
11 <div style="direction:rtl; text-align:left;"><video controls></video></div> 11 <div style="direction:rtl; text-align:left;"><video controls></video></div>
12 <div style="direction:ltr;"><audio controls></audio></div> 12 <div style="direction:ltr;"><audio controls></audio></div>
13 <div style="direction:rtl; text-align:left;"><audio controls></audio></div> 13 <div style="direction:rtl; text-align:left;"><audio controls></audio></div>
14 </div> 14 </div>
15 </body> 15 </body>
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/resources/js-test-pre.js ('k') | LayoutTests/scrollbars/custom-scrollbar-table-cell.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698