We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7abf9 commit 28397bfCopy full SHA for 28397bf
src/browser/html/window.zig
@@ -140,7 +140,7 @@ pub const Window = struct {
140
const frames = try domcss.querySelectorAll(
141
page.call_arena,
142
parser.documentHTMLToNode(self.document),
143
- "frame,iframe",
+ "iframe",
144
);
145
146
if (index >= frames.nodes.items.len) {
@@ -159,7 +159,7 @@ pub const Window = struct {
159
160
161
162
163
164
165
return frames.get_length();
0 commit comments