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

Unified Diff: LayoutTests/media/media-volume-slider-rendered-normal-expected.txt

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
Index: LayoutTests/media/media-volume-slider-rendered-normal-expected.txt
diff --git a/LayoutTests/media/media-volume-slider-rendered-normal-expected.txt b/LayoutTests/media/media-volume-slider-rendered-normal-expected.txt
deleted file mode 100644
index 39c9b31a604d3fe0dc0b2c82ed4fc9e241ba374f..0000000000000000000000000000000000000000
--- a/LayoutTests/media/media-volume-slider-rendered-normal-expected.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Tests that the video controls are properly rendered when the display none is set and unset.
-
-** The volume slider should have almost the same left offset as the mute button **
-EXPECTED (volumeSliderElement.offsetLeft >= muteButtonElement.offsetLeft - threshold == 'true') OK
-EXPECTED (volumeSliderElement.offsetLeft <= muteButtonElement.offsetLeft + threshold == 'true') OK
-
-** The volume slider should be on top of the mute button **
-EXPECTED (volumeSliderElement.offsetTop < muteButtonElement.offsetTop == 'true') OK
-

Powered by Google App Engine
This is Rietveld 408576698