mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
Update CSS tests to revision e102a993c37a2e0ebd549bc7d5548b006458ab34
This commit is contained in:
@@ -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: named flow content has contentEditable attribute set and is flowed in an
|
||||
auto-height region</title>
|
||||
<link href="mailto:mibalan@adobe.com" rel="author" title="Mihai Balan" />
|
||||
@@ -42,14 +43,14 @@
|
||||
<li>Below you should see a rectangle with a black border with some text inside it. No
|
||||
red should be visible at any time during this test.</li>
|
||||
<li>Click between the first pair of green and blue colored markers and type
|
||||
“<strong>foobar bazquux</strong>”
|
||||
“<strong>foobar bazquux</strong>”
|
||||
<ul>
|
||||
<li>The text you typed is displayed at the cursor position between the
|
||||
two markers and the lines of text wrap inside the black border</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Click between the second pair of green and blue colored markers and type
|
||||
“<strong>foobar bazquux</strong>”
|
||||
“<strong>foobar bazquux</strong>”
|
||||
<ul>
|
||||
<li>The text you typed is displayed at the cursor position between the
|
||||
two markers and the lines of text wrap inside the black border</li>
|
||||
@@ -73,4 +74,5 @@
|
||||
insertText("#marked-two", "foobar bazquux");
|
||||
</script>
|
||||
|
||||
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user