Skip to content

Instantly share code, notes, and snippets.

@stelar7
stelar7 / run_svg_tests.py
Last active November 16, 2024 14:17
Requires a running instance of WebDriver on port 4444 (and ImageMagick)
#!/usr/bin/env python3
from collections import namedtuple
from pathlib import Path
import base64
import httplib2
import json
import os
import subprocess
@stelar7
stelar7 / run_svg_tests.py
Created November 15, 2024 17:50
requires imagemagick :)
#!/usr/bin/env python3
from collections import namedtuple
from pathlib import Path
import base64
import csv
import httplib2
import json
import os
import subprocess
Unrecognized CSS property 'content-visibility'
Unrecognized pseudo-class: ':modal'
CSSParser: style rule selectors invalid; discarding.
Dumping all tokens:
Token: Ident: dialog
Token: Colon
Token: Ident: modal
Token: Whitespace
Unrecognized pseudo-class: ':popover-open'
CSSParser: style rule selectors invalid; discarding.
[
{
"length": 28,
"type": "gamemodeitemlist",
"hash": "0355C4FB",
"valueCount": 1,
"values": [
{
"hash": "mItems",
"type": "CONTAINER2",
/*
* Copyright (c) 2021, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <AK/ByteBuffer.h>
#include <AK/Endian.h>
@stelar7
stelar7 / 7.11.1.txt
Last active December 28, 2017 11:44
static data errors
Missing Tooltip:
Draven - Blood Rush
Nidalee - Javelin Toss / Takedown
Nidalee - Bushwhack / Pounce
Nidalee - Primal Surge / Swipe
Nidalee - Aspect Of The Cougar
Mordekaiser - Harvesters of Sorrow
Mordekaiser - Children of the Grave
Missing Variables:
public enum DeathTimerMode {
READ, WRITE;
}