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

Unified Diff: third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/scrollbars/rtl/div-absolute-expected.txt

Issue 2229393002: convert LayoutTest/scrollbars/rtl/* js-test.js tests to testharness.js based tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed div-absolute-expected in virtual folder Created 4 years, 4 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 | « third_party/WebKit/LayoutTests/scrollbars/rtl/div-vertical-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/scrollbars/rtl/div-absolute-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/scrollbars/rtl/div-absolute-expected.txt b/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/scrollbars/rtl/div-absolute-expected.txt
deleted file mode 100644
index 3069c441c7167551e4add8047c5cdc622b01cbaf..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/scrollbars/rtl/div-absolute-expected.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-Test if the widths of RTL elements are the same as the widths of the LTR elements when they include absolutely-positioned children.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Verify the widths of the outer RTL element are the same as the widths of the outer LTR element.
-PASS outerLTR.offsetWidth == outerRTL.offsetWidth is true
-PASS outerLTR.clientWidth == outerRTL.clientWidth is true
-PASS outerLTR.scrollWidth == outerRTL.scrollWidth is true
-Verify the widths of the inner RTL element are the same as the widths of the inner LTR element.
-PASS innerLTR.offsetWidth == innerRTL.offsetWidth is true
-PASS innerLTR.clientWidth == innerRTL.clientWidth is true
-PASS innerLTR.scrollWidth == innerRTL.scrollWidth is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-foo
-foo
« no previous file with comments | « third_party/WebKit/LayoutTests/scrollbars/rtl/div-vertical-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698