mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
26
layout/reftests/counters/counter-ua-limits-01-ref.html
Normal file
26
layout/reftests/counters/counter-ua-limits-01-ref.html
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>css-counter-styles-3 Test Suite: content: counter(c)</title>
|
||||
<!--
|
||||
NOTE: This test cannot be contributed to the test suite because
|
||||
it presumes a 4-byte unsigned integer, which is not required by
|
||||
the spec.
|
||||
|
||||
However, it tests the rules for what happens at the UA-specific
|
||||
limit, which are required by the spec.
|
||||
-->
|
||||
<link rel="help" href="http://dev.w3.org/csswg/css-counter-styles-3/#counter-style-range"/>
|
||||
<link rel="help" href="http://krijnhoetmer.nl/irc-logs/css/20130205#l-1590"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="test">
|
||||
<span>2147483640</span>
|
||||
<span>2147483645</span>
|
||||
<span>2147483645</span>
|
||||
<span>2147483645</span>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue