layout/reftests/counters/counter-cjk-decimal.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

michael@0 1 <!DOCTYPE html>
michael@0 2 <style>
michael@0 3 div::after {
michael@0 4 content: counter(n, cjk-decimal);
michael@0 5 }
michael@0 6 </style>
michael@0 7 <div style="counter-reset: n 0;"></div>
michael@0 8 <div style="counter-reset: n 1;"></div>
michael@0 9 <div style="counter-reset: n 2;"></div>
michael@0 10 <div style="counter-reset: n 3;"></div>
michael@0 11 <div style="counter-reset: n 4;"></div>
michael@0 12 <div style="counter-reset: n 5;"></div>
michael@0 13 <div style="counter-reset: n 6;"></div>
michael@0 14 <div style="counter-reset: n 7;"></div>
michael@0 15 <div style="counter-reset: n 8;"></div>
michael@0 16 <div style="counter-reset: n 9;"></div>
michael@0 17
michael@0 18 <div style="counter-reset: n 10;"></div>
michael@0 19 <div style="counter-reset: n 11;"></div>
michael@0 20 <div style="counter-reset: n 99;"></div>
michael@0 21 <div style="counter-reset: n 100;"></div>
michael@0 22 <div style="counter-reset: n 6001;"></div>
michael@0 23 <div style="counter-reset: n 12345;"></div>
michael@0 24
michael@0 25 <div style="counter-reset: n -1;"></div>

mercurial