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
GPU workaround to simulate Out of Memory errors with large textures
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
aria
/
aria-required.html
blob
9f336df3595b7ab450165b212b259ea958cfde12
1
<!--
2
@MAC-ALLOW:AXRequired*
3
@WIN-ALLOW:IA2_STATE_REQUIRED
4
-->
5
<!DOCTYPE
html
>
6
<html>
7
<body>
8
<div
role
=
"radiogroup"
aria-required
=
"true"
>
9
<div
role
=
"radio"
></div>
10
<div
role
=
"radio"
></div>
11
</div>
12
</body>
13
</html>