chromium/tools/grit/preprocess_tests/test_with_ifexpr.html

<!doctype html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
Always present text
<if expr="foo">
Text for foo only
</if>
<if expr="orange">
Text for orange only
</if>
More text for everyone
</body>
</html>