Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / console / console-string-format.html
index d89d7bb..6d3db1c 100644 (file)
@@ -9,6 +9,12 @@ function test()
         ["%T", 1],
         ["10% x 20%", "of the original"],
         ["%%", ""],
+        ["%%%", ""],
+        ["%%", 1, 2, 3],
+        ["%%d", 1],
+        ["%%d%", 1],
+        ["%%%d%", 1],
+        ["%%%d%%", 1],
         ["%", ""],
         ["% %d", 1],
         ["%d % %s", 1, "foo"],