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>
<html><head>
<meta charset="utf-8">
<title>CSS Regions: regions are children of an element with the 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">
@ -48,12 +49,12 @@
<li>No red should be visible at any time during this test.</li>
<li>Below you should see a rectangle with a black border.</li>
<li>Inside the rectangle you should see a green square with a black border, between two
“+” signs on blue background.</li>
<li>Click and drag from one “+” to the other and copy the selection either
“+” signs on blue background.</li>
<li>Click and drag from one “+” to the other and copy the selection either
via keyboard shortcut (usually <code>Ctrl+C</code> on Windows and Linux
and <code>Cmd+C</code> on Mac OS) or menu/context menu.</li>
<li>
Click after the last “+” sign and paste the previously selected content
Click after the last “+” sign and paste the previously selected content
either via keyboard shortcut (usually <code>Ctrl+V</code> on Windows and Linux and
<code>Cmd+V</code> on Mac OS) or menu/context menu.
<ul>
@ -77,4 +78,5 @@
<script src="support/helpers.js"></script>
</body></html>