Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
css
/
attribute-synchronization-crash.html
blob: 77188e88b800b180bf62ae84715d41b6cf406ef3 [
file
] [
log
] [
blame
] [
edit
]
<style>
[
data-a
]:
first-of-type
{
color
:
green
}
</style>
<div
id
=
test
data-a
data-b
data-c
>
This test passes if it doesn't crash.
</div>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
test
.
style
.
color
=
"yellow"
;
</script>