- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / user_script_run_at_idle.user.js
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 //
5 // ==UserScript==
6 // @name           Document Idle Test
7 // @namespace      test
8 // @description    This script tests document-idle
9 // @include        *
10 // @run-at         document-idle
11 // ==/UserScript==
12
13 alert(document.readyState);