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

Unified Diff: LayoutTests/virtual/gpu/compositedscrolling/scrollbars/rtl/div-horizontal-expected.txt

Issue 27061002: Fix unittests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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/virtual/gpu/compositedscrolling/scrollbars/rtl/div-horizontal-expected.txt
diff --git a/LayoutTests/virtual/gpu/compositedscrolling/scrollbars/rtl/div-horizontal-expected.txt b/LayoutTests/virtual/gpu/compositedscrolling/scrollbars/rtl/div-horizontal-expected.txt
deleted file mode 100644
index c73c17f8234f3f09828804a29676307e2a6cc5ed..0000000000000000000000000000000000000000
--- a/LayoutTests/virtual/gpu/compositedscrolling/scrollbars/rtl/div-horizontal-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-Test if WebKit can show the left side of the inner elements regardless of the position of its scrollbars. To test manually, open this document and verify we can see "ABC" both in the LTR element and in the RTL element.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Verify the widths of the outer RTL elements are the same as the widths of the outer LTR elements.
-PASS outerLTR.offsetWidth == outerRTL.offsetWidth is true
-PASS outerLTR.clientWidth == outerRTL.clientWidth is true
-FAIL outerLTR.scrollWidth == outerRTL.scrollWidth should be true. Was false.
-Verify the widths of the inner RTL elements are the same as the widths of the inner LTR elements.
-PASS innerLTR.offsetWidth == innerRTL.offsetWidth is true
-PASS innerLTR.clientWidth == innerRTL.clientWidth is true
-PASS innerLTR.scrollWidth == innerRTL.scrollWidth is true
-Verify the width of the vertical scrollbar of the outer RTL element is the same as the one of the outer LTR element regardless of their scrollbar positions.
-PASS scrollbarWidthLTR == scrollbarWidthRTL is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-ABC
-ABC

Powered by Google App Engine
This is Rietveld 408576698