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

Unified Diff: LayoutTests/fast/writing-mode/ruby-text-logical-left.html

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
Index: LayoutTests/fast/writing-mode/ruby-text-logical-left.html
diff --git a/LayoutTests/fast/writing-mode/ruby-text-logical-left.html b/LayoutTests/fast/writing-mode/ruby-text-logical-left.html
index 92a04b2c10b9156601d19a7704695aa3afdd079c..3a7266a64a08cbf6c25cb803a0b75ac1e1d8f26c 100644
--- a/LayoutTests/fast/writing-mode/ruby-text-logical-left.html
+++ b/LayoutTests/fast/writing-mode/ruby-text-logical-left.html
@@ -1,44 +1,44 @@
-<!DOCTYPE html>
-<html>
- <head>
- <style>
- ruby { border: solid 5px cyan; }
- </style>
- </head>
- <body>
- Ruby text should be at the center of ruby base.
- <div id="test1" >
- <ruby>aaaaa<rt>b</rt></ruby><br>
- </div>
- <hr>
- <div id="test2" >
- <ruby>a<rt>bbbb</rt></ruby><br>
- </div>
- <hr>
- <div id="test3" style="-webkit-writing-mode: vertical-rl;">
- <ruby>aaaaa<rt>b</rt></ruby><br>
- </div>
- <hr>
- <div id="test4" style="-webkit-writing-mode: vertical-rl;">
- <ruby>a<rt>bbbb</rt></ruby><br>
- </div>
- <script>
- setTimeout(function () {
- var verticalElement = document.getElementById("test1");
- verticalElement.setAttribute("style", "-webkit-writing-mode: vertical-rl;");
- verticalElement = document.getElementById("test2");
- verticalElement.setAttribute("style", "-webkit-writing-mode: vertical-rl;");
- var horizontalElement = document.getElementById("test3");
- horizontalElement.setAttribute("style", "");
- horizontalElement = document.getElementById("test4");
- horizontalElement.setAttribute("style", "");
- if (window.testRunner) {
- testRunner.notifyDone();
- }
- }, 0);
- if (window.testRunner) {
- testRunner.waitUntilDone();
- }
- </script>
- </body>
-</html>
+<!DOCTYPE html>
+<html>
+ <head>
+ <style>
+ ruby { border: solid 5px cyan; }
+ </style>
+ </head>
+ <body>
+ Ruby text should be at the center of ruby base.
+ <div id="test1" >
+ <ruby>aaaaa<rt>b</rt></ruby><br>
+ </div>
+ <hr>
+ <div id="test2" >
+ <ruby>a<rt>bbbb</rt></ruby><br>
+ </div>
+ <hr>
+ <div id="test3" style="-webkit-writing-mode: vertical-rl;">
+ <ruby>aaaaa<rt>b</rt></ruby><br>
+ </div>
+ <hr>
+ <div id="test4" style="-webkit-writing-mode: vertical-rl;">
+ <ruby>a<rt>bbbb</rt></ruby><br>
+ </div>
+ <script>
+ setTimeout(function () {
+ var verticalElement = document.getElementById("test1");
+ verticalElement.setAttribute("style", "-webkit-writing-mode: vertical-rl;");
+ verticalElement = document.getElementById("test2");
+ verticalElement.setAttribute("style", "-webkit-writing-mode: vertical-rl;");
+ var horizontalElement = document.getElementById("test3");
+ horizontalElement.setAttribute("style", "");
+ horizontalElement = document.getElementById("test4");
+ horizontalElement.setAttribute("style", "");
+ if (window.testRunner) {
+ testRunner.notifyDone();
+ }
+ }, 0);
+ if (window.testRunner) {
+ testRunner.waitUntilDone();
+ }
+ </script>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698