Update CSS tests to revision e102a993c37a2e0ebd549bc7d5548b006458ab34

This commit is contained in:
Ms2ger 2015-11-23 13:14:18 +01:00
parent 037cac7353
commit a00f2d6310
479 changed files with 13629 additions and 1611 deletions

View file

@ -1,5 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta charset="utf-8" />
<title>CSS Regions: both named flow content and region element have contentEditable attribute set</title>
<link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan" />
<link href="http://www.w3.org/TR/css3-regions/#the-flow-into-property" rel="help" />
@ -39,10 +40,10 @@
<ol>
<li>Below you should see a square with a black border with some text inside it. No
red should be visible at any time during this test.</li>
<li>Double click the “<strong>editable</strong>” word between the green and
blue colored markers and type “<strong>foobar bazquux</strong>”
<li>Double click the “<strong>editable</strong>” word between the green and
blue colored markers and type “<strong>foobar bazquux</strong>”
<ul>
<li>The word “editable” should be replaced with “foobar bazquux”.</li>
<li>The word “editable” should be replaced with “foobar bazquux”.</li>
</ul>
</li>
</ol>
@ -62,4 +63,5 @@
insertText("#marked-two", "foobar bazquux");
</script>
</body></html>