Index: chrome/test/data/printing/layout_tests/source_html/forms/radio.html |
diff --git a/chrome/test/data/printing/layout_tests/source_html/forms/radio.html b/chrome/test/data/printing/layout_tests/source_html/forms/radio.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f16b8855213ae0ac73e65f68b3f66f929fab2b32 |
--- /dev/null |
+++ b/chrome/test/data/printing/layout_tests/source_html/forms/radio.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE html> |
+<html> |
+<body> |
+ <form> |
+ <input type="radio" name="radios" value="one">RadioOne</br> |
+ <input type="radio" name="radios" value="two" checked="true">RadioTwo</br> |
+ <input type="radio" name="radios" value="three">RadioThree |
+ </form> |
+</body> |
+</html> |