repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
inspector
/
console
/
only-one-deprecation-warning.html
blob
b11b95d97b93af5f7787652cda53fe3d4dc4f028
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<script>
5
if
(
window
.
testRunner
)
6
testRunner
.
dumpAsText
();
7
8
var
x
=
window
.
webkitStorageInfo
;
9
var
y
=
window
.
webkitStorageInfo
;
10
</script>
11
</head>
12
<body>
13
This test passes if only one deprecation warning is presented in the console.
14
</body>
15
</html>