@ -367,4 +367,4 @@ export function attribute_to_object(attributes) {
result[attribute.name] = attribute.value;
}
return result;
@ -51,4 +51,4 @@ function normalizeHtml(window, html) {
} catch (err) {
throw new Error(`Failed to normalize HTML:\n${html}`);