mirror of
https://github.com/servo/servo
synced 2026-05-11 09:26:59 +02:00
15 lines
693 B
HTML
15 lines
693 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Basic User Interface Test: resizing iframes</title>
|
|
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net">
|
|
<link rel="help" href="https://drafts.csswg.org/css-ui-3/#resize">
|
|
<meta name="flags" content="interact may">
|
|
<meta name="assert" content="UAs may apply the resize property to <iframes> regardless of the value of the overflow property.">
|
|
<style>
|
|
iframe { resize: both; }
|
|
</style>
|
|
|
|
<p>Test passes if both <strong>width</strong> and <strong>height</strong> of the box surrounding the orange box below can be adjusted (for instance by dragging the bottom-right corner).</p>
|
|
|
|
<iframe src="support/orange.svg"></iframe>
|