Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
css
/
dir-rtl-removal-expected.html
blob: 301a2d77ed4740823837d18b43baf4929c9e8199 [
file
]
<!DOCTYPE html>
<html>
<body>
<div
class
=
"box"
></div>
<style>
.
box
{
width
:
100px
;
height
:
100px
;
background
:
green
;
}
</style>
</body>
</html>