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

Unified Diff: LayoutTests/fast/regions/cssom/offsetLeft-offsetTop-inlines-region-in-element-expected.txt

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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/regions/cssom/offsetLeft-offsetTop-inlines-region-in-element-expected.txt
diff --git a/LayoutTests/fast/regions/cssom/offsetLeft-offsetTop-inlines-region-in-element-expected.txt b/LayoutTests/fast/regions/cssom/offsetLeft-offsetTop-inlines-region-in-element-expected.txt
deleted file mode 100644
index a4e11d385f427bb4ac615abb3382f246f7795234..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/cssom/offsetLeft-offsetTop-inlines-region-in-element-expected.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Test offsetLeft and offsetTop for blocks and inlines in a named flow when the region's offsetParent is NOT the body.
-This test also covers borders.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS divText.offsetParent is document.body
-PASS divText.offsetLeft is 300
-PASS divText.offsetTop is 350
-PASS regionParent.offsetLeft is 200
-PASS region.offsetParent is regionParent
-PASS region.offsetLeft is 30
-PASS region.offsetTop is 20
-PASS inlineElement.offsetParent is document.body
-PASS inlineElement.offsetLeft is 300
-PASS inlineElement.offsetTop is 550
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698