You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fixtures/html/simple.html
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -108,16 +108,15 @@
108
108
background-color:rgba(224,172,150,0.594);
109
109
padding:2rem;
110
110
}
111
+
111
112
#float-area>p.first {
112
113
background-color:rgba(134,55,20,0.352);
113
114
}
114
115
</style>
116
+
<scriptsrc="./simple.js"></script>
115
117
<script>
116
-
console.log('Hello, world!');
117
-
consthtml=document.firstChild;
118
-
console.log(html);
118
+
console.info('Simple HTML:',window['foobar']);
119
119
</script>
120
-
<scriptsrc="./simple.js"></script>
121
120
</head>
122
121
123
122
<body>
@@ -132,7 +131,9 @@
132
131
</div>
133
132
<article>
134
133
<pclass="primary first">
135
-
A range of organizations join the World Wide Web Consortium as Members to work with us to drive the direction of core web technologies and exchange ideas with industry and research leaders. We rotate randomly a few of our Member organizations' logos underneath.
134
+
A range of organizations join the World Wide Web Consortium as Members to work with us to drive the direction of
135
+
core web technologies and exchange ideas with industry and research leaders. We rotate randomly a few of our
136
+
Member organizations' logos underneath.
136
137
</p>
137
138
<p>
138
139
1 October 2024 was W3C's 30th anniversary. We celebrated at our annual TPAC our three decades, advances in the
0 commit comments