<!DOCTYPE html><html><head><metacharset="utf-8"><title> CSS Values and Units Test: Attribute references (length)</title><metaname="assert"content=" When the value of referenced attribute isn't a valid length, the fallback value is unsed instead. "/><linkrel="author"title="François REMY"href="mailto:fremycompany.developer@yahoo.fr"/><linkrel="help"href="http://www.w3.org/TR/css3-values/#attr-notation"/><linkrel="match"href="reference/200-200-green.html"/><styletype="text/css">html,body{margin:0px;padding:0px;}html{background:white;overflow:hidden;}#outer{position:relative;background:green;}#outer{width:attr(data-testtype(<length>),200px);height:200px;}</style></head><body><divid="outer"data-test="qqffuutt"></div></body></html>