1commit 837af03fa24ed02eb448c9a738d2264071a10b9f 2Author: Po-Hsien Wang <pwang@chromium.org> 3Date: Tue Sep 19 13:29:09 2017 -0700 4 5 Report text url name along with data 6 7 These name will be used to match with the waived_list in 8 graphics_WebGLPerformance 9 10diff --git a/index.html b/index.html 11index 0d0891b..8a244c7 100644 12--- a/index.html 13+++ b/index.html 14@@ -86,6 +86,7 @@ 15 16 function messageListener(e) { 17 if (e.data.testDescription) { 18+ e.data.url = testPageURLs[currentPageIndex] 19 testsRun.push(e.data); 20 if (e.data.testResult) { 21 sumOfResults += e.data.testResult; 22