Roll leveldb 3f7758:803d69 (v1.17 -> v1.18)
[chromium-blink-merge.git] / chrome / test / data / extensions / user_script_run_at_start.user.js
blob67d32d46d8ea4396d95370b528a01a01ce16343b
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 Start Test
7 // @namespace      test
8 // @description    This script tests document-start
9 // @include        *
10 // @run-at         document-start
11 // ==/UserScript==
13 alert(document.readyState);