1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/counters/counter-ua-limits-01-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <head> 1.7 + <title>css-counter-styles-3 Test Suite: content: counter(c)</title> 1.8 + <!-- 1.9 + NOTE: This test cannot be contributed to the test suite because 1.10 + it presumes a 4-byte unsigned integer, which is not required by 1.11 + the spec. 1.12 + 1.13 + However, it tests the rules for what happens at the UA-specific 1.14 + limit, which are required by the spec. 1.15 + --> 1.16 + <link rel="help" href="http://dev.w3.org/csswg/css-counter-styles-3/#counter-style-range"/> 1.17 + <link rel="help" href="http://krijnhoetmer.nl/irc-logs/css/20130205#l-1590"/> 1.18 + </head> 1.19 + <body> 1.20 + 1.21 + <div id="test"> 1.22 + <span>2147483640</span> 1.23 + <span>2147483645</span> 1.24 + <span>2147483645</span> 1.25 + <span>2147483645</span> 1.26 + </div> 1.27 + 1.28 + </body> 1.29 +</html>