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