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

Unified Diff: LayoutTests/fast/multicol/client-rects-rtl.html

Issue 1102273004: [New Multicolumn] flowThreadTranslationAtOffset() needs to be relative to the flow thread. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/client-rects-rtl-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/client-rects-rtl.html
diff --git a/LayoutTests/fast/multicol/client-rects.html b/LayoutTests/fast/multicol/client-rects-rtl.html
similarity index 98%
copy from LayoutTests/fast/multicol/client-rects.html
copy to LayoutTests/fast/multicol/client-rects-rtl.html
index 5d398ce328f2757eab41ef0b51bd493a450d722d..da3d514805259268197595f1193ce1538aa6b5be 100644
--- a/LayoutTests/fast/multicol/client-rects.html
+++ b/LayoutTests/fast/multicol/client-rects-rtl.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<style>
div.columns {
+ direction: rtl;
height: 50px;
width: 110px;
margin: 10px 0;
@@ -69,7 +70,7 @@
</div>
<p>
- Except here, where the blue border should be around the bigger slice of the blue square, on the right.
+ Except here, where the blue border should be around the bigger slice of the blue square, on the left.
</p>
<div class="columns">
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/client-rects-rtl-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698