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

Side by Side Diff: LayoutTests/compositing/geometry/rtl-composited.html

Issue 7163005: Merge 88288 - 2011-06-07 Vangelis Kokkevis <vangelis@chromium.org> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | LayoutTests/compositing/geometry/rtl-composited-expected.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE> 1 <!DOCTYPE>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>RTL page with composited elements</title> 4 <title>RTL page with composited elements</title>
5 5
6 <style type="text/css" media="screen"> 6 <style type="text/css" media="screen">
7 body { 7 body {
8 direction: rtl; 8 direction: rtl;
9 } 9 }
10 #wrapper { 10 #wrapper {
(...skipping 12 matching lines...) Expand all
23 layoutTestController.dumpAsText(true); 23 layoutTestController.dumpAsText(true);
24 </script> 24 </script>
25 </head> 25 </head>
26 <body> 26 <body>
27 <body> 27 <body>
28 <!-- There should be a green box at the top right corner of the window --> 28 <!-- There should be a green box at the top right corner of the window -->
29 <div id="wrapper"></div> 29 <div id="wrapper"></div>
30 <div class="accelerated"></div> 30 <div class="accelerated"></div>
31 </body> 31 </body>
32 </html> 32 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/compositing/geometry/rtl-composited-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698