Skip to content

Instantly share code, notes, and snippets.

View alexshalamov's full-sized avatar

Alexander Shalamov alexshalamov

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<script>
function passed() {
console.log("PASSED");
}
function failed() {
From a7f85fec0388b85ba8b68fbc9a13f6b00a1a2881 Mon Sep 17 00:00:00 2001
From: Alexander Shalamov <alexander.shalamov@intel.com>
Date: Wed, 20 Nov 2013 12:33:42 +0200
Subject: [PATCH] fix
diff --git a/runtime/browser/runtime.cc b/runtime/browser/runtime.cc
index 2e194ed..c00d236 100644
--- a/runtime/browser/runtime.cc
+++ b/runtime/browser/runtime.cc