Sha256: f8b66453c58a7d69797889d122c7946cb4f513ad7a6b9326a2c22c07b86dc894

Contents?: true

Size: 888 Bytes

Versions: 6

Compression:

Stored size: 888 Bytes

Contents

<!DOCTYPE html>
<html>
<!--
Copyright 2012 The Closure Library Authors. All Rights Reserved.

Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<!--
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Closure Unit Tests - goog.ui.TwoThumbSlider</title>
<script src="../base.js"></script>
<script>
  goog.require('goog.testing.jsunit');
  goog.require('goog.ui.TwoThumbSlider');
</script>
</head>
<body>
<script>

var slider;

function tearDown() {
  goog.dispose(slider);
}

function testGetCssClass() {
  slider = new goog.ui.TwoThumbSlider();
  assertEquals('goog-twothumbslider-horizontal',
      slider.getCssClass(goog.ui.SliderBase.Orientation.HORIZONTAL));
  assertEquals('goog-twothumbslider-vertical',
      slider.getCssClass(goog.ui.SliderBase.Orientation.VERTICAL));
}

</script>
</body>
</html>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
k4compiler-0.0.1 third_party/closure-library/closure/goog/ui/twothumbslider_test.html
middleman-wizard-template-1.0.4 lib/middleman-wizard-template/template/closure/library/closure/goog/ui/twothumbslider_test.html
middleman-wizard-template-1.0.3 lib/middleman-wizard-template/template/closure/library/closure/goog/ui/twothumbslider_test.html
middleman-wizard-template-1.0.2 lib/middleman-wizard-template/template/closure/library/closure/goog/ui/twothumbslider_test.html
middleman-wizard-template-1.0.1 lib/middleman-wizard-template/template/closure/library/closure/goog/ui/twothumbslider_test.html
middleman-wizard-template-1.0.0.pre.1 lib/middleman-wizard-template/template/closure/library/closure/goog/ui/twothumbslider_test.html