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

Side by Side Diff: LayoutTests/compositing/rtl/rtl-overflow-invalidation.html

Issue 10782018: Merge 122529 - [chromium] Root invalidations for RTL pages need to be in the right space (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 5 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/rtl/rtl-overflow-invalidation-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 html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 body { 5 body {
6 direction: rtl; 6 direction: rtl;
7 margin: 0px; 7 margin: 0px;
8 } 8 }
9 9
10 #layer { 10 #layer {
(...skipping 22 matching lines...) Expand all
33 var elem = document.getElementById("layer"); 33 var elem = document.getElementById("layer");
34 elem.style.backgroundColor = "green"; 34 elem.style.backgroundColor = "green";
35 } 35 }
36 window.addEventListener('load', doTest, false); 36 window.addEventListener('load', doTest, false);
37 </script> 37 </script>
38 <body> 38 <body>
39 <div id="layer" class=""></div> 39 <div id="layer" class=""></div>
40 <div id="root"></div> 40 <div id="root"></div>
41 </body> 41 </body>
42 </html> 42 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/compositing/rtl/rtl-overflow-invalidation-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698