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
/
fast
/
css
/
resize-object-crash.html
blob
7a6c94be20dd6ff2926a19e403cf7f08cd0e5665
1
<html>
2
<head>
3
<title></title>
4
<script>
5
if
(
window
.
testRunner
) {
6
testRunner
.
dumpAsText
();
7
}
8
</script>
9
<style>
10
object {
11
resize: both !important;
12
}
13
</style>
14
</head>
15
<body>
16
<!--
17
Test for https://crbug.com/175535 - Crash with <object style="resize:both">
18
-->
19
<object></object><br>
20
PASS
21
</body>