Home | History | Annotate | Download | only in gtk

Lines Matching refs:isSVGW3CTest

681     bool isSVGW3CTest = (testURL.find("svg/W3C-SVG-1.1") != string::npos);
684 size.width = isSVGW3CTest ? 480 : LayoutTestController::maxViewWidth;
685 size.height = isSVGW3CTest ? 360 : LayoutTestController::maxViewHeight;