Skip to content

Commit e03a832

Browse files
committed
[css-shapes] add test harness widget back in
1 parent 12b0dba commit e03a832

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

css-shapes/Overview.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<link href=../default.css rel=stylesheet type=text/css>
55
<link href=../csslogo.ico rel="shortcut icon" type=image/x-icon>
66
<link href=https://www.w3.org/StyleSheets/TR/W3C-ED rel=stylesheet type=text/css>
7+
<script defer src=http://test.csswg.org/harness/annotate.js#css-shapes-1_dev type=text/javascript></script>
8+
79
</head>
810
<body class=h-entry>
911
<style scoped type=text/css>

css-shapes/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ <h1>CSS Shapes Module Level 1</h1>
1414
Abstract: CSS Shapes describe geometric shapes for use in CSS. For Level 1, CSS Shapes can be applied to floats. A circle shape on a float will cause inline content to <a>wrap</a> around the circle shape instead of the float's bounding box.
1515
</pre>
1616

17+
<script src='http://test.csswg.org/harness/annotate.js#css-shapes-1_dev' type='text/javascript' defer></script>
18+
1719
<style type="text/css">
1820
.singleImgExample {
1921
display: block;

0 commit comments

Comments
 (0)